body  {
	font: 12px 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 */
	color: #333333;
	background: #003764;
	background-image: url(../images/Icon-Back.gif);
	background-repeat: no-repeat;
	line-height: 150%;
}
.twoColFixLtHdr #container {
	width: 809px;
	margin: 0 auto 32px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	height: 80px;
} 
.twoColFixLtHdr #Flash {
	padding: 0;
	height: 256px;
	background-image: url(../images/Splash-A.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #Shim {
	height: 31px;
	background-color: #FFFFFF;
	background-image: url(../images/Shim.gif);
	background-repeat: no-repeat;
	margin: 0;
} 
.twoColFixLtHdr #Wrapper {
	background-image: url(../images/Body-BACK.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0 0 0 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 12px 0 212px; /* 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 */
	min-height: 420px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	height: 58px;
} 
.twoColFixLtHdr #footer2 {
	padding: 16px 0 0 0;
	height: 41px;
	color: #97C121;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer2 a {
	color: #6AA1BC;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer2 a:visited {
	color: #6AA1BC;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer2 a:hover {
	color: #BAD41E;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

H1 {
	color : #BAD405;
	font-size : 24px;
	font-weight : lighter;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #004A86;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 150%;
}

H2  {
	color : #004A86;
	font-size : 18px;
	font-weight : lighter;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #004A86;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	line-height: 150%;
}

H3 {
	color : #BAD405;
	font-size : 18px;
	font-weight : lighter;
	font-family : Arial, Helvetica, sans-serif;
}

H4 {
	color : #004A86;
	font-size : 18px;
	font-weight : lighter;
	font-family : Arial, Helvetica, sans-serif;
}

H5 {
	color : #BAD405;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

H6 {
	color : #004A86;
	font-size : 10px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
}

 hr {
	border: none 0;
	border-top: 1px dotted #004A86; /*the border*/
	width: 100%;
	height: 1px;
	margin: 11px 0 11px 0;
}


ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 2px;
}

ul li {
	list-style-type: disc;
	margin: 0px 20px 3px 20px;
	padding: 0;
}

a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #397CC1;
	text-decoration : none;
}

a:visited  {
	text-decoration : none;
	color : #295C90;
}

a:hover  {
	color : #6699CC;
}

.smalltext {
	font-size : 11px;
}

.smalltext a {
	font-size : 11px;
}

.blue {
	color : #00437B;
}
.blueBIG {
	color : #00437B;
	font-size : 14px;
}
.greenBIG {
	color : #BAD405;
	font-size : 14px;
}
.white {
	color : #FFFFFF;
	font-weight : bold;
}

.BodyTextBold  {
	font-weight : bold;
}

.BodyTextSmall  {
	font-size : 10px;
}

.BodyTextSmall a {
	font-size : 10px;
}

.BodyTextBoldSmall  {
	font-size : 10px;
	font-weight : bold;
}

.BodyTextBoldSmall a  {
	font-size : 10px;
}

.BodyTextVerySmall  {
	font-size : 9px;
}

.opacityit img { 
	-khtml-opacity:1; 
	-moz-opacity:1; 
	-ms-filter:”alpha(opacity=100)”; 
	filter:alpha(opacity=100); 
	opacity:1; 
} 

.opacityit:hover img { 
	-khtml-opacity:.80; 
	-moz-opacity:.80; 
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:.80; 
}

