body,p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin:10px;
	margin-top:2px;
	margin-bottom:5px;
	font-size:10px;
}

p.ImgCenter{
	text-align:center;
}

#wrapper {
	background-color:#fff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}

#centerWrapper {
	background-color:#fff;
	margin-top: 20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
}

#logo {
	border-top:30px;
	border-left:20px;
}

div.left {
	width:50%;
	float:left;
}

div.right{
	width:50%;
    float:left;
}

div.bottom{
	clear:both;
	background-color:#FF3399;
}
div.flash{
	text-align: center;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	margin:bottom:40px;
	padding:25px;
}

div.center{
	width:780px;
	background-color:#E9E9E9;
	margin-left: auto ;
  	margin-right: auto;
}

.navside {
	font-size: 10px;
	color: #FFFFFF;
	background-color:#006567;
	text-align: center;
}

.navbar {
	font-size: 10px;
	font-weight: bold;
	background-color:#FFFFFF;
	text-align: center;
}

.navbar a:hover {
	color: #990000;
}

div.watermark {
	background-color:#fff;
	margin-top: 30px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	padding:10px;
	background-attachment: scroll;
	background-image: url(images/sextant_watermark.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

a,a:visited,a:active{
	color:#006567; 
	text-decoration:none;
}

a:hover{
	color: #990000;
	text-decoration:underline;
}	

div.footer{
	text-align:center;
	font-size:10px;
	margin-top:5px;
	padding:6px;
}

