@charset "utf-8";


body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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 */
	background-position: center;
	background-color: #2A4977;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #header img {
	margin-left: 0px;
	margin-top: 0px;
}
p {
	font-size: 13px;
}

.bullet {
	list-style-position: outside;
	list-style-type: square;
	margin-left: -25px;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	}

#item {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
	}

#main a {
	color: #000099;
	text-decoration: none;
	border-bottom: 1px dotted #000099;
	}
	
#main a:hover {
	color: #0033FF;
	text-decoration: none;
	border-bottom: 1px dotted #0033FF;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #155ED1;
    }

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #134FB0;
    }

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-style: normal;
	margin-bottom: -5px;
	font-size: 13px;
        }

.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #333333;
} 
.oneColFixCtrHdr #header {
	height: 173px;

}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	top: 46px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container #footer p {
	font-size: .8em;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-weight: normal;

}


#main img {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#imageright{
	padding-right: 2px;
	padding-left: 3px;
	float: right;
	top: 50px;
}

#imageright2 {
	padding-right: 5px;
	padding-left: 3px;
	float: right;
}
#header .menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #2CA8C4;
	width: 740px;
	margin-top: -24px;
	margin-left: 40px;
}

#header .menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#header .menu li{
	display:inline;
	margin-right: 15px;
	border-left: 1px;
	border-left-color:#FFFFFF;

}
#header .menu a {
	text-decoration:none;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	}
#header .menu a:hover {
	text-decoration:none;
	color: #0000FF;
	}
