body {
   background: #F7F7F6 url("images/background.gif") repeat 50% 0;
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

#container {
   margin: 0px auto;
   text-align: left;
   width: 692px;
}

h1 {
width: 692px;
height: 281px;
text-indent: -9999px;
background:#FFFFFF url("images/header.jpg"); background-repeat: no-repeat;
margin: 0;
padding: 0;
}

ul.disc {
list-style-type: disc;
color: #5B604C;
}

#left {
	width: 178px;
	float: left;
}

#content {
	width: 479px;
	float: left;
	padding: 6px 0 10px 20px;
}

#content h2 {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #00357f;
	width: 454px;
	padding: 0 0 0 0px;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
}

#content h3 {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	width: 454px;
	weight: bold;
	padding: 0 0 0 0px;
}

.text2 {
	font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0070b2;
	weight: bold;
}

.text3 {
	font: 10px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #0070b2;
	weight: bold;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

#navcontainer {
	width: 178px;		
}

#navcontainer ul {
	margin: 0;
 	padding: 19px 0 0 0;
 	list-style-type: none;
 	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-indent: 20px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}

#navcontainer a {
 	display: block;
 	width: 178px;
 	height: 22px;
}

#navcontainer a:link, #navcontainer a:visited {
	background: url("images/bg_navigation.gif");
 	color: #707070;
 	text-decoration: none;
}

#navcontainer a:hover {
	background: url("images/bg_navigationover.gif");
	color: #0070b2;
	text-decoration: none;
}

#navcontainer li a#current {
	background: url("images/bg_navigationover.gif");
	color: #00357f;
	text-decoration: none;
}


fieldset {
	border: none;
}

form {
	width:150px;
	padding:10px 0 15px 0;
	font-size:10px; 
	border: none;
	}

form label	{
    font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #5B604C;
	margin-bottom: 10px;
	}

form br { 
	line-height:0; /* defaults vertical spacing between fields */
	}  

input, textarea, select { 
	background-color:#fff; 
	border:1px solid #c9cac1;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	}
	
select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

textarea { 
	height:90px; 
	overflow:auto; 
	}
	
input.submit, input.submit-contact-main { 
	width:55px; 
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:85px 0 0 242px; }

input.submit-image { 
	background:url("images/submit.jpg"); /* link to image and adjust size */
	width:55px;
	height:28px;
	border:none;
	cursor:pointer;
	margin:85px 0 0 242px;
	}


/* ----- main contact form ----- */ 
 
#contact-main { 
	padding:5px 0 10px 0; 
	}
	
#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.1em;
	padding:0 0 0 20px}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:200px;
	position:absolute; 
	left:100%; 
	top:-2px;
	}
	
#contact-main label select {
	width:205px;
	}
	
#contact-main label textarea { height:100px; }

</style>