/* Generic style */ 
body {
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
a {
	text-decoration: none;
	color: #0066CC;
	font-size:10px;
}
a:hover{
	text-decoration:underline;
}

/* Container */
#main {
	/*position: absolute;
	top: 30px;
	left: 10px;*/
	/*height: 400px;*/
	width: 790px;
	margin-left:10px;
	margin-top:30px;
	background-color: #FFFFFF;
	border-left:10px solid #666699;
	border-top:3px solid #666699;
	border-right:3px solid #666699;
	border-bottom:3px solid #666699;
}
/* Navigation style */
#nav {
	/* position: absolute; 
	top: 0px;
	left: 0px;*/
	float:left;
	width: 155px;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333399;
	padding: 20px;
	vertical-align:top;
}
.separator{
	/* background-image: url('images/logo.gif');
	background-repeat: repeat-x; */
	border-bottom: 1px dashed #000066;
	line-height: 250%;
	text-indent:4%;
}
#nav a {
	text-indent: 2%;
	line-height: 250%;
}

/* Content style */
#content {
	/*
	position:absolute;
	top: 0px;
	left: 200px;
	*/
	float:left;
	width: 550px;
	font-size: 10px;
	font-style: normal;
	color: #333399;
	padding: 20px;
	/* border: 1px solid green; */
}
#content p {
	margin:2px 0 4px 0;
	}

/* Contact form style */
#contactForm {
	width:450px;
}
#contactForm label {
	width:200px;
}

#footer{
	/*
	position: absolute;
	top: 440px;
	*/
	margin-top:10px;
	margin-bottom:10px;
	width:760px;
	text-align: right;
	font-size: 10px;
	font-style: normal;
	color:#FFFFFF;
	/* border: 1px solid green; */
}
.clear {
	clear:both;
	}