body {
	color : #000066;
	background-color : #BF7F00;
	font-family : verdana, arial, sans-serif;
	font-size : small;
	margin-top: 10px;
	margin-left: 0px;
}
#wrap{
	width:900px;
	margin:0 auto;
	}
a {
	color : #006600;
	text-decoration : none;
}

a:hover {

	color : #FF0000;
	text-decoration : underline;
}

a.nav {
	display: block;
	color: #ffffff;
	padding-left: 3px;
	padding-bottom: 5px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
background-color: #DD3B0A;
color: #ffffff;
text-decoration: none;
}

a.nav2 {
	display: block;
	color: #ffffff;
	padding-left: 3px;
	padding-bottom: 5px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	background-color: #D64C28;
}

a.nav2:hover {
background-color: #D64C28;
color: #ffffff;
text-decoration: none;
}

.table {
width: 780px;
background-color: #ffffff;
font-family : verdana, arial, sans-serif;
font-size : small;
margin-left:auto;
margin-right:auto;
}

td {font-size: small; }

.top {
background-image: url(images/title_bk.gif);
width: 780px;
margin-left:auto;
margin-right:auto;
}

.left {
vertical-align: top;
width: 150px;
height: 100%;
font-size: small;
border-right: 2px solid #DD3B0A;
vertical-align: top;
background-image: url(images/bluestripe.gif);
}

.center {
padding: 10px;
vertical-align: top;

}

.footer {
font-size: x-small;
text-align: center;
}


h3 {
text-align: center;
}

.smallfont {
font-size: x-small;
)