body,td,font { font-family:tahoma;color:#000000;font-size:12px;line-height:16px;}

body {
background-color:#900303;
margin:0px;
background-image:url('images/bg1.gif');
background-repeat:repeat-x;
background-position:top center;
}
.navCell { padding-right:2px;}
h1 { color:#990000;margin:0px;font-size:16px;line-height:16px;}



a.nav:link {font-size:14px;font-weight:bold;;color: #990000;text-decoration: none;}
a.nav:visited {font-size:14px;font-weight:bold;	text-decoration: none;	color: #990000;}
a.nav:hover {font-size:14px;font-weight:bold;	color: #990000;text-decoration: none;}
a.nav:active {font-size:14px;font-weight:bold;color: #990000;	text-decoration: none;}

a:link {font-weight:normal;color: #990000;text-decoration: underline;}
a:visited {font-weight:normal;text-decoration: underline;	color: #990000;}
a:hover {font-weight:normal;	color: #5d5d5d;text-decoration: none;}
a:active {font-weight:normal;color: #990000;	text-decoration: underline;}

a.other:link {font-weight:bold;font-size:10px;color: #5d5d5d;text-decoration: none;text-transform:uppercase;}
a.other:visited {font-weight:bold;font-size:10px;	text-decoration: none;	color: #5d5d5d;text-transform:uppercase;}
a.other:hover {font-weight:bold;font-size:10px;	color: #5d5d5d;text-decoration: none;text-transform:uppercase;}
a.other:active {font-weight:bold;font-size:10px;color: #5d5d5d;	text-decoration: none;text-transform:uppercase;}

.headerTitle { font-size:72px;color:#ffffff;}

.content { padding:0 20 0 20;width:650px;}
#subnavdiv { padding-left:8px;}

#subnavdiv ul {
 	/* Removes the Bullets */
	list-style-type: none; 
   /* Standard HTML lists have a certain amount of 
      left-indentation. The amount varies on each browser.
	   Some browsers use padding (Mozilla, Netscape, Safari)
	   and others use margins (Internet Explorer, Opera)
	   to set the amount of indentation.
	 
	   To remove this left-indentation consistently across
	   all browsers, set both padding and margins to "0" for
	   the "UL". */
	padding: 0;
	margin: 0;
	/* If left-indentation is required, use margin-left.
	   As the padding is now set to "0", the left margin
		can be given an exact measurement that will be
		consistent across all browsers. */
}
#subnavdiv ul li {
   display: block;
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 0px;
	height:31px;
	width:150px;

}

#subNav:hover {
	background: url(/images/subnav_over.png) top right;background-repeat:no-repeat;	
}


strong { color: #ff0000;}
.location { font-size:10px;}