html, body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    text-align: center;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #ffffff;
}

img {
	border: none;
}

.left {
	float: left;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#maintable {
	width: 760px;
    text-align: left;
	height: 100%;
	margin: 0px auto;
	background-image: url(../../images/menu_background.gif);
	background-position: top left;
	background-repeat:repeat-y;
	background-color: white;
}

#main {
    width: 760px;
	height: 100%;
    margin: 0px auto;
    text-align: center;
	background-color: white;
	background-image: url(../../images/menu_background.gif);
	background-position: top left;
	background-repeat:repeat-y;
}

#main a{
color:#329fde;

}

#header {
	width: 760px;
	height: 163px;
	border-top: 33px solid white;
	text-align: left;
}

#content {
	width: 100%;
	text-align: left;
	margin-top: 33px;
}

#leftcolumn {
	float: left;
	width: 172px;
	background-color: #f8fbfd;
}

#menu {
	float: left;
	width: 100%;
	text-align: left;
	background-color: #f8fbfd;
	margin-bottom: 20px;
}

#menu h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #455f7e;
	margin-left: 10px;
}

#menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	font-size: 0.85em;
	background-color: #f8fbfd;
}

#menu ul li{
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 1px solid #c4d5e9;
	background-color: #f8fbfd;
        text-transform: capitalize;
}

.last{
	border-bottom: 1px solid #c4d5e9;
}

#menu ul a {
	color: #4d5f73;
	text-decoration: none;
}

#menu ul a:hover {
	color: red;
	text-decoration: none;
}

#menu ul img {
margin: 0px 7px 0px 12px;
}

#news {
	width: 100%;
	background-color: #f8fbfd;
	padding: 5px 0px 5px 0px;
}

#news h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
	color: #455f7e;
	margin: 0px 0px 7px 10px;
	background-color: #f8fbfd;

}
#news ul{
	padding: 0px;
	margin: 10px;
	list-style-type:none;
	font-size: 0.85em;
	background-color: #f8fbfd;
}

#news ul li{
	padding: 5px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	list-style-type:none;
	list-style-image:url(../../images/news_bullet.gif);
	background-color: #f8fbfd;
}

#news a {
	color: #329fde;
}

#news ul img {
	margin: 0px 7px 0px 7px;
}

#centercolumn {
	float: left;
	width: 581px;
	margin: -20px 0px 0px 7px;
}
#images {
	float: left;
	width: 581px;
	background-color: #d4deea;
}
.topimage {
	float: left;
	border-right: 1px solid #e4eaf2;
}
.imagecontent {
	float: left;
	border: 1px solid #e4eaf2;
	margin: 6px 6px 5px 8px;
}
.imagecontent2 {
	float: left;
	border: 1px solid #e4eaf2;
	margin: 0px 6px 0px 8px;
}

#belowtop {
	float: left;
	width: 100%;
	background-image: url(../../images/top_content_background.jpg);
	background-position: bottom left;
	background-repeat:repeat-x;
	height: 2.8em;
	background-color: #8bc4ea;
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 1px solid #ffffff;
}
#belowtop a{
	color: #ffffff;
}
.email {
	font-size: 0.85em;
	float: left;
	margin: 11px 10px 0px 15px;
}
.phone {
	font-size: 1em;
	float: right;
	margin: 10px 15px 0px 10px;
}
#toptextbox {
	float: left;
	width: 541px;
	background-color: #e1eef5;
	color: #455f7e;
	padding:20px;
	margin:0px;
	font-size:11px;
	
}
#toptextbox h1{
	font-size: 1.2em;
	color: #455f7e;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
#toptextbox h2{
	font-size: 11px;
	color: #455f7e;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
/*#toptextbox div {
	margin: 20px;
margin-left:0px;
	text-align: justify;
	font-size: 0.85em;
	line-height: 1.5em;
}*/
#contenttext {
	float: left;
	width: 100%;
	background-color: #dae8ef;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-left:0px;
	margin:0px;
}
#text {
	margin: 20px 20px 0px 20px;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #5c6f87;
	text-align: justify;
}
#pictures {
	float: right;
	margin: 20px 10px 10px 20px;
}
#pictures img {
	border: 1px solid #e9f1f6;
	margin-bottom: 3px;
}
#logos {
	float: left;
	width: 581px;
	background-color: #eff5fb;
}
#logos img {
	margin: 5px 15px 5px 15px;
}





#footer {
	float: left;
	width: 760px;
    margin: 0px auto;
	height: 28px;
	background-image:url(../../images/footer_background.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #2f95dc;
	color: white;
	font-size: 0.85em;
	border-bottom: 20px solid #ffffff;
	border-top: 20px solid #ffffff;
}
#footer div {
	margin: 7px 0px 0px 25px;;
}


.logoFloat{
	float:left;
}


.subItem{
padding-left:10px;
}

.subBoat {
padding-left: 20px;
}

.formWrapper{
width:350px;
float:left;
}

.formSubmit{
float:right;
}

.formItem{
width:320px;
/*height:30px;*/
float:left;
margin:0px;
padding:0px;
}

.formItemLeft{
height:18px;
margin:0px;
padding:0px;
width:100px;
float:left;
}

.formItemRight{
height:18px;
margin:0px;
padding:0px;
width:200px;
float:right;
}

.formItemRightselect{

width:204px;
float:right;

}

.formTextLeft{
width:100px;
height:60px;
float:left;
}

.formTextRight{
width:198px;
height:60px;
float:right;
}







.tableColor1{
background-color:#FFFFFF;
margin-top:1px;
}

.tableColor1left{
background-color:#FFFFFF;
margin-top:1px;
padding-left:10px;
}

.tableColor2{
background-color:#66CCFF;
color:#455f7e;
font-weight:bold;
text-align:center;
}

.tableColor2left{
background-color:#66CCFF;
color:#455f7e;
font-weight:none;
text-align:left;
padding-left:10px;
}

.tableTitleColor1{
background-color:#3366FF;
color:#fff;
}

.tableTitleColor2{
color:#000;
background-color:#0099FF;
}






.floatLeft{
float:left;
margin-right:10px;
}


.floatRight{
margin-left:10px;
float:right;
}

.alphaList{
list-style-type:lower-alpha;
}
