	
.wrap
	{
	width: 100%;
	padding: 0px;
	margins: 0px;
	}

.banner	{
	height: 200px;
	background-color: black;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	z-index: 1;
	}

.nav
	{
	position: absolute;
	top: 171px;
	left: 0px;
	padding: 5px 50px 5px 50px;
	}

.subnav_blue
	{
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 50px;
	z-index: 10;
	background-image: url("images/blue.gif");	
	}

	
.left
	{
	border-right: solid 1px #990000;
	margin: 0px 170px 0px 0px;
	padding: 1px 10px 10px 50px;
	}
		

.right
	{
	float: right;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	width: 125px;
	padding: 10px 20px 10px 10px;
	}
	
.footer_blue
	{
	clear: both;
	background-image: url("images/blue.gif");
	color: white;
	font-size: 10pt;
	padding: 5px 50px 5px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-align: center;
	margin-left: 50px;
	}

	
/*----------------*/
body	
	{
	margin: 0px;
	background-color: #FFFFFF;
	}


h1
	{
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000;
	}

h2	{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

h3	{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	}

p, li, a, td, dt, dd
	{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: normal;
	}

th	{
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif; 
	}

td	{
	vertical-align: top;
	}


/*------links--------*/
.mainnav
	{
	padding: 7px;
	background-color: white;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	}

.mainnavblue
	{
	background-color: #3366CC;
	padding: 7px;
	color: #FFFFFF;
	font-weight: bold;
	}

.mainnav:hover
	{
	background-color: white;
	padding: 7px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	font-weight: bold;
	}

.subLC {
	margin-left: 50px;
	color: #9900FF;
		}
		
.LC		{
	color: #9900FF;
		}
a.sub
	{
	color: white;
	padding: 0px 7px 0px 7px;
	border-right: solid 1px white;
	Font-weight: bold;
	}


a.sublast
	{
	color: white;
	padding: 0px 7px 0px 7px;
	Font-weight: bold;
	}
	
	

a.sub:hover
	{
	color: silver;
	padding: 5px 7px 5px 7px;
	Font-weight: bold;
	}

.back
	{
	font-family: Arial, Helvetica, sans-serif; 
	color: black;
	font-weight:bold;
	}
	
.example
	{	
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: normal;
	border: gray 1px solid;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	}
	
.hanging_indent
	{	
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: normal;
	margin-left:25px;
	text-indent:-25px;
	}

.foot
	{	
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;
	font-weight: normal;
	}
