/* CSS Document */

/* basic elements */
body {
	background-color: #008ea2;
	margin: 0;
	padding: 0; 
}

/* specific divs */

#container {
	position:absolute;
	left:50%;
	margin-left:-466px;
	width: 932px;
	border: none;
	text-align: left;
	background-image:url(images/gradient_03.gif);
	background-repeat:repeat-y;
	min-height:400px;
}

#contact{
width:732px;
padding:20px 0 20px 158px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#666666;
line-height:12px;
}

#masthead{
width:932px;
}

#logo {
width:225px;
height:25px;
vertical-align:baseline;
float:left;
padding:0 0 0 75px;
}



#nav {
float:right;
width:632px;
height:15px;
vertical-align:baseline;
font-family:Georgia,"Times New Roman", Times, serif;
font-size:14px; 
margin-top:10px;

}



#main{
	width:932px;
	padding-top:50px;
}

#left {
width:225px;
float:left;
padding:0 0 0 75px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
min-height:800px;
}



.left ul {
margin:0;
padding:0;
}

.left li {
list-style-image:none;
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:14px;
margin-left:12px;
color:#333333;
}

left li.special {
list-style-image:none;
list-style-type:none;
font-family:Georgia, serif;
font-size:14px;
line-height:14px;
color:#333333;
padding:0;
}


#right {
	float:right;
	width:632px;
	padding:0;
	vertical-align:top;
	min-height:800px;
}

#content {
	float:left;
	width:532px;
	padding:0;
	vertical-align:top;
}

.nav ul{

}


.nav a:link { 
	color: #999999;
	text-decoration: none;
	}
.nav a:visited { 
	color: #999999;
	text-decoration: none;
	}
.nav a:hover { 
	color: #008ea2;
	text-decoration: none;
	}
.nav a:active{
	color: #008ea2;
	text-decoration: none;
}	


.left a:link { 
	color: #333;
	text-decoration: none;
	}
.left a:visited { 
	color: #333;
	text-decoration: none;
	}
.left a:hover { 
	color: #008ea2;
	text-decoration: none;
	}
.left a:active{
	color: #008ea2;
	text-decoration: none;
}	


.nav ul {
margin:0;
padding:0;
}

.nav li {
list-style:none;
list-style-type:none;
float:left;
padding: 0px 50px 0px 0px;
}

.BodyText{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:11px;
line-height:14px;
color:#333333;
}

.BodyText a:link{
color:#008ea2;
text-decoration: none;

}

.BodyText a:visited { 
	color: #008ea2;
	text-decoration: none;
	}
.BodyText a:hover { 
	color: #008ea2;
	text-decoration: none;
	}
.BodyText a:active{
	color: #008ea2;
	text-decoration: none;
}	

.Heading{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#008ea2;
}

.clear{
clear:both;
}
