body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size:x-small;
background-image: URL(../images/bg.gif);
background-repeat: repeat-x;
text-align:center;
}	

tr{
	font-size:x-small;
	}

.outerdiv{
	padding:5px;
	width:1000px;
	text-align:left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:990px;

	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>.outerdiv {width:990px;}

#masthead{
	padding: 10px 0px 30px 0px;
	width: 100%;
}
#siteName{
	/*float:left;*/
	margin: 0;
	font-size:30px;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
}
#globalNav{
	float:right;
	padding: 15px 10px 5px 10px;
	color: #cccccc;
}

a.white:link, a.white:visited{
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

a.white:hover{
color:#000080;
font-weight:bold;
text-decoration:underline;
}

a:link, a:visited{
color:#0000ff;
font-weight:bold;
text-decoration:none;
}

a:hover{
color:#000080;
font-weight:bold;
text-decoration:underline;
}

.bordered{
	border:1px solid #83a8c3;
	padding:0px;
}

.headbar_light{
	font-size:14px;
	background-color:#cccccc;
	color:#ffffff;
	font-weight:bold; 
	padding:5px;
}

.headbar_mid{
	font-size:14px;
	background-color:#83A8C3;
	color:#FFFFFF;
	font-weight:bold; 
	padding:5px;
}

.pullquote{
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	line-height: 150%;
	padding-bottom:10px;
	padding-top:20px;
	font-size:x-small;
	text-align:center;
}

.headbar_dark{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px;
	background: #003366;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#menu li {
	margin: 0;
	}

#menu li a {
	display : block;
	background-color : #83A8C3;
	padding: 10px;
	width: 90%;
	text-align : left;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	border: 1px outset;
	}
html>body #menu li a {
	width: auto;
	}

#menu li a:hover {
	background-color : #66CCFF;
	color: #000000;
	border: 1px inset;	
	}
	
.subglobalNav{
	display : none;
	font-size: 80%;
	padding: 10px;
	visibility: hidden;
	color: #000080;
}

.hclass{
	display : none;
	visibility: hidden;	
}

.vclass{
	display : block;
	visibility: visible;	
}
#footer{
text-align:center;
font-size:80%;
color:#666666;
font-weight:bold;
}

.padded5{
padding:5px;
}

dt {
font-weight:bold;
margin-top:15px;
}
.quoted{
font-style:italic;
}

.nodis{display:none;}
