/* globals */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 12px;
}

table {border: 0;}
img {border: 0;}
a:link, a:visited {color: #16456F; text-decoration: none;}
a:hover {color: #16456F; text-decoration: underline;}

/* main container to keep body centered in browser window */
#wrapper {margin: 0; width: 955px; text-align: left;}

/* sub containers */
#subnav {
	width: 673px;
	#vertical-align: text-bottom;
	vertical-align: bottom;
	font-size: 11px;
	letter-spacing: .1em;
}
#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 3px 0;
	float: right;
}
#subnav li {
	display: inline;
	margin: 0;
	padding: 3px;
}

#main {
	width: 851px;
	height: 231px;
	margin-top: 2px;
	margin-left: 36px;
}

#blue {margin-top: 2px; margin-left: 31px; }
#story {margin-top: 5px; margin-left: 31px;}

#news {
	margin-top: 8px;
	margin-left: 33px;
	background-color: #656565;
	color: #fff;
	width: 850px;
	min-height: 106px;
}
#news h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .5em;
	/*#padding-top: 15px;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
#news ul {list-style: none; #margin-left: 50px;}
#news li {
	display: block;
	letter-spacing: .25em;
	margin: 0;
	/*padding: 2px;*/
	#font-weight: bolder;
}
#news a {color: #98D600; text-decoration: underline;}
#news a:hover {text-decoration: none;}

#footer {
	margin-top: 10px;
	margin-left: 36px;
	color: #000;
	letter-spacing: .25em;
	width: 850px;
}
#footer ul{list-style: none; margin: 0; padding: 0;}
#footer li{
	display: inline;
	margin: 0;
	padding: 0;
}
#footer a {color: #000; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer p {margin: 0; padding: 0;} /* for firefox */

/* sub page containers */
#submain {
	width: 850px;
	height: 95px;
	margin-top: 4px;
	margin-left: 36px;
}

#subcontent {
	margin-top: 4px;
	margin-left: 36px;
}
#subcontent h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .5em;
	color: #0169B4;
}
#subcontent .title {
	font-size: 16px;
	font-weight: bold;
}
#subcontent td {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#subcontent .blue {
	color: #0169B4;
	font-weight: bold;
}
#subcontent a {
	text-decoration: none;
}




/* notes:  
__# preceding a style means its referred to as an id vs. a class
__# preceding an element w/in a style means only IE will recognize it;
by all means its a hack 
*/