/* CSS Document */
body {
	background: #ffffff url(header.jpg) center top no-repeat;
	font-size: 10pt;
}

.menubar {
	width: 975px;
	background: url(sub-menu-bar.gif) center no-repeat;
	padding: 0px;
	margin-top: 6px;
}

.mainbody {
	width: 975px;
	margin-top: 93px;
	background: #ffffff url(bodybackground.jpg) repeat-y;
}

.mainbodylink {
	color: #2b3e7b; 
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
	text-decoration: none;
    font-size: 14px;
} 

.bodytext {
	width: 725px;
	text-align: left;
}

.footerclass {
	height: 65px;
	width: 975px;
	background: url(footer.jpg) no-repeat;
}

.leftfooter { 
	padding-top: 28px;
	padding-left: 114px;
	text-align: left; 
	font-size: 8pt;
	color: #ffffff
}

a.footerlink {
	color: #ffffff;
	text-decoration: none;
}

a.submenu {
	color: #989898;
	text-decoration: none;
}

a.submenu:hover {
	color: #2B3E7B;
}

h3 {
	font-size: 10pt;
	font-weight: normal;
	padding-top: 6px;
}

.topmenu {
	background: url(menu-bar.gif) no-repeat center;
	margin-top: -4px;
	width: 975px;
	height: 46px;
	color: #8C8C8C;
}

a.menu {
	font-size: 9pt;
	font-weight: bold;
	color: #8C8C8C;
	text-decoration: none;
}

a.menu:hover {
	font-size: 9pt;
	font-weight: bold;
	color: #1A146A;
	text-decoration: none;
	border-bottom: #1A146A 5px;
}

a.menuhigh {
	font-size: 9pt;
	font-weight: bold;
	color: #1A146A;
	text-decoration: none;
	border-bottom: #1A146A 5px;
}

.leftbracket {
	background: url(leftbracket.gif);
	float: left;
	width: 9px;
	height: 24px;
}

.rightbracket {
	background: url(rightbracket.gif);
	float: right;
	width: 9px;
	height: 24px;
}

div.small {
	height: 10px;
}

h1{
font-size: 12pt;
color: #1A146A;
}

.indented{
margin-left: 25px;
}

.submenuhighlight{
	color: #2B3E7B;
	text-decoration: none;
}

tr{
border: 1px solid #2B3E7B;
}

td.shaded{
background: #E5E5E5;
}