@charset "utf-8";
.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;
}
.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;
}
a:link {
	color: #5A79A5;
}
a:visited {
	color: #787270;
}
a:hover {
	color: #f1a400;
	text-decoration: underline;
}
a:active {
	color: #F1A400;
}
#header #topContainer {
	height: 108px;
}

#header #topContainer #logo {
	width: 225px;
	float: left;
}
#header #topContainer #whiteSpace {
	width: 500px;
	float: left;
	height: 108px;
}
#header #topContainer #buttons {
	width: 220px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}
#header #topContainer #buttons img {
	float: right;
	padding-right: 20px;
}

#header #topContainer #search {
	width: 220px;
	height: 58px;
	float: right;
}
#header #topContainer #search img {
	float: right;
	padding: 15px;
}


#header #navbar {
	height: 37px;
	width: 950px;
	position: relative;
	clear: both;
}
#MenuBar1 {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
}

#header #navbar ul {
	margin:0em;
	padding:0;
	list-style:none;
	float: left;
	position: absolute;
	top:0px;
	width: 920px;
	left: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#header #navbar ul li {
	float: left;

}
#header #navbar ul li a:link, #header #navbar ul li a:visited {
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-left: 1em;
	line-height: 3em;
	margin-right: 3.4px;
}
#header #navbar ul li a:hover {
	color:#f1a400;
}
#header #navbar ul li a.current,#header #navbar ul li a.current:hover,#header #navbar ul li a.current:active{
	color:#f1a400;
	cursor: default;
}

#sidebar1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #0d1d32;
	margin-top: 1em;
	line-height: 1.5em;
	padding-left: 35px;
	display:block;
	font-weight: bold;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
}
#sidebar1 p a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	line-height:20px;
	margin:0;
	padding:0;
	display:block;
	width:185px;
}
#sidebar1 ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
#sidebar1 ul li {
	margin:0;
	padding:0;
}
#sidebar1 ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#5978a6;
	text-decoration:none;
	line-height:2;
	margin:0;
	padding:0;
	border-bottom:1px solid #cbc7c5;
	display:block;
	width:185px;
	padding-left:35px;
	cursor: auto;
}

#sidebar1 ul a.last {
	border-bottom:none;
}

#sidebar1 ul li a.current, #sidebar1 ul li a.current:hover, #sidebar1 ul li a.current:active {
	color:#f1a400;
	font-weight:bold;
	cursor: default;
	background-image: none;
}
#sidebar1 ul li a:hover, #sidebar1 ul li a:active {
	font-weight:bold;
	cursor: default;
	background-image: url(images/hover.png);
	background-repeat: no-repeat;
	background-position: 2px;
	color: #F1a400;
}

#sidebar1 p a.current,#sidebar1 p a.current:hover,#sidebar1 p a.current:active {
	color:#f1a400;
	font-weight:bold;
	cursor: default;
	background-image: none;
}
#sidebar1 p a.last {
	border-bottom:none;
}


#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0d1d32;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #5978a6;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #5978a6;
	font-weight: normal;
}

#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #0d1d32;
	line-height: 160%;
}
#mainContent ol li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	color: #0d1d32;
	line-height: 160%;
}
#mainContent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #0d1d32;
	line-height: 140%;
}
#mainContent ul li ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #0d1d32;
	line-height: 140%;
}


#privacy {
	float: left;
	margin-top: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #152943;
	text-align: left;
	margin-left: 35px;
}

#copyright {
	float: right;
	margin-top: 1em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #152943;
	text-align: right;
	margin-right: 35px;
}
#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 */
}
#search {
}

#footer {
	background-image: url(images/pageBottomBG.jpg);
	background-repeat: repeat-x;
	height: 40px;
	background-color: #fcfcfc;
	width: 950px;
	position: relative;
	margin: 0 auto;
}
.group {
	background-color: #d9d5d3;
	cursor: auto;
}

