body {
	margin: 0 auto;
	background-color: Gray;
}
#leftc {
	background-color: #2F5198;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
.leftnav{
	color: Silver;
	text-decoration: none;
	white-space: nowrap;
}
a.leftnav, a:visited.leftnav{
	color: Silver;
	text-decoration: none;
	white-space: nowrap;
}
#rightc {
	background-color: #2F5198;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}
#center {
	background-color: white;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	width: 100%;
}
p,td {
	font-size: 12px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
}

.line a {
	text-decoration: underline;
}

h4 {
font-size: 14px;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	margin: 3px 0 7px 0;
}
a:link {
	color:blue;
}
a:visited {
	color:purple;
}
.on{
	font-weight: bolder;
	text-decoration:underline;
}

#footer{
	padding: 3px;
	background-color: #Ccc;
}
#footer a,a:visited,a:active{
	text-decoration: none;
	white-space: nowrap;
	color: Black;

}
#footer a:hover{
	text-decoration: underline;
}
#bottom{
	padding: 5px;
	background-color: #2F5198;
	color: #CBCBCB;
}
#bottom a,a:visited,a:active{
	text-decoration: none;
	white-space: nowrap;
	color: #CBCBCB;

}
#bottom a:hover{
	text-decoration: underline;
}
#border
{
	border: 1px solid black;
}

