@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #F13539;
	margin-bottom: 1em;
}
p {
	line-height: 130%;
	padding-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a, a:link, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clearFloat {
	clear: both;
}
body {
	background-image: url(images/bgExtend.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #001326;
}
#Wrapper {
	width: 901px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	float: left;
	height: 346px;
	width: 900px;
	background-image: url(images/headerimg.jpg);
	background-repeat: no-repeat;
}
#Nav {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	width: 590px;
	float: right;
	padding-left: 10px;
}
#Nav ul {
	float: left;
}
#Nav ul li {
	display: inline;
	line-height: 40px;
	height: 40px;
}
#Nav ul li a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	margin-right: 7px;
	margin-left: 7px;
	padding-top: 12px;
	padding-bottom: 12px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Nav ul li a:hover, .current {
	background-color: #18488A;
}
#Main {
	background-image: url(images/mainbgExtend.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 901px;
}
#Sidebar {
	float: left;
	width: 309px;
	margin-left: 5px;
	padding-top: 10px;
}
#Content {
	float: left;
	width: 506px;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 30px;
}
#Content a, #Content a:link, #Content a:visited, #Content a:hover {
	color: #000000;
}
#Content ul {
	list-style-position: inside;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 40px;
}
#Footer {
	background-image: url(images/bottom_box.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 56px;
	width: 901px;
	line-height: 56px;
	text-align: center;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#Footer a, #Footer a:link, #Footer a:visited, #Footer a:hover {
	color: #FFFFFF;
}
#Copyright {
	float: left;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
}
#Copyright a, #Copyright a:link, #Copyright a:visited, #Copyright a:hover {
	color: #CCCCCC;
}

