
.style1 {
    color: #FFFFFF
}

.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; }
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.style9 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}

#maincontainer {
	width:900px;
	height:800px;
	z-index:1;
	padding-bottom:15px;
	border: thin dotted #000000;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	margin-bottom: -100px;
}

#leftbanner {
	position:absolute;
	width:400px;
	height:96px;
	z-index:1;
	margin-left:50px;
	margin-top:30px;
	padding-bottom:15px;
	float:left;
}

#rightbanner {
	position:absolute;
	width:154px;
	height:108px;
	z-index:1;
	margin-left:725px;
	margin-top:30px;
	padding-bottom:15px;
	float: right;
}

#navmenu {
  	position:relative;
  	float:left;
	vertical-align:2px;
	margin-top:150px;
	margin-left:102px;
	z-index:14;
}

#footer {
	height:100px; /* Height of the footer */
	z-index:1;
	top:800px;
	left:100px;
	padding-top:25px;
	font:12px Arial;
}

.clearfooter {   
	height: 100px;
	clear: both;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #2AB9D9;
}

a:active {
	text-decoration: none;
	color: #000000;
}

body {
	background-color: #2AB9D9;
	padding-bottom:100px;
	scrollbar-arrow-color:#2AB9D9;
	scrollbar-face-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFF;
	scrollbar-darkshadow-color:#FFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
}

html, body {
	height: 100%;
}