@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5C6471;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0A3671;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 1.7em;
}
img.floatLeft {
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
img.floatRight {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: right;
}
a img {
	border: none;
	margin-right: 1em;
	}  
#container {
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	height: 290px;
	background-repeat: no-repeat;
	position: relative;
} 
#header ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	bottom: 5px;
	left: 10px;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	display: block;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	color: #5C6471;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
#header li a:hover, #header li a:active {
	color: #CB0700;
}
#header li a.first {
	border-left-width: 0px;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #0A3671;
	cursor: default;
}
em {
	font-weight: normal;
	font-style: italic;
}
strong {
	font-weight: bold;
	font-style: normal;
} 
#sidebar {
	float: right;
	width: 220px;
	background-color: #E7F1FC;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(images/side.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#sidebar h2 {
	color: #0A3671;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#sidebar h3 {
	color: #0A3671;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 0.5em;
}
#sidebar ul {
	color: #5C6471;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
}
#main {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#main p {
	color: #5C6471;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
} 
#main h1 {
	color: #CB0700;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#main h2 {
	color: #0A3671;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#main ul {
	color: #5C6471;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
}
#main a {
	color: #0A3671;
	font-size: 12px;
	text-decoration: none;
}
#main a:hover {
	color: #CB0700;
}
#main2 {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(images/main2.jpg);
	background-repeat: repeat-x;
}
#main2 a {
	color: #0A3671;
	font-size: 12px;
	text-decoration: none;
}
#main2 a:hover {
	color: #CB0700;
}  
#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	line-height: 1.5em;
}
#footer a {
	color: #0A3671;
	font-size: 10px;
	line-height: 1.5em;
	text-decoration: none;
}
#footer a:hover {
	color: #CB0700;
	text-decoration: underline;
}
.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;
}

