@charset "utf-8";
/* CSS Document */

body{
background:#999966 url(images/tile.jpg) repeat;
margin-top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a, a:hover, a:visited{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000099;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

#head{
	float:left;
	background:#CCC url(images/head.jpg) repeat-x;
	height:115px;
	width:1000px;
}

.head_title{
	height:79px;
	width:660px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFF;
	font-style:italic;
	padding-top:30px;
}

#logo{float:left; background:url(images/logo.jpg) no-repeat; width:183px; height:110px; margin:1px;}


#left {
	float:left;
	width:185px;
	margin-top:2px;
	margin-bottom:5px;
}

#nav{
	float:left;
	width:175px;
	padding:7px;
	margin-top:4px;
	line-height:20px;
	text-align:left;
	background-color:#FFF;
	border:#666 1px groove;
}

#nav a, a:visited, a:active{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}

#nav a:hover{
	text-decoration:underline;
	padding-left:7px;
}

#nav2 {
	float:left;
	width:175px;
	padding:7px;
	margin-top:5px;
	margin-bottom:7px;
	line-height:20px;
	text-align:left;
	background-color:#FFF;
	border:#666 1px groove;
}

#contentArea{
	float:left;
	width:790px;
	background:#FFF;
	margin-top:6px;
	margin-left:10px;
}

#content{
	padding:10px;
	text-align:left;
	border:#333 1px solid;
}

#main{
	width:1000px;
	vertical-align:top;
	margin: 0 auto;	 
}

#Body {
	float:left;
	width: 985px;
	background:rgb(255,250,220);
	border: #003333 1px solid;
	padding:7px;
}

#mailError{
	color:#CC0000;
	font-weight:bold;
}

#mailSent{
	color:#003399;
	font-weight:bold;
}

#contact .select{
	background-color:rgb(0,75,210);
	color:rgb(255,255,255);
}

.select :hover{
	background-color:rgb(0,0,0);
}


#footer{
float:left;
width:1000px;
background:url(images/footer.jpg) repeat-x top;
color:#FFF;
height:34px;
font-size:10px;

padding-top:6px;
}

#footer a, a:visited, a:active{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFF;
}

#footer a:hover{
	text-decoration:underline;
}

