body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

#nav {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	position: absolute;
	left: 10px;
	top: 65px;
}

#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: navy;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 75px;
	padding: 4px 4px 4px 4px;
	margin-top: 10px;
}

#nav a:hover {
	color: #CCCCCC;
	background-color: navy;
}

#content {
	font-size: small;
	vertical-align: text-top;
	display: block;
	position: absolute;
	width: 660px;
	left: 100px;
	top: 65px;
	border-right-color: navy;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: navy;
	border-top-style: dotted;
	border-top-width: 2px;
	border-bottom-style: double;
	border-bottom-width: 4px;
	border-bottom-color: navy;
}

#vervial {
	color: navy;
	font-style: oblique;
	font-weight: bolder;
}

#e-nable {
	font-size: x-large;
	font-style: oblique;
	font-weight: bold;
	color: navy;
}

#header {
	font-size: large;
	font-style: oblique;
	font-weight: bold;
	color: navy;
}

h1, h3, h4, h5, h6 {
	font-family: Palatino, "Times New Roman", Times, serif;
	color: navy;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-family: Palatino, "Times New Roman", Times, serif;
	color: navy;
	text-align: center;
	margin: 4px 0px 4px 0px;
	padding: 4px 0px 4px 0px;
}

p {
	text-indent: 20pt;
	text-align: left;
}

a {
	color:#FF0000
}

dt {
	font-weight: bold;
}

address {
	font-weight: bold;
}

#footer {
	font-size: x-small;
	color: #8D8D8D;
	text-align: center;
	display: block;
	padding: 15px 0px 15px 0px;
}