@charset "utf-8";
/* CSS Document */

*
{
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;

}

body
{
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#page {
	width: 809px;
	margin: auto;
	background-color: #003
}
#banner
{
	width: 800px;
	height: 109px;
	margin: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	clip: rect(auto,auto,auto,auto);
	position: static; padding:0px;
}
#banner h1{color: #FFF; margin-right:25px;}
/*Dropdown List*/
#nav {
	width: 665px;
	height:0px;
	margin-left: 130px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 69px;

}


#nav ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	padding: 0px;
	list-style: none;
	width:auto;
}

/*effects the navigation bar as a whole */


#nav ul li {
	display: block; /*allows elment to beahave similar to paragraph*/
	position: relative; /* Element positioned relative to its normal position, so left:20px adds 20 pixels to elements LEFT position*/
	float: left;
	
}

#nav li ul {
    display: none; /*hides list items to not take space*/
}

/*effects all links within navigation */
#nav ul li a {
    display: block;
    text-decoration: none;
    color:#FFF;
    border-top: 0px solid #ffffff;
    padding: 5px 15px 5px 15px;
    background:#333;
    margin-left: 0px;
    white-space: nowrap;
	width:auto;
}

/*effects link when hovered within main navigation */
#nav ul li a:hover {
	background: #FFC;
	color: #666;
	display:block;
	

}

/*nested list of dropdowns below navigation */
#nav ul li:hover ul {
	display: block;
	position: absolute;
	width: 260px;
	border:thin;
	margin-left: -3px;	
	
	}

/* nested list items */
#nav li:hover li {
    display: block;
	float: none;
    font-size: 11px;
	width:auto

}


#nav li:hover a { 
display: block;
background:#FFC;
color:#666;
	width:auto;
	text-align:left;

	 }


#nav li:hover li a:hover {
    background:#CCC;
		width:auto;
}

             
#listarea
{background-color:#333; width:800px; height:28px;
	
	
}
#content /*actual page content */
{
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	width: 800px;
	background-color: #FFF;
	padding: 5px;

}


	
#content p,h1,h2,h3,h4,h5,h6 { margin-left: 12px;margin-right:12px;margin-bottom: 6px;
	text-align:justify;
	
}
#content img {padding:0.5% 0.5% 0 0;}
#content ul,ol {margin-left: 24px; 
}

#contentgroup5
{
	width: 400px;
	float: right;


}
#rightpix
{
	width:410;
	float:right;
	
	
}
#lefttext
{
	width:auto;
}

/*footer area*/
