html {
}

body { 

	font: 8pt georgia; 
	color: #172104; 
	background: #89b6f9 none repeat-y; 
	margin: 0px;
    width: 700px;
	top: 0px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
}

#content{
	position:relative;
	width:721px;
	height:100%;
	border:1px solid #888888;
	top: -150px;
	left: 10px;
}

.button {
	color: #000000;
	text-align: left;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 0px;
	display: block;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 0.5px;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-top: 3px;
	margin-right: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
	font-weight: 400;
	margin-right: 10px;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-color: "B6B6B6";
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
}

a.menu:link, a.menu:visited {
	border-bottom:1px solid #B6B6B6;
	color:#666666;
	display:block;
	font-size:12px;
	font-weight:bold;
	height:100% !important;
	padding-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	text-decoration:none;
	width:200px;
}

.links {
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}
.menu:hover {
	background-color: #89b6f9;	
}
