body{
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
a:link, a:visited, a:hover {color: #000000; text-decoration: underline;}
a:hover {color: #FF0000;}
.story{font-size: 12px;
}
h2{font-size: 14px;
}

/* =main nav
--------------------------------------------------------------------------------------------------------------------------------------------*/

#nav ul.parent {
	margin: 8px 0 0 175px;
	padding: 0;
	width: 770px;
	text-align: left;
	float: left;
	border: 1px solid #FF0000;
}	
	
#nav ul.parent li{
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;		
}
	
#nav ul.parent li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 3px 8px 3px 8px;
	background: url(images/nav_sep.gif) no-repeat right 2px; 
}

/* this removes the last line in the nav */
#nav ul.parent li a.last {
		background: transparent
}

/* =1st level dropdowns
--------------------------------------------------------------------------------------------------------------------------------------------*/

#nav ul.parent li ul.drop  {
	background: transparent;
	margin: 0 0 0 -40px;
	_margin: 0;
	list-style: none;
}

#nav ul.parent li ul.drop li {
	list-style: none;
	clear: left;
	padding: 0;
	margin: 0;
	width: 120px;
	/*line-height: 1.3em;*/
}

#nav ul.parent li ul.drop li a {
 	width: 100%;
	background: #FF0000!important;
	color: #fff;
	display: block;
	padding: 4px 6px 6px 6px!important;
	margin: 0!important;
	border-bottom: 1px solid #000;
}

#nav ul.parent li ul.drop li a:hover {
	color: #000!important;
}

/* 1st level reveal */
#nav ul.parent li:hover ul.drop, #nav ul.parent li.sfhover ul.drop {  /* lists nested under hovered list items */
	left: auto;
}

ul.drop, ul.sub-drop {
	width: 150px;
	position: absolute;
	z-index: 99999;
	text-align:left;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
.clear{
	clear: both;
	height: 0px;	
}
/* Various Styles -------------------------------------------------------------------------------------------------*/

#NavBar_right{
	margin-top: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF0000;
	width: 139px;
	padding-left: 10px;
	text-align: right;
}
#NavBar_right img{
	padding-bottom: 8px;
}
#maincontent{
	margin-top: 20px;
	padding-left: 95px;
	text-align: left;
	padding-right: 10px;
	font-size: 12px;
}
#maincontent p{
	padding-left: 70px;
}
.imgright{
	text-align: right;
}

.navBar{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}

.navBar a:link, .navBar a:visited  {color: #000000;text-decoration: none;line-height: 20px;}

.navBar a:hover {color: #FF0000;line-height: 20px;}

.footer{font-size: 10px;margin: 0;color: #aaaaaa;}
.footer a:link, .footer a:visited {text-decoration: none;}
.footer a:hover {color: #FF0000;text-decoration: none;}	

INPUT, SELECT{
	font-size: 14px;
}
