@charset "UTF-8";
/* CSS Document */


/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a {
	position:relative;
	left: 0;
	top: 0;
} /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */

/* Global reset ENDS */ 


body {
	background: E8E8E8;
	margin: 0 auto;
	
		
}


#container {
	width: 900px; background:#0b121c; 
	margin: 0 auto;
	
}

#top_bar {
	width: 900px;
	height: 71px;
	background:  #fff;
}

#header {
	float:left;
	width: 900px;
	background:  #fff;
	
}


#menu {
	
	background-color: #fff;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
			
}


#menu2 {
	
	background-color: #008193;
	
	margin:0px 0px 0px 0px;
			
}

#leftcol {
	clear:both;
	float: left;
	width:650px;
	background-color:#0b121c;
	padding-top:8px;
	

}



#text {
	float: left;
	width:610px;
	background-color:#E1E2E3;
	padding:10px 10px 10px 10px;
	

}

#rightcol {
	float: left;
	width:240px;
	text-align:center;	
	background-color:#0b121c;
	padding-top:8px;
	
}


#iframe {
	float: left;
	width:210px;
	padding:10px 10px 0px 10px;
	margin:10px 10px 0px 10px;
	
}


#footer{
clear:both;
	width:900px;
	height:30px;
	background-color:#0b121c;
}





/*Typography*/

h1{font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; font-size: 14px; color:#008193}
h1 a:link {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; text-decoration: none; font-size: 14px; color:#008193}
h1 a:hover {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; text-decoration: none; font-size: 14px; color:#666}
h1 a:visited {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; text-decoration: none; font-size: 14px; color:#008193}

h2{font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; font-size: 14px; color:#ffffff}

h3 {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; font-size: 12px; color: #464646; line-height:170%;}
h3 a:link {font-family: "Arial, Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; color:#464646}
h3 a:hover {font-family: "Arial, Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; color:#008193}
h3 a:visited {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; text-decoration: none; font-size: 12px; color:#464646}

h4 {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; font-size: 11px; color: #fff; line-height:130%;}
h4 a:link {font-family: "Arial, Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; color:#fff}
h4 a:hover {font-family: "Arial, Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; color:#fff}
h4 a:visited {font-family: "Arial, Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; font-size: 11px; color:#fff}



p {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; font-size: 12px; color: #464646; line-height:140%;}
p a:link {font-family: "Arial, Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; color:#464646}
p a:hover {font-family: "Arial, Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; font-size: 12px; color:#008193}
p a:visited {font-family: "Arial, Trebuchet MS", Helvetica, sans-serif; text-decoration: none; font-size: 12px; color:#464646}
