body {
	text-align: center;
	background-color: white;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

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

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

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

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

#header {
	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 {
  float: left; 
  width: 150px;
  background: #008080; 
}

#content {
	padding: 10px;
	line-height: 1.2em;
	margin-left: 160px;
	z-index: -1;
	min-height:400px;
   height:auto !important;
   height:400px;
}

#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;
	margin-bottom: 10px;
}

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

tr.header {
	text-align: center;
}

tr.even {
	background-color: white;
}

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

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 {
	clear:right;
	background-color: #DAE6FE;
	padding: 10px;
}

#content ul {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 14px;
	margin-left: 0px;
}

#content li {
	padding-top: 2px;
	padding-bottom: 4px;
	margin-left:10px;
}

/* forms */

form p {
	/* clear: left; */
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 20%;
  font: bold 1em Arial, Helvetica, sans-serif;
}
fieldset {
  margin-top: 16px;
  padding: 10px 0 0 0;
  border: none;
}

fieldset.submit {
	margin-left: 20%;
	padding: 0;
}