

*{
	padding:0px;
	margin:0px;
}

body{
	font-family: Arial, Geneva, Helvetica, sans-serif;
	background-color:~fff;
	line-height: 16px;
	color: #4f4f4f;
	font-size: 11px;
}

#wrapper {
	width: 858px;
	margin-left: auto;
	margin-top:0px;
	margin-right: auto;
}

#logo {
	float:left;
	width: 351px;
	height: 474px;
}

#image {
	float:right;
	width: 506px;
	height:474px;
}

#contentContainer {
	width:798px;
	background-color: #ebebea;
	margin-top:1px;
	padding:30px 30px 50px 30px;
	font-size:12px;
}


.clear {
	clear:both;
	height:1px;
}

p{
	margin-bottom:10px;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px 0px 15px 0px;	
}

h6{ 
	display: inline;
	color:#999999;
}

h1{	
	font-size: 140%;
	color: #303558;	
}

h2{
	font-size: 110%;
	color: #454545;	
}

h3{
 font-size: 95%;
 color: #303558;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #506db4;
}

h5{
 font-size: 95%;
 color: #666;
}


#footer {
margin-top:1px;
width: 798px;
height:150px;
background-color:#181c3e;
padding: 30px;
color:#FFFFFF;
font-size: 11px;
}

#footer a:link {
	color:  #fff;
	text-decoration: none;
}

#footer a:visited {
	color:  #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #b6a8a1;
	text-decoration: none;	
}



a:link {
	color:  #4f4f4f;
	text-decoration: underline;
}

a:visited {
	color:  #4f4f4f;
	text-decoration: underline;
}

a:hover {
	color: #a1a1a1;
	text-decoration: underline;	
}



#navContainer{
	float:left;
	height:40px;
	width:858px;
	background-color: #25294a;
	margin-top:1px;
}

#navtext{
	float: left;
	color:#FFFFFF;
	width:858px;
}

#navtext ul{
	list-style:none;
	
}

#navtext ul li{
	float:left;
	padding:12px 20px 10px 21px;

}

#navtext ul li a:link, #navtext ul li a:visited{
	color:#fff;
	text-decoration: none;
	display:block;

}

#navtext ul li a:hover, #navtext ul .dwn a:link, #navtext ul .dwn a:visited{
	color:#5e7cc3;
	
}

