body {
	color: #000000;
	font-family: Myriad Pro, Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: 27px;
	margin: 0px 0px 40px 0px;
	background-color: #e7e8e9;
	}

img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.body, td {
	color: #000000;
	font-family: Myriad Pro, Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 16px;
	line-height: 27px;
	}

.container {
	width: 1024px;
	margin: 0px auto;
	background-color: #ffffff;
}	


.header {
	width: 1024px;
	height: 146px;
	background-color: #FFFFFF;
}
	
.logo {
	height: 126px;
    width: 420px;
	background: url(images/logo.gif) bottom no-repeat;
	float: left;
}	


.toplinks {
	padding-right: 29px;
	padding-top: 32px;
	float: left;
	width: 170px;
}

.toplinks ul {
	list-style-type: none;
	padding: 0px;
	text-align: right;
 
}

.toplinks li {
	text-align: right;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
}

.toplinks a {
	color: #00aeef;
	font-size: 13px;
	text-decoration: none;
}

.tagline {
	width: 300px;
	float: left;
	margin-left: 100px;
	margin-top: 45px;
}	

.homeimages {
	width: 1024px;
	height: 283px;	
}

.homecontent {
	margin: 0px 0px 0px 0px;
	/*background: url(images/home-background.jpg) #FFFFFF no-repeat bottom right;*/
	padding: 0 0 10px 0;
	display: block;
	min-height: 331px;
	clear:both;
	}
	
.homecontenttext {
	width: 460px;

	padding: 62px 0 0 42px;
	
}

.homecontenttext_right 
{


 padding: 62px 0 0 42px;   
}

.subcontent {
	background-color: #ffffff;
	margin: 20px 0 40px 0;
	display:inline-block;
	
}

.leftcol {
	width: 290px;
	float:left;
	text-align: right;
	
}

.leftcol a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}


.rightcol {
	width: 650px;
	float:left;
	margin: 0 50px 0 30px;
}




.topnav{
	list-style:none;
	margin:0;
	padding:0;
	width: 1024px;
	height: 30px;
	background-color: Transparent;
}

.topnav UL {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

.topnav:after{
	content:"";
	display:block;
	clear:both;
}
.topnav li{
	float:left;
}
.topnav li:hover,
.topnav li.hover{
	position:relative;
}
.topnav li a{
	overflow:hidden;
	height:37px;
	display:block;
}



.topnav .drop{
	position:absolute;
	top:30px;
	left:0px;
	
	overflow:hidden;
	display:none;
}
.topnav .drop ul{
	list-style:none;
	margin:0;
	
	
}
.topnav .drop ul li{
	float:none;
	padding:0 0 9px;
	position:relative;
}
.topnav .drop ul li a{
	background:none;
	text-indent:0;
	height:auto;
	display:inline;
	
}
.topnav li.hover .drop,
.topnav li:hover .drop{
	display:block;
}

.footer {
	font-size: 11px;
	width: 980px;
	margin: 0px auto;
	clear:both;
}


