/* CSS Document */

body {
	min-width:640px;
	color: #26AAFF;
	background-color: #26AAFF;
	background-image: url(images/background_main.jpg);
	background-position: center top;
	background-repeat: no-repeat;
background-attachment: fixed;
}

#header,#leftsection,#content,#sub-section,#footer {

overflow:hidden;

display:inline-block

}

/* safari and opera need this */

#header,#footer {width:100%}

#leftsection,#content,#sub-section {float:left}

#leftsection {
	width:29%;
	
	height: 100%;
}

#content {
	width:42%;
	
}

#sub-section {
	width:27.9%;
	
}


#mainContent {
	background-color: #26AAFF;
	height: 348px;
		margin-top: 163px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	width: 352px;
	margin-right: auto;
	margin-left: auto;
}

#subpages{
	width: 328px;
	}
#Footer {
	background-color: #26AAFF;
	margin-top: 5%;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #005E9A;
	text-decoration: none;
	font-weight: bold;
}
#Footer a {
	text-decoration: none;
	color: #005E9A;
}
#Footer a:hover {
	color: #FFFFFF;
}

.MainImg {
	float: left;
	padding: 0px;
	margin-right: 10px;
}
.maillist a {
	color: #005E9A;
	text-decoration: none;
}


#content #Footer #Menu .home {
	color: #80C0FF;
}
