body {
	background-image: url(images/101010_bkgnd.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-repeat: repeat;
	background-attachment: fixed;
}
.MTShighlight {	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003399;
	font-size: 14px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #00249C;
	background-color: #FFFF99;
	font-variant: normal;
	line-height: 36px;
	font-style: normal;
	letter-spacing: 4pt;
	text-indent: 4pt;
	border: thin none;
}
h4 {
	font-size: 16px;
}
.CaseTable strong {
	font-weight: bold;
	color: #00249C;
}
.CaseTable {
	background-color: #FFFFCC;
	border: thin solid #666666;
	padding: 0px;
}
.CaseTable td {
	padding: 0px;
	border: none;
}
.InfoTable {
	background-color: #FFFFFF;
}
.InfoTable td {
	padding: 5px 20px;
	border: thin solid;
}
.InfoTable   .padded {
	margin-right: 120px;
	margin-left: 110px;
}

.TipOfTheDay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: italic;
	background-color: #C7CDE9;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;}

a.info{
	position:relative;
	z-index:24;
	background-color:#FFFFCC;
	color:#00249C;
	text-decoration:none;
	font-weight: bold;
}

a.info:hover{z-index:25; background-color:#FFFFCC}

a.info span{display: none}

a.info:hover span{
	display:block;
	position:absolute;
	top:-2em;
	left:5em;
	width:30em;
	border:6px solid #FFFFCC;
	background-color:#FFFFCC;
	color:#00249C;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.News {
	background-color: #CCCCCC;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.News h5 {
	font-size: 16px;
	font-weight: bold;
}
/* LINKS */
.main-navigation {
	width:400px;
	height:10px;
	position:relative;
	z-index:100;
	margin:0 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	display: table;
}
.main-navigation .titlebar{
	font-size:140%;
	color: rgb(70,122,167);
	font-weight: bold;
	letter-spacing: 0.4em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15%;
}
.nav3-grid {
	width:518px;
	border-bottom:solid 1px rgb(200,200,200);
}
/* .nav3-grid dt a, .nav3-grid dt a:visited { */
.nav3-grid dt {
	display:block;
	min-height:2em;
	height:auto !important;
	height:2.0em /*IE6*/;
	line-height:2em;
	padding:0px 10px 0px 20px;
	border-top: solid 1px rgb(200,200,200);
	text-decoration:none;
	color:rgb(70,122,167);
	font-weight:bold;
	font-size:120%;
	background-color: #ffff99;
}
.nav3-grid dd a, .nav3-grid dd a:visited {display:block; min-height:1.7em /*Non-IE6*/; height:auto !important; height:1.7em /*IE6*/; line-height:1.7em; padding:0px 10px 0px 40px; border:none; font-weight:normal; text-decoration:none; color:rgb(70,122,167); font-size:110%;}
.nav3-grid dd a:hover {background-color:rgb(225,225,225); color:rgb(42,90,138); text-decoration:none;}

