@charset "iso-8859-7";
body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #EFEFEF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #2A5167;
	
}
.twoColFixLtHdr #container { 
	width: 953px; 
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;

}



.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0px 0px 0px 0px;
	padding-top:20px;
	margin-top:8px;
	
} 

.twoColFixLtHdr #header #header_left{
	float: left;
	width:220px;
	padding: 0px 0px 0px 0px;
	height:150px;
	text-align:center;
}

.twoColFixLtHdr #header #header_left div{
	background-color:#23587A;
	height:30px;
	
}

.twoColFixLtHdr #header #header_right{
	width:733px;
	margin: 0 0px 0 220px;
	padding: 0 0px 0 0;
	border:0px solid black;
	height:150px;
	background-color:#ffffff;
	
}

.twoColFixLtHdr #header #header_right div{
	background-color:#D8E0E2;
	height:23px;
	padding-top:7px;
	text-align: center;
	color: #3C617E; 
	font-weight: bold;
}

.twoColFixLtHdr #mainContent { 
	
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 4px 0px 0 20px; 
	height: 20px;
	background:#DDDDDD;
	color:#666666; 
	
} 
.twoColFixLtHdr #footer span {
	margin: 0px; 
	padding: 0px 0 0 510px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a.menu:link { 
   color: #3C617E; 
   text-decoration: none; 
   font-weight:bold;
} 
a.menu:visited {
   color: #3C617E; 
   text-decoration: none; 
   font-weight:bold;
} 
a.menu:hover { 
   text-decoration: none; 
   color: #3FB5AF; 
   font-weight:bold;
} 
a.menu:active { 
   text-decoration: none; 
   font-weight:bold; 
} 

.style1 {color: #3FB5AF}
.Titles {color:#666666; text-align:center; vertical-align:top;}
.title {color:#3FB5AF; font-size:24px}