@charset "UTF-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #EEEEEE;
	background-color: #005ABB;
	background-image: url(images/body_BG.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#Container {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/INT_sidebar_bg.jpg);
	background-repeat: repeat-y;
}
#topnav {
	background-image: url(images/top_nav_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 21px;
}
#logo {
	background-image: url(images/header_logo_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 156px;
}
#Leftwrapper {
	float: left;
	width: 273px;
}
#logo h1 {
	padding-left: 22px;
	padding-top: 27px;
}
#logo span {
	position: absolute;
	left: -3000px;
	visibility: visible;
}
#sidebar img {
	padding-left: 25px;
	padding-top: 11px;
}
#Rightwrapper {
	float: right;
	width: 507px;
}
#flash {
	background-image: url(images/home_flash_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 256px;
}
#mainnav {
	background-image: url(images/main_nav_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 256px;
}
#mainnav ul {
	font-size: 100%;
	text-align: left;
	list-style-type: none;
	padding-left: 55px;
	padding-top: 18px;
	line-height: 2em;
}
#mainnav li a:link, #mainnav li a:visited {
	color: #57B8FF;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
#mainnav li a:hover, #mainnav li a:active, #mainnav li a:focus {
	color: #FFFFFF;
}
#sidebar {
}
#topnav img {
	float: right;
	margin-right: 16px;
}
#content {
	background-image: url(images/home_content_BG.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content p {
	font-size: 85%;
	line-height: 1.1em;
	margin-right: 33px;
	margin-left: 18px;
	padding: 11px;
}
#content h2 {
	font-weight: bold;
	color: #F4B509;
	font-size: 100%;
	margin-top: 11px;
	margin-left: 65px;
	margin-bottom: 0px;
}
#footer {
	background-image: url(images/home_footer_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	clear: both;
}
#footer p {
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	padding-top: 22px;
	color: #42A2EF;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
#sidebar p {
	font-weight: bold;
	color: #53B4FC;
	font-size: 70%;
	font-style: italic;
	text-align: center;
	margin-top: 11px;
	margin-right: 4px;
	margin-left: 25px;
	text-transform: uppercase;
}
#content img {
	float: right;
	margin-right: 11px;
	margin-top: 11px;
}
#sidebar h2 {
	font-size: 100%;
	color: #FCB90B;
	padding-left: 90px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #57B7FE;
}
#sidebar a:link, #sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
	color: #FCB90B;
}
