@charset "utf-8";
/* CSS Document */

body {
	background: #6BC7F0;
	margin: 0;
	}
#header {
	background: #ffffff;
	width: 100%;
	height: 100px;
}
#container {
	background: #000000;
	width: 100%;
	height: 510px;
}
#main {
	background: #000000;
	width: 1100px;
	height: 510px;
}
#top {
	width: 1100px;
	height: 380px;
	padding: 20px 0px 0px 0px;
}
#bottom {
	width: 1100px;
	height: 100px;
	padding: 0px 0px 10px 0px;
}
#left {
	background: #000000;
	width: 360px;
	height: 470px;
	float: left;
	padding: 20px;
}
#right {
	background: #000000;
	width: 660px;
	height: 470px;
	float: right;
	padding: 20px;
}
#right1 {
	background: #000000;
	width: 360px;
	height: 470px;
	float: right;
	padding: 20px;
}
#left1 {
	background: #000000;
	width: 660px;
	height: 470px;
	float: left;
	padding: 20px;
}
#left2 {
	background: #000000;
	width: 160px;
	height: 470px;
	float: left;
	padding: 20px;
}
#right2 {
	background: #000000;
	width: 860px;
	height: 470px;
	float: right;
	padding: 20px;
}
#navbar {
	background: #ffffff;
	width: 100%;
	height: 25px;
}

#navcontainer
{
padding-top: 5px;
height: 20px;
width: 1100px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin-left: 0px;

}

#navcontainer ul li a
{
width: 180px;
height: 18px;
padding: 0;
margin: 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font: 12px Arial, Helvetica, sans-serif;
font-weight: bold;
border-right: 1px solid #000000;
}

#navcontainer ul li a:hover
{
color: #62B4D1;
}

#navcontainer a:active
{
color: #62B4D1;
}

#navcontainer li#active a
{
color: #62B4D1;
}
#subnavbar {
	background: #6BC7F0;
	width: 100%;
	height: 30px;
	text-align: center;
}
#subnavcontainer
{
margin-top: 10px;
height: 20px;
width: 550px;
text-align: center;
}

#subnavcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#subnavcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;

}

#subnavcontainer ul li a
{
width: 110px;
height: 18px;
margin: 0;
color: #000000;
text-decoration: none;
display: block;
text-align: center;
font: 11px Arial, Helvetica, sans-serif;
font-weight:bold;
}

#subnavcontainer ul li a:hover
{
color: #ffffff;
}

#subnavcontainer a:active
{
border-bottom: 1px solid #ffffff;
}

#subnavcontainer li#active a
{
border-bottom: 1px solid #ffffff;
color: #ffffff;
}
p {
	text-align: left;
	font: 12px/2.2em Arial, serif, lucida, sans-serif;
	color: #ffffff;
}
p a:link, 
p a:visited {   
	color:#ffffff; 
	text-decoration:none;
	font-weight: bold;
	} 
p a:hover { 
	color:#6BC7F0; 
	text-decoration:none; 
	font-weight: bold;
	}
ul li {
	text-align: left;
	font: 12px/1.1em Arial, serif, lucida, sans-serif;
	color: #ffffff;
}
h1 {
	text-align: left;
	font: 20px Arial, serif, lucida, sans-serif;
	color: #ffffff;
}
h2 {
	text-align: left;
	font: 14px Arial, serif, lucida, sans-serif;
	color: #6BC7F0;
}
h2 a:link, 
h2 a:visited {   
	color:#ffffff; 
	text-decoration:none;
	font-weight: bold;
	} 
h2 a:hover { 
	color:#6BC7F0; 
	text-decoration:none; 
	font-weight: bold;
	}
h3 {
	text-align: left;
	font: 12px/1.2em Arial, serif, lucida, sans-serif;
	color: #ffffff;
}
h3 a:link, 
h3 a:visited {   
	color:#ffffff; 
	text-decoration:none;
	font-weight: bold;
	} 
h3 a:hover { 
	color:#6BC7F0; 
	text-decoration:none; 
	font-weight: bold;
	}
h4 {
	text-align: left;
	font: 10px Arial, serif, lucida, sans-serif;
	color: #6BC7F0;
	font-style:italic;
}
table img {
	text-decoration: none;
	border:2px solid #6BC7F0;
}

table a img, table a:link img, table a:visited img {
	text-decoration: none;
	border:2px solid #ffffff;
}
table a:hover img {
	text-decoration: none;
	border:2px solid #6BC7F0;
	}
img {
	text-decoration: none;
	border:none;
}
img a:link, 
img a:visited {   
	text-decoration: none;
	border:none;
	} 
img a:hover { 
	text-decoration: none;
	border:none;
	}