body {
	text-align:center;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0px;
	padding-top: 0px;
}
#wrapper {
	text-align:left;
	width:730px;
	position:relative;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#bottom {
	color: #FFFFFF;
	background-color: #DCE3ED;
	font-weight: bold;
	width: 720px;
	padding: 5px;
	text-align: center;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #010066;
	border-top: thick none #000098;
	border-right: thick none #000098;
	border-bottom: thick solid #000098;
	border-left: thick none #000098;
	font-weight: bold;
	padding-right: 10px;
	width: 720px;
	text-align: center;
}

#nav a:link {
	text-decoration: none;
	color: #010066;
}

#nav a:hover{
	text-decoration: underline;
	color: #C0AD8D;
}
#nav a:visited {
	text-decoration: none;
	color: #030069;
}
#main {
	padding: 10px;
	width: 700px;
}

#clearwrapper {clear: both;}

#bottom a:link {color:#010066;}
#bottom a:visited {color:#000061;}
#header {
	width: 730px;
}
.border {
	border: 1px solid #CCCCCC;
}
