﻿body 
{
	font-size: 8pt;
	font-family: Arial;
	color: #484848;
	background: #dddddd;
	margin-top: 0;
}

a 
{
	text-decoration: none;
	color: #484848;
}

a:hover, a.selected
{
	color: Orange;
}

#container
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	background: white;
}

#banner 
{
	clear: both;
	width: 800px;
	/*Add up to 330px;*/
	height: 280px;
	padding-top: 50px;
	/**/
	background-image: url('../images/header_bg.gif');
}

#content 
{
	margin-left: 10px;
	padding: 5px;
	margin-right: 270px;
}

#rightnav
{
	margin-top: 25px;
	float: right; 
	width: 250px; 
	padding-left: 25px;
}

#navmenu
{
	width: 135px;
	margin: 0;
	margin-left: 245px;
	list-style-image: none;
	list-style-type:none;
}

#navmenu li 
{
	border-top: solid 1px #FF9900;
}

#navmenu li ul 
{
	padding:0;
	list-style-image: none;
	list-style-type:none;
}

#navmenu li ul li
{
	width: 315px;
	border-style: none;
	padding-left: 1em;
	padding-bottom: 5px;
}

#navmenu a 
{
	text-decoration: none;
	color: #000000;
}

#navmenu a:hover
{
	color: #BA0000;
}

#navmenu li ul li a 
{
	color: #484848;
}

#navmenu li ul li a.selected 
{
	color: Orange;
}

#navmenu img 
{
	border: none;
}

#content p
{
	font-size: 10pt;
	margin: .25em;
	padding-bottom: .5em;
	
}

#content h1 
{
	font-family: Times;
	font-size: 22pt;
	font-weight: normal;
	margin-bottom:10px;
	color: #BA0000;
	padding-left: 35px;
	background-image: url('../images/arrow_lg.jpg');
	background-position: left;
	background-repeat: no-repeat;
}

#content h2
{
	font-family: Times New Roman;
	font-size: 15pt;
	font-weight: normal;
	color: #BA0000;
	margin-top:0px;
}

#content h3, .h3
{
	font-family: Arial;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-top:0px;
	color: orange;
}

#content h4
{
	margin-top:15px;
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: bold;
	font-family: arial;
	color: #BA0000;
	/* padding-left: 15px;
	 * background-image: url('../images/red_bullet.png');
	 * background-position: left;
	 * background-repeat: no-repeat;
	 */
}

#content ul, #content ol 
{
	font-size: 10pt;
}

#content ul li, #content ol li
{
	/*list-style-image: url('../images/red_bullet.png');*/
	padding-bottom: 5px;
}
	
#content div.textSection 
{
	width: 470px;
	padding-left: 20px;
	padding-right: 20px;
	background: url('../images/text_panel.png');
	overflow: auto;
}

#rightnav h1
{
	font-size: 14pt;
	font-family: Times New Roman;
	font-weight: normal;
	color: #BA0000;
	padding-left: 20px;
	background-image: url('../images/arrow_sm.jpg');
	background-position: left;
	background-repeat: no-repeat;
}

#rightnav  p 
{
	font-size: 8pt;
	margin: 1px;
}

div#torso
{
	background-repeat:no-repeat;
	background-position: bottom;
}

#footer 
{
	clear: both;
	width: 800px;
	height: 40px;
	text-align:center;
	padding-top:1em;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/bottombar.jpg');
	background-repeat: no-repeat;
}

#logo 
{
	float:left;
	margin-left:10px;
}

#etd
{

	position: absolute;
	top:300px;
	padding-left: 30px;
}

#contactus 
{
	padding-left:15px;
}

#content .nobullet
{
	padding-left: 0px;
	background-image: none;
	list-style-image: none;
}