@charset "utf-8";
/* CSS Document */

* {
	font-family:"calibri MS", Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:9pt;
}
body{
	text-align:center;
	margin:0;
}
.page_container{
	width:900px;
	margin:0 auto;
	text-align:left;
	border-left:1px #006c68 solid;
	border-right:1px #006c68 solid;
}
.page_header{
	height:282px;
}
.content_container{
	width:900px;
	margin:0 auto;
	text-align:left;
}	
.column1 {
	width:220px;
	float:left;
	margin-left:14px;
	margin-top:24px;
	margin-bottom:24px;
}
.column2 {
	width:420px;
	margin-right:24px;
	margin-top:14px;
	margin-bottom:24px;
	font-size:9pt;
	float:left;
}
.column2_wide {
	width:635px;
	margin-right:24px;
	margin-top:14px;
	margin-bottom:24px;
	font-size:9pt;
	float:left;
}
.column3 {
	width:184px;
	margin-right:24px;
	margin-top:24px;
	margin-bottom:24px;
	float:right;
}
.column4 {
	width:300px;
	margin-right:15px;
	margin-bottom:24px;
	float:left;
}
.quote_box{
	background-color:#e2f6f5;
	padding:12px;
}

.menu_item a{
	color:#006c68 ;
	text-decoration:none;
	padding-left:10px;
	line-height:28px;
	border-top:1px solid #d8e8f1;
	width:190px;
	display:block;
}
.menu_item a:hover	{
	text-decoration:none;
	background-color:#e2f6f5;
	}
.page_title	{
	line-height:54px;
	margin-left:24px;
	color:#FFFFFF;
	font-size:12pt;
}	
.footer {
    text-align:center;
    font-size:8pt;
    padding-top:10px;
    padding-bottom:10px;
	background-color:#006c68;
    color:#e2f6f5;
}
.footer a{
	text-decoration:none;
    color:#e2f6f5;
	    font-size:8pt;
}

h1 {
    font-size:14pt;
	color: #666666;
	margin-top:10pt;
}

h2 {
    font-size:11pt;
	color:#006c68;
}
h3	{
	color:#006c68;
	font-weight:bold;
	margin-bottom:0px;
}
.green_text	{
	color:#006c68;
}	
.red_text	{
	color: #CC0000;
	font-weight:bold;
}	
.quotes	{
	font-size:11pt;
	color:#006c68;
	line-height:14pt;
}	
ul	{
	padding-left:10px;
}	
