/* CSS Document */

/*top banner*/
body
{
	margin: 0;
	padding: 0;
	background-color: white;  
  	font-family: Arial, Helvetica, sans-serif;
  	font-style: normal; 
	font-size: 70%; 
}

#banner
{
	background-color: #006699;
	width:100%;
	/*height:30px;*/

	
}

#banner p
{
	font-weight: bold;
	font-size: 145%;
	color: #FFFFFF;
	padding-left:83px;
	margin: 0 0 0 82px;
	padding-top:7px;
	padding-bottom:3px;
}

#bannerfix
{
	width:800px;
	/*padding-bottom : 10px;*/
}

/*contains manin nav and content*/
#container
{
	position:absolute;
	width: 800px;
}

#container table
{
	font-size: 100%;
}
/*nav styles*/

#nav{
	width: 138px;
	text-decoration: none;
	font-size: 100%;
}

#nav p
{
  	margin: 0px;
  	padding-top:10px;
  	padding-bottom:10px;  
  	border: 0px;
  	border-right: 0px;
  	border-bottom: 1px;
  	border-color: #003366;
  	border-style: solid;
 	color: #000000;  
	font-weight: bold;
}

#nav a
{
  	text-decoration: none;
	color: #000000;
}

#nav a:hover
{
	color: red;
}

#nav .current_navigation
{
  	text-decoration: none;
	color: #003366; 
}

#nav .current_navigation_menu_divide
{
  	border-bottom: 4px;
  	border-color: #003366;
  	border-style: solid;
}


#subnav p
{
background-color:#891536;
background-image:url("images/subnav-background.jpg");
color:#FFFFFF;
font-size: 90%;
font-weight:normal;
padding-left:7px;
padding-top:4px;
padding-bottom:4px;
 border-color: #ffffff;

}

#subnav a
{
color:#FFFFFF;

}
#subnav a:hover

{
color:#FFFFFF;
font-weight:bold;
}


#content
{
	position:absolute;
	top: 0px;
	left:164px;
	right:50px;
	margin: -12px;
  	padding-top:14px;
  	padding-bottom:10px;
  	border: 0px;
	border-right: 0px;
  	border-bottom: 0px;
	border-color: #006699;
	border-style: solid; 

}



#content h1, # h2, # h3, # h4
{
	font-weight: bold;
}

#content h1
{
	font-size: 165%;
	color:#006699;
}

#content h2
{
	font-size: 150%;
	color:#006699;
}

#content h3
{
	font-size: 125%;
	color:#006699;
}

#content h4, h5
{
	font-size: 100%;
}
#footer
{
	margin-top: 20px;
  	padding-top:0px;
  	padding-bottom:0px;
	border: 0px;
	border-right: 0px;
  	border-bottom: 0px;
	border-top: 1px;
	border-color: #003366;
	border-style: solid; 
}

#footer p
{
	margin-top : 0px;
}

#footer a
{
  	text-decoration: none;
}


#sidebar
{
	position:absolute;
	top: 0px;
	left: 802px;
	padding-left:20px;
	padding-right:20px;
}
.smalltext
{
	font-size:90%;
}

.largetext
{
	font-size:125%;
}

.footerbar
{	
	width: 85%;	
	height: 1px;
}

.tint
{
	color:#003366;
}

.arrow
{
	list-style-image: url("images/arrow_right.gif");
}

.clearall
{
	clear:both
}

.right
{
	float : right;
}

.left
{
	float : left;
}

.indent
{
	margin-left : 40px;
}
