﻿a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	color: #333366;
	text-decoration: none;
}
a:hover {
	color: #ba0000;
	text-decoration: underline;
}
body {
	font-size: 60%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.6em;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e0e6ea;
	text-align: center;
}
div {
	text-align: left;
}
div.content {
	padding: 20px;
}
table.body {
	width: 730px;
}
img {
	border: 0px;
}
td {
	text-align: left;
}
td.main {
	width: 100%;
	background-color: #ffffff;
	vertical-align: top;
}
td.main_left {
	width: 551px;
	background-color: #ffffff;
	vertical-align: top;
}
td.main_right {
	width: 179px;
	background-color: #ebebeb;
	vertical-align: top;
}
td.nav {
	text-align: center;
}
td.footer {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e0ebea;
	text-align: center;
}


.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}


li {
	list-style-image: url(../images/bulletpoint.gif);
	margin-bottom: 8px;
}
ul {
	margin-top: 6px;
	margin-left: 20px;
}


.hd {
	font-size: 140%;
	font-weight: bold;
}



/*  NAV STYLES */


#menu1,#menu2 {
	filter: alpha(Opacity=100, FinishOpacity=90, Style=1, StartX=0, StartY=0, FinishX=500, FinishY=250);
	position: absolute;
	z-index: 1;
}
#menu1 {
	margin-left: 0px;
}
#menu2 {
	margin-left: 114px;
}
.menubox {
	border-top: 1px solid #cccccc;
	border-right: 2px solid #999999;
	border-bottom: 3px solid #999999;
	background-color: #ffffff;
}
td.menuboxes,.menuboxes_over {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 6px;
	padding-right: 12px;
	cursor: pointer;
}
td.menuboxes_over {
	color: #153aa1;
	background-color: #dbdde6;
}


