@charset "utf-8";
body {
	font: .9em/1.2em  Arial, Verdana, Helvetica, sans-serif;
	background: #05677f url(../graphics/bg_home.jpg) fixed no-repeat;
	margin: 0 auto; 
	padding: 0;
	text-align: center; 
	color: #3E3E3E;
}
/*..........................global styles*/
* {margin:0; padding:0;}

img {
	margin: 0; 
	padding: 0;
	border:none;
	}
a {
	color: #324F9A;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color: #0dbbe6;
	}
table{
	border-collapse:collapse;
	}
td{
	vertical-align:top;
	}
#container {
	width: 900px; 
	margin: 0 auto; 
	text-align: left;
}
#title{
	background:url(../graphics/title_bg.png) no-repeat;
	width:900px;
	height:82px;
	}
#title img{
	margin:20px 0 0 10px;
	}
/*.....................................................backgrounds*/
.overview_bg {
	background: #7c952d url(../graphics/bg_overview.jpg) fixed no-repeat;
	}
.assistance_bg {
	background: #f6c421 url(../graphics/bg_assistance.jpg) fixed no-repeat;
	}
.education_bg {
	background: #0077a1 url(../graphics/bg_education.jpg) fixed no-repeat;
	}
.health_bg {
	background: #D53534 url(../graphics/bg_health.jpg) fixed no-repeat;
	}
.faq_bg {
	background: #0f1b5f url(../graphics/bg_faq.jpg) fixed no-repeat;
	}
.links_bg {
	background: #0dbbe6 url(../graphics/bg_links.jpg) fixed no-repeat;
	}
.help_bg {
	background: #ea6878 url(../graphics/bg_help.jpg) fixed no-repeat;
	}
.contact_bg {
	background: #185b1a url(../graphics/bg_contact.jpg) fixed no-repeat;
	}
/*.....................................................navigation*/
#nav{
	margin-top:20px;
	padding:10px 0 0 10px;
	width: 900px; 
	height:40px;
	background:url(../graphics/nav_bg.png) no-repeat;	
	}
	
/*..........................content*/
#mainContent {
	background:#FFFFFF;
	width: 900px; 
	overflow:hidden;	
}
#photo{
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
	height:181px;
	}
#columns{	
	width:900px;
	background:#FFFFFF;
	}
#column1{
	width:200px;
	float:left;
	margin-right:10px;
	padding-top:80px;
	}
#column2{
	width:680px;
	float:left;
	}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\breadcrumb */
#breadcrumb{
	height:30px;
	width: 900px;
	color:#FFFFFF;
	text-align:left;
	border-bottom:1px dotted #999999;
	}
#breadcrumb p{
	color:#FFFFFF;
	margin:0;
	padding:0.4em 2%;
	}
#breadcrumb a{
	color:#FFFFFF;
	}
#breadcrumb a:hover{
	color: #000;
	}
.overview{
	background-color:#7c952d;
	}
.assistance{
	background-color:#F6c421;
	}
.education{
	background-color:#0077a1;
	}
.health{
	background-color:#D53534;
	}
.faq{
	background-color:#0f1b5f;
	}
.links{
	background-color:#0dbbe6;
	}
.help{
	background-color:#ea6878;
	}
.contact{
	background-color:#185b1a;
	}
	
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\footer */
#footer{
	width: 900px; 
	height:80px;
	background:url(../graphics/footer_bg.png) bottom no-repeat;
	overflow:hidden;
	}
#footer img{
	float:left;
	margin:2px 15px;
	}
#footer p{
	font-size:0.75em;
	margin:0.7em 5%;
	line-height:1.4em;
	}
	
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\presentation */	

h1 {
	font-size:170%;
	font-weight:normal;
	color: #1F1F1F;
	line-height:1.1em;
	}
p, h1, h2, h3, h4 {
	margin:0.7em 5%;
	}
h2{font-size:130%; margin-top:1.3em; color: #1F1F1F ; }
h3{font-size:120%; color: #1F1F1F; }
h4 {
	font-size:101%;
	margin:0.7em 5% 0.3em 5%;
	line-height:0.9em;
	}
p{color: #3E3E3E;}
p.italic{
	font-size:90%;
	font-style:italic;
	}

ul, ol {
	margin:0.7em 10%;
	}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\sidebar styles */
#column1 p{
	margin:0.8em 7%;
	font-size:1.2em;
	font-style:italic;
	line-height:1.7em;
	}
.small{font-size:0.8em;}
#column1 img{
	margin:3em 7%;	
	}
#column1 p.green{
	color:#7c952d;
	}
#column1 p.blue{
	color:#0077a1;
	}
#column1 p.red{
	color:#d53534;
	}
#column1 p.yellow{
	color:#f6c421;
	}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\tables */
#table-green, #table-yellow, #table-red, .table-blue{
	width:600px;
	margin:0.7em 5%;	
	}
#table-green th{
	background:#7c952d;
	font-size:120%;	
	padding:0.5em; 
	}
#table-green td{
	background:#eaeedd;
	border:1px solid #7c952d;
	padding:0.5em;  
	}

#table-yellow th{
	background:#f6c421;
	font-size:120%;	
	padding:0.5em; 
	}
#table-yellow td{
	background:#fef6db;
	border:1px solid #f6c421;
	padding:0.5em;  
	}
#table-red th{
	background:#D53534;
	font-size:120%;	
	padding:0.5em; 
	}
#table-red td{
	background:#f8dfde;
	border:1px solid #D53534;
	padding:0.5em;  
	}
.table-blue th{
	background:#0077a1;
	font-size:120%;	
	padding:0.5em; 
	color:#F4FFFF;
	}
.table-blue td{
	background:#d6e9f0;
	border:1px solid #0077a1;
	padding:0.5em;  
	}
.table-small th{
	background:#0077a1;
	font-size:100%;	
	padding:0.2em; 
	color:#F4FFFF;
	}
.table-small td{
	background:#d6e9f0;
	border:1px solid #0077a1;
	padding:0.2em;  
	}

hr {
	margin:0 0 0 2%;
	border-top: 1px solid #B6B6B6;/*the border*/
	width: 98%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
hr.dot{
	margin:0 0 0 2%;
	border-top: 1px dotted  #CCCCCC;/*the border*/
	width: 98%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}
/* keep superscript text from breaking the line-spacing */
.sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}
/*------------------------------------------------------------clear floats*/
.clearer{
 	height:1px;
 	overflow:hidden;
 	margin-top:-1px;
 	clear:both;
}
