@charset "utf-8";
/* CSS Document */
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #fff url(images/GreyRightBG.jpg) repeat-y 50% 0; 
  font-size: 0.8em; 
  height: 100%;
}
#container {
  position: relative;
  top: -7px;
  padding: 0;
  width: 970px;
  height: 100%
	border: 1px solid black;
	position: relative;
	margin: 0px auto;
}
#header {
  background:url(images/mvgradsHeaderBack.png);
	color: #FFFFFF;
	padding: 0px 5px 2px 5px;
	width: 960px;
	height: 55px;
}
#menuBar {
  background:url(images/mvGradsMenuBack.png);
  width: 960px;
	height: 23px;
	color: #FFFFFF;
	padding: 5px 5px 0px 5px;
}
#menuBar div {
  position: relative;
	height: 23px;
  display: inline;
	width: 50px;
	font-size: 80%;
	border-right: 1px solid #330000;
	margin: 0;
	padding: 0 5px 0 0;
}
#menuBar div a:active, #menuBar div a:link, #menuBar div a:hover, #menuBar div a:visited {
  color: #FFFFFF;
	text-decoration: none;
}
#content {
  position: absolute;
  width: 80%; 
}
#sideBar {
  position: relative;
  width: 150px;
  float: right; 
  text-align: center;
}
#slogan {
  font-size: 55%;
}
.FieldLabel { 
  font-size: 90%; 
  font-weight: bold
}
.smallText {  
  font-size: 10pt; font-weight: bold
}
h2 {
  font-size: 150% 
}
h3 {
  font-size: 120% 
}
h4 {
  font-size: 95% 
}
form {
  border: thin solid black;
  background-color: #EEEEEE;
  padding: 2px; 
}
.updatedDate {
  font-style: italic;
  font-size: 75%; 
}
fieldset {
  position: relative;
  border: 1px solid #BA0066;
  background-color: #DDDDDD;
  margin-top: 3px;
  width: 40%;
  display: inline;
  vertical-align: top;
}
legend {
  font-weight: bold;
  background-color: #EEEEEE;
  color: #BA0066;
  border: 1px solid #BA0066;
}