@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #404041;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;}
	
#wrapper {
	margin: 0 auto;
	width: 840px;
	/*border-right: 2px solid #E6E6E6;*/}

#header {
	height: 184px;
	background: url(../images/top_bg.gif) repeat-x;
	width: 838px;
	border-right: 2px solid #E6E6E6;}
	
#nav {
	float:left;
	/*width: 400px;*/
	padding-top:152px;
	padding-left: 5px;
	/*text-align: center;*/}		
	
#nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #404041;
	padding: 0 7px;
	text-decoration: none;}
	
#nav a:hover {
	color: #095d7e;}
	
#nav a.active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #095d7e;
	padding: 0 7px;
	text-decoration: none;}
	
#nav img.bullet {
	height: 5px;
	width: 5px;
	vertical-align: baseline;
	padding-bottom: 2px;}
	
#body {
	width: 833px;
	height: auto;
	border-left: 5px solid #E6E6E6;
	border-right: 2px solid #E6E6E6;
	border-bottom: 0px solid #E6E6E6;
	text-align: left;}
	
#body #logos {
	width: 400px;
	margin: 5px 0px 5px 36px;}
	
#body #logos img{
	vertical-align: top;
	border: 0px;}	
	
#body #content {
	margin: 10px 0px 37px 37px;
	border: 2px solid #e6e6e7;
	background: #fbfbfb url(../images/rounded_bg.gif) no-repeat top;
	width: 665px;
	height: 600px;}

#body #content_wrapper {
	margin: 10px 0px 37px 37px;
	width: 665px;}
	
#body #content_wrapper #top {
	margin: 0px;
	padding: 0px;
	background: url(../images/rounded_bg_top.gif) no-repeat top;
	height: 35px;}
	
#body #content_wrapper #main {
	margin: 0px;
	padding: 0px;
	border-right: 2px solid #e6e6e7;
	border-left: 2px solid #e6e6e7;
	background-color: #fbfbfb;
	/*height: 600px;*/}
	
#body #content_wrapper #bottom {
	margin: 0px;
	padding: 0px;
	background: url(../images/rounded_bg_bottom.gif) no-repeat top;
	height: 35px;}
	
#main .t1 {
	display: block;
	font-size: 21px;
	font-weight: 600;
	font-style: italic;
	color: #404041;
	width:380px;
	margin: 0 25px;}
	
#main .t2 {
	display: block;
	text-align: left;
	display: block;
	font-weight: 600;
	font-style: italic;
	font-size: 21px;
	color: #404041;
	width:380px;
	margin: 0 25px 20px 25px;}
	
#main p {
	color: #404041;
	width: 380px;
	line-height: 18px;
	margin: 0 25px;
	padding-bottom: 10px;}
	
#main #legal p {
	color: #404041;
	width: 600px;
	line-height: 18px;
	margin: 0 25px;
	padding-bottom: 10px;}
	
#main div.list {
	width: 380px;
	margin: 0 20px;}
	
#main div.list div{
	border-top: 0px solid red;
	border-bottom: 0px solid red;}
	
	
#main ul {
	color: #404041;
	line-height: 18px;
	list-style-type: square;}
	
#main img.learn {
	display: block;
	text-align: right;
	height: 27px;
	margin: 5px 35px 15px 0;
	width: 90px;
	border: 0px;}
	
#contact {
	text-align: left;
	height: 124px;
	width: 342px;
	background-image:url(../images/bg_contact.png);}
	
#footer {
	height: 25px;
	text-align: left;
	color: #404041;
	padding: 10px 0px 0px 10px;
	border-top: 1px solid #E6E6E6;
	border-left: 5px solid #E6E6E6;
	border-right: 2px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	background-color: #f3f3f4;}
			
#footer a {
	color: #404041;} 
	
input, select, textarea {
	font-size: 11px;}


