@charset "utf-8";

body  {
	font: 75% verdana, helvetica, arial, 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: #000000;
	border-top-style: 0;
	background-color: #fff;
	line-height: 1.8em;
}
.twoColFixLtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #999;
} 
.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-color: #FFFFFF;
	background-image: url(/images/banner.jpg);
	background-repeat: no-repeat;
	line-height: 179px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

				/*TOP NAVBAR*/	
#topnav {
	position:relative;
	display:block;
	height:39px;
	margin:0 0 10px 0;
	background-color: transparent;
	background-image: url(images/bgOFF.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#topnav  ul {
margin:0;
padding:0;
list-style-type:none;
width:auto;
}
#topnav  ul li {
display:block;
float:left;
margin:0;
}
#topnav  ul li a {
	letter-spacing: 2px;
	display:block;
	float:left;
	height:23px;
	text-decoration:none;
	color:#666;
	background-color: transparent;
	background-image: url(images/bgDIVIDER.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#topnav  ul li a:hover {
	color:#ED2025;
	background-color: #fff;
	background-image: url(images/bgON.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: underline;
}

#topnav ul li a.current {
	color:#ED2025;
	background-color: #fff;
	background-image: url(images/bgON.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	margin: 0px;
	padding: 0px;	
}

#navlist {
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid #eee;
width: auto;
}
#navlist li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #eee;
}
#navlist li a {
	text-decoration: none;
	color: #333333;
	background :url(images/arrow.png) left center no-repeat;
	padding-left: 20px;
}
#navlist li a:hover {
	text-decoration: underline;
	color: #ED2025;
}
#navlist li a:active {
	text-decoration: none;
	color: #ED2025;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContentNoLeft {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 0;
	padding-right: 70px;
	padding-bottom: 0;
	padding-left: 70px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #ED2025;
} 
.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 */
	color: #FFFFFF;
	text-align: center;
}

.twoColFixLtHdr #footer a {
	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 */
	color: #FFFFFF;
	text-align: center;
}

.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;
}

				/*LINKS*/	
a:link, a:visited {
	color:#234A95;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
				/*TYPOGRAPHY*/
blockquote {
font-weight : normal;
font-style : italic;
color : #6897C0;
}
h1 {
	letter-spacing: 3px;
	color:#ED2025;
	padding:10px;
	font-family: georgia, arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	line-height: 130px;
	font-weight: normal;
	font-variant: normal;
	text-indent: 30px;
}
h2 {
	font:bold 1.7em georgia, arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color:#ED2025;
	padding:10px;
}

h3    {
	letter-spacing: 3px;
	color:#999;
	padding:10px;
	font-family: georgia, arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
	font:bold 1.7em georgia, arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color:#2E5F87;
	text-align: center;
}

h5 {
	font:bold 1em georgia, arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	color:#999;
	text-align: center;
}
p {
	padding-left:10px;
	padding-right:10px;
}
p strong {
color: #ED2025;
}
