body {
	background-color: #a0acdf;
	font-family: Arial;
}

table.spacer {
	width: 174px;
}

td.banner-left {
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #092272;
	width: 175px;
	height: 175px;
}


td.banner-right {
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #5b5b5b;
	width: 600px;
	height: 175px;
}

td.nav-container {
	border-left: solid 1px #092272;
	border-right: dashed 1px #092272;
	border-bottom: solid 1px #092272;
	background-color: #e2e6f8;
	font-size: 12px;
	color: #092272;
	
	
}

td.content {
	background-color: #ffffff;
	font-size: 12px;
	color: #474747;
	line-height: 18px;
	word-spacing: 1px;
	 border-right: solid 1px #000000;
	
	border-bottom: solid 1px #092272;
}

.stdfont
{
	background-color: #ffffff;
	font-size: 12px;
	color: #474747;
	line-height: 18px;
	word-spacing: 1px;
}

td.upperlinks {
	border-bottom: solid 1px #092272;
	border-left: solid 1px #092272;
	border-right: solid 1px #092272;
	font-size: 13px;
	color: #092272;
	font-variant: small-caps;
	font-weight: bold;
	background: url('images/bg.jpg');
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-position: center right;
	height: 16px;
	width: 776px;

}

div.nav-content {
	background-color: #e2e6f8;
	font-size: 12px;
	color: #092272;
	text-align: right;
	line-height: 22 px;
	margin-top: 10px;
	margin-right: 5px;
}
	


a:visited.nav {
	color: #092272;
	text-decoration: none;
	font-weight: bold;
}

a:link.nav {
	color: #092272;
	text-decoration: none;
	font-weight: bold;
}

a:hover.nav {
	color: #4f70cf;
	text-decoration: none;	
	font-weight: bold;
}


	
a:visited {
	color: #092272;
	text-decoration: underline;
	font-weight: normal;
}

a:link {
	color: #092272;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #4f70cf;
	text-decoration: none;	
	font-weight: normal;
}