@charset "utf-8";
/* CSS Document */
body {
	height: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: url(../images/bg.gif) center repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixHdrFtr #container {
	width: 901px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/body.gif) center repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: -1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixHdrFtr #header {
	background: url(../images/header.gif) center top no-repeat; 
	height: 100px;
	width: 901px;
	margin: 0 auto;
	margin-top:20px;
	text-align:left;
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.twoColFixHdrFtr #mainContent {
	padding-left: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box*/
}
.twoColFixHdrFtr #footer {
	width: 901px;
	height: 80px;
	margin: 0 auto;
	padding-top: 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.gif) top no-repeat;
}
.twoColFixHdrFtr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}
.twoColFixHdrFtr #sidebar {
	width: 205px;
	float: right; /* since this element is floated, a width must be given */
	background: url(../images/bg_sidebar.gif) repeat-x #f0f0f0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px; /* top and bottom padding create visual space within this div  */
	margin-left: 5px;
	border-right: #999 1px solid;
	overflow:auto;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatLeft {
	float:left;
	margin-right:10px;
}

/* elements */

/* Hide from IE5-mac. Only IE-win sees this. \*/

* html div {
}

* html p {
	height: 1%;
	margin-left: 0;
  }
  
* html .twoColFixHdrFtr #header #navlinks {
	margin-top: -2px;
}

* html .twoColFixHdrFtr #header #navlinksShadow {
	margin-top: -15px;
}

* html .twoColFixHdrFtr #container #sidebar {
	padding-bottom: 11px;
}

* html .twoColFixHdrFtr #container #sidebar .sidebarContainer {
	margin-right: 2px;
}
 
/* End hide from IE5/mac */

.twoColFixHdrFtr #header #navlinks {
	z-index:1;
	position:relative;
	height:auto;
	margin-left:1px;
}

.twoColFixHdrFtr #header #navlinksShadow {
	z-index:0;
	position:relative;
	height:auto;
	margin-left:2px;
	margin-top: -13px;
}

#navlinks a {
	background: url(../images/xp3.gif) center repeat-x ;
	border: #ccc 1px solid;
	padding: 4px 13px 5px 13px;
	margin-left: 1px;
	margin-right: 1px;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
	color:#000;
}

#navlinks a:hover {
	background: url(../images/xp4.gif) center repeat-x;
	border: #9690a8 1px solid;
	color:#000;
}

#navlinksShadow a.menushadow {
	background: #9690a8;
	border: #9690a8 1px solid;
	text-align:center;
	padding: 4px 13px 5px 13px;
	margin-left: 1px;
	margin-right: 1px;
	font-size: 8pt;
	font-weight:bold; 
}

div.container {
	background: url(../images/container_content.gif) center repeat-y;
	width: 666px;
	margin-top: 10px;
	float:left;
}

div .container .header{
	font: 10pt Verdana;
	font-weight: bold;
	line-height: 30px;
	color:#717171;
}

div.header {
	background: url(../images/container_header.gif) center top no-repeat;
	width:666px;
	height:39px;
}

div.contentHeader {
	background: url(../images/container_content_header.gif) center top no-repeat;
	width:666px;
	height:18px;
}

div.contentContent {
	background: url(../images/container_content_content.gif) center top no-repeat;
	width:666px;
}

div .header a {
	/*padding-left: 15px;*/
	text-decoration:none;
}

div .container .footer {
	background: url(../images/container_footer.gif) center bottom no-repeat;
	width: 666px;
	height: 10px;
}

div.paragraph {
	/*padding: 0 10px 0 10px;*/
	margin: 0 10px 0 10px;
	text-align:justify
}

div.sidebarContainer {
	background: url(../images/container_sidebar_content.gif) center center repeat-y;
	width: 195px;
	float:right;
	margin-top:5px;
	margin-right: 3px;
}

div .sidebarContainer .header {
	background: url(../images/container_sidebar_header.gif) center top no-repeat;
	width: 195px;
	height: 38px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div .sidebarContainer .footer {
	background: url(../images/container_sidebar_footer.gif) center bottom no-repeat;
	width: 195px;
	height: 8px;
}

ul {
	text-align:left;
	list-style-image: url(../images/list_image.gif);
	margin-top:10px;
}

li {
	margin-left:-21px;
}

ol{
	padding-right:5px;
}

ol li {
	margin-left:0
}

a {
	color: #717171;
	text-decoration:none;
}

#footer a{
	color:#0033ff
}

a:hover {
	color: #920000;
}

#footer a:hover {
	color: #920000;
}

a img {
	border:0;
}

a img {
	border:0;
}

a.buttonHover {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	background: url(../images/Button_Arrow.png) left no-repeat;
}

a.buttonHover:hover {
	background: url(../images/Button_Arrow_Hover.png) left no-repeat;
}

a.buttonHoverSmall {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	font-size:8pt;
	font-family:Verdana;
	background: url(../images/Button_Small_Arrow.png) left no-repeat;
}

.highlight {
	color: #003366;
	font-weight:bold;
}

/* Java Script submenu */
#submenu {
	/*background:url(../images/SubMenu_Background.gif) bottom repeat-x;*/
	padding: 0;
}

.parent {
	margin: 0 auto;
	padding: 0 0 10px 0;
	background:url(../images/SubMenu_Background.gif) repeat-x;
	font-weight:normal;
	font-size:10pt;
}

.element p {
	margin: 0 auto;
	/*background:url(../images/SubMenu_Background.gif) repeat-x;*/
	padding-left: 25px;
	padding-bottom:10px;
}

/* end of Java Script submenu */
