html, body {
	margin: 0px;
	padding:0px;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-color: #001680;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
	color: #001680;
}

#wrapper {
	width:900px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:900px;
	margin:0px auto;
}

#header {
	height:63px;
}

#mainimg {
	background-image:url(images/head-image.jpg);
	background-repeat:no-repeat;
	height:187px;
	text-align:right;
	margin-left: 15px;
	margin-top: 25px;
}
#topheader {
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	height:158px;
	text-align:right;
	margin-bottom:4px;
}

#mainimg h3 {
	font-family:"Trebuchet MS";
	font-size:48px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:20px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#leftbar1 {
	width:880px;
	float: left;
}
#leftbar {
	width:680px;
	float: left;
}
#slidebar {
	width:860px;
	margin-left:15px;
}

#leftbar h1{
	font-family:"Trebuchet MS";
	font-size:28px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:5px;
}
#leftbar h2{
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-bottom:5px;
}

#leftbar p{
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding:0px 15px;
}

#leftbar a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}

#leftbar a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}









#leftbar1 h1{
	font-family:"Trebuchet MS";
	font-size:28px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:5px;
}
#leftbar1 h2{
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-bottom:5px;
}

#leftbar1 p{
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding:0px 15px;
}

#leftbar1 a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}

#leftbar1 a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#rightbar {
	width:758px;
	margin-left:10px;
}

#rightbar h2{
	font-family:"Trebuchet MS";
	font-size:26px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#rightbar p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#797B7A;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

.orangetext {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#4658F9;
	font-weight:bold;
	text-decoration:none;
}

#bottom {
	clear:both;
	height:32px;
	padding-top:25px;
}

#email {
	float:left;
	width:500px;
	background-color:#EEEDDB;
	height:27px;
	padding-top:5px;
}

#email a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:underline;
	padding:0px 40px;
}

#email a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px;
	
}

#validtext {
	float:left;
	width:278px;
	background-color:#EEEDDB;
	height:27px;
	padding-top:5px;
}

#validtext p{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:35px;
}

#validtext a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
	font-weight:normal;
	text-decoration:underline;
}

#validtext a:hover{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
#navcontainer ul
{
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 900px;
	font-size:14px;
	background-color: #FF0509;
	border-top: 1px solid #000D46;
}

#navcontainer ul li
{
	display: inline;
	width:100px;
	
}

#navcontainer ul li a
{
	padding: 4px 20px;
	color:#000D46;
	text-decoration: none;
	float: left;
	font-size:18px;
	margin-right:5px;
	background-color: #FFFFFF;
	margin-top:10px;
	
}

#navcontainer ul li a:hover
{
	background: #ffffff;
	color: #4658F9;
	text-decoration:underline;
}
#menu
{
	width: 900px;
	height: 30px;
	margin-top: -3px;
	font-family:"Trebuchet MS";
	background-color: #FF0509;
}
#footerleft {
	float:left;
	color:#FFFFFF;
	}
	#footerright {
	float:right;
	}
	#footer {
	clear:both;
	background-color:#FF0509;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	border-top: 1px solid #666666;
	padding-top:3px;
}

#footer a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}


#marqueecontainer{
position: relative;
float: right;
width: 200px; /*marquee width */
height: 400px; /*marquee height */
background-color: white;
overflow: hidden;
padding: 2px;
padding-left: 4px;
}
#contactrightbar {
	width:450px;
	float: right;
}
#contactleftbar1 {
	width:450px;
	float: left;
}


#contactleftbar1 h1{
	font-family:"Trebuchet MS";
	font-size:28px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:5px;
}
#contactleftbar1 h2{
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	padding-bottom:5px;
}

#contactleftbar1 p{
	font-family:"Trebuchet MS";
	font-size:17px;
	color:#001680;
	font-weight:normal;
	text-decoration:none;
	padding:0px 15px;
}

#contactleftbar1 a {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}

#contactleftbar1 a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
