body {
	background-color: #fff;
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
	color: black;
}

#container {
	position: relative;
	text-align: left;
	width: auto;
	border: none;
/*	border: 1px solid #000; */
	/* background: #fff url(images/body-bkg.gif) repeat-y; */
	/* margin: 0 auto; */
}


#header.home {
	display: none;
	background: #fff url(images/mvm-header.jpg) no-repeat;
	height: 165px;
}

#header {
	display: none;
	background: #fff url(images/header.jpg) no-repeat;
	height: 165px;
}

#header h1 {
	color: black;
	position: absolute;
	top: 120px;
	font-size: .9em;
	right: 10px;
	text-align: right;
}

#leftnav {
  display: none;
}

#content {
	padding: 0px;
	line-height: 1.2em;
	margin-left: 0px;
	z-index: -1;
}

#content a:link, #content a:visited, #content a:active, #footer a:link, #footer a:visited {
	color: #0001C9;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}


#footer {
	font-size: .8em;
	color: black;
	padding: 10px;
	text-align: center;
}

#footer p {
	padding: 0;
	margin: 2px;
}

#content h1, h1 {
	font-size: 1.3em;
	color: #006B6C;
	padding: 0 0 8px 0;
	margin: 0;
	line-height: 1.4em;
}

#content h2, h2 {
	color: #006B6C;
	margin:0;
	padding: 0;
	padding-top: 8px;
	font-size: 1.1em;
}

#content p {
	margin-bottom: 4px;
	padding-top: 8px;
	margin-top: 0;
	line-height: 1.3em;
}

table.results {
	border-collapse: collapse;
	border-color: #008080;
	background-color: white;
	margin-top:10px;
}

th {
	border-bottom: 1px solid #008080;
}

tr.header {
	text-align: center;
}

tr.even {
	background-color: white;
}

tr.odd {
	background-color: #E9F5FF;
}

ul {
	padding: 0;
	margin: 0px; 
	width: 150px; 
	list-style-type: none;
	background-color: #008080;
}

ul li {
	position: relative;
}

li ul {
	display: none; 
	left: 149px; 
	position: absolute; 
	top: 0px;
}


ul li a {
	display: block; 
	background-color: #008080; 
	color: #fff; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 3px 5px 3px 8px;
}

/* Holly Hack. IE Requirement \*/
* html ul li {float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul li a:hover {
	background: #A7CAF0; 
	color: #000;
}

li ul li a {
	padding: 4px 5px 4px 5px;
}

li:hover ul, li.over ul {
	display: block;
}

img.thumbright {
	margin: 4px;
	padding: 0;
	float: right;
	display: inline;
}

p.bullet {
	padding: 0;
	padding-left: 30px;
	padding-top: 2px;
	margin: 0;
	background: url(images/teal-bullet.gif) no-repeat 10px 8px;
}

#frontcalendar {
	float: right;
	margin: 4px;
	display: inline;
}

p.announce {
	background-color: #DAE6FE;
	padding: 10px;
}