/* redefined default styles: */
a:link,a:visited,a:active{text-decoration:none;}
a:hover{text-decoration:underline;}
hr {color:#999999}

body {
	font-family: "Lucida Grande", Helvetica, sans-serif
}

/* custom styles for MVEIRB-cd */
#content p,
#content ul,
#content ol,
.main
{
	line-height:18px; font-size: 11px;font-weight: normal;color:#333333;
}
#content ol.alpha {
	list-style-type: lower-alpha;
}
#content ol.roman {
	list-style-type: lower-roman;
}
h1, #content .title {font-size: 16px;font-weight: bold;}
h2, #content .title2 {font-size: 14px;font-weight: bold;}
h3 {font-size: 12px; font-weight: bold;}
.copyright {font-size: 8px;font-weight: bold;color:#FFFFFF;}
.fill-red {background-color:#FF0000;}
a.nav1:link,a.nav1:visited,a.nav1:active{text-decoration:none;color:#FFFFFF;font-size:12px;font-weight: bold}
a.nav1:hover{text-decoration:none;color:#FFFFFF;}

#content a,
#content a:visited,
#content a:active,
a.nav2:link,
a.nav2:visited,
a.nav2:active
{
	text-decoration:none;
	color:#FF0000;
}

#content a:hover,
a.nav2:hover
{
	text-decoration:underline;
	color:#FF0000;
}
#nav * {font-size: 10px;color: #FFFFFF;}
#nav li ul { /* all lists */
	padding: 0;margin: 0;list-style: none;}
#nav {padding: 4px 0; margin: 0;height: 14px;}
#nav li { /* all list items */
	float: left;position: relative;text-align: center;list-style-type: none;font-weight: bold;}
li {width: auto;}
#nav li a {
	padding: 0 30px 0 5px;
}
#nav li ul li {border-top: 1px dotted #874f3a; width: 100%;text-align: left; padding: 0;font-weight: normal;}
#nav li ul li a {
	padding: 0;
}
#nav li ul {border: 1px solid #874f3a;background-color: #e3c388;}
#nav li ul li.first {border-top: none;}
#nav li ul { /* second-level lists */
	display: none;position: absolute;top: 1em;left: 0;width: auto;margin: 0}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;left: auto;}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;width: 180px;white-space: nowrap;}
#nav li:hover ul li, #nav li.over ul li {clear: both;padding: 2px 0;}
#nav li ul li a {color: #000;margin-left: 4px;}
#content {background: #fff url(../images/NHA-logoScreen.gif) no-repeat left bottom;}
#nav * {font-size: 12px;}
