body {
	margin: 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fcfbc9;
	color: Black;
	font-size: 80%;
}
div.clearer {
	clear: both;
	line-height: 0;
	height: 0;
}
#page {
	width: 770px;
/*	margin: 0px;*/
	margin: 10px auto;
	padding: 0px;
	border-top: 1px solid #100D75;
	border-left: 1px solid #100D75;
	border-right: 1px solid #100D75;
	background:#FFF;
}
html>#page {
	width: 770px;
	padding: 5px;
}
a {
	text-decoration: underline;
	color: #4F64AC;
}
a:hover {
	text-decoration: underline;
}
#topmenu, #bottommenu {
	background-color: #100D75;
	color: White;
	text-transform: uppercase;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 9px;
}
#topmenu a, #bottommenu a {
	color: White;
	text-decoration: none;
}
#topmenu a:hover, #bottommenu a:hover {
	text-decoration: none;
	color: #666666;
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	display: block;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	position: relative;
	text-align: left;
	width: auto;
	background-color: #100D75;
}
#nav li ul {
	display: none;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
}
#nav li > ul {
	left: auto;
	top: auto;
}
#nav li:hover ul, #nav li.over ul {
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav ul li {
	float: left;
	height: 1%;
}
* html #nav ul li a {
	height: 1%;
}
/* End */
#nav li li {
	clear: both;
	width: 110px;
	padding: 4px;
}
#phone {
	float: right;
	font-size: 130%;
	margin: -2px 0px 0px 0px;
	padding: 0px 10px;
	border-left: 1px solid #CCCCCC;
}
#copyright {
	clear: right;
	background-color: Black;
	color: #CCCCCC;
	padding: 10px;
	font-size: 9px;
}
#important {
	clear: center;
	background-color: #FFFFCC;
	color: #FF0000;
	padding: 4px;
	font-size: 12px;
	border-left: 4px solid #666666;
	border-bottom: 4px solid #666666;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}
#important b {
	color: #100D75;
}
#middle {
	background: url(images/orange_bkg.png) repeat-y left;
}
#leftcol {
	float: left;
	width: 150px;
	background: url(images/stripes.png) repeat-x bottom;
	background-color: #666666;
	color: White;
}
#leftcol a {
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 9px;
	display: block;
}
#leftcol a:hover {
	color: #FEA620;
}
#rightcol {
	float: right;
	width: 600px;
}
#content {
	padding: 5px;
	min-height: 400px;
	background:#FFF;
}
.leftmenu {
	margin: 0px;
	text-align: left;
	padding: 10px 5px 13px 5px;
	background: url(images/stripes.png) repeat-x top;
}
.leftmenu li {
	text-align: left;
	list-style: none;
	padding: 2px 0px;
}
.nobkg {
	background: transparent;
	margin-bottom: 10px;
}
h1 {
	color: #881F20;
	font-size: 160%;
	text-align: left;
}
h2 {
	font-size: 140%;
	font-style: italic;
}
h3 {
	font-size: 120%;
}
table ul {
	margin: 5px 0px 0px 15px;
	padding: 0px;
}
.frame {
	border: 2px solid #B1B1B1;
	padding: 4px;
	margin: 0px 10px;
}
.title {
	background: #100D75;
	color: White;
	font-weight: bold;
	text-align: center;
}
.roweven
{
	background: #FFFFFF;
}
.rowodd
{
	background: #EEEEEE;
}
.reminder {
	border: 1px solid #666666;
}
.reminder2 {
	border: 1px solid #881F20;
}

