/*Style Sheet for Version 4 Browsers */
body {
	color: #000000;
	background: #efefef;
	background-image: url("/images/backstripe.gif");
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
}

p
	{
	line-height: 16px;
	margin: 5px 20px 20px 5px;
	}

h1,h2,h3,h4
	{
	color: #000000;
	background-color: transparent;
	margin: 3px 3px 3px 3px;
	padding: 3px;
	}
		
img
	{
	border: 0px #efefef solid;
	margin: 0px;
	}
	
/*Generic styles */

a:link
	{ 
	color: #cc0000;
	background: transparent; 
	text-decoration: none;
	}

a:visited
	{
	color: #000000;
	background: transparent; 
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	background: transparent;
	text-decoration: underline;
	}

a:active
	{
	color: #cc0000;
	background: transparent; 
	text-decoration: underline;
	}
	
	
/*All the IDs*/
	
	
#header
	{
	margin-top: 100px;
	color: #000;
	background-color: transparent;
	clear: both;
	}
	
#content 
	{   
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 420px;
	padding-top: 40px;
	}
	
#content p
	{
	line-height: 14px;
	margin: 5px 10px 15px 15px;
	width: 370px;
	}
	

#nav
	{ 
	color: #000000;
	background-color: #cccccc;
	width: 100px;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-top: 250px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	
	}
	
#nav h4
	{
	font-size: 1em;
	color: #000000;
	background-color: #ffcc00;
	border-bottom: 1px #000000 solid;
	clear: both;
	margin: 0px;
	text-align:center;	
	}
	
#nav ul {
	list-style: disc inside;
	margin: 2px;
	padding: 4px;
	}
	
#nav li	{
	font-size: .9em;
	}

	

#footer
	{
	color: #000000;
	background-color: transparent;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	font-size: .7em;
	}	
	
#footer a:link
	{ 
	color: #000000;
	background: transparent; 
	text-decoration: underline;
	}

/*Generic styles */

a:link
	{ 
	color: #cc0000;
	background: transparent; 
	text-decoration: none;
	}

a:visited
	{
	color: #000000;
	background: transparent; 
	text-decoration: none;
	}

a:hover
	{
	color: #000000;
	background: transparent;
	text-decoration: underline;
	}

a:active
	{
	color: #cc0000;
	background: transparent; 
	text-decoration: underline;
	}
	

/*Specific Styles Applied to the Sidebar Layer */
.navDiv {
	color : #000000;
	background-color: transparent; 
}


/*Style Applied to the Paragraphs for Main Section Links */
p.navButts {
	color : #000000;
	background-color: transparent; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 4px;
	margin-left : 0px;
	margin-top : 6px
}

.navButts a { 
	color : #000000; 
	background-color: transparent;
	text-decoration : underline }

.navButts a:hover { 
	color : #cc0000; 
	background-color: transparent;
	text-decoration : none }

/*Style Applied to the Paragraphs for the Sub-Section Links */
p.navSubs {
	color : #cc0000;
	background-color: transparent; 
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-bottom : 2px;
	margin-left : 12px;
	margin-top : 0px
}

.navSubs a 
	{color : #cc0000;
	background-color: transparent; 
	text-decoration:underline; }

.navSubs a:hover 
	{color : #ff3333;
	background-color: transparent; 
	font-weight: bold;
	text-decoration: underline; }

.navSubs a:visited
	{color : #cc0000;
	background-color: transparent; 
	text-decoration : none }

/*Style Applied to the Paragraphs for Static Down-State Main Section Links */
p.navViz {
	color : #cc0000;
	background-color: transparent;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin-bottom : 6px;
	margin-left : 0px;
	margin-top : 6px
}

.navViz a { color : #ff0000; 
	background-color: transparent;
	text-decoration : underline }
	
/*Turns off Borders around Hyperlinked Images--Apply to a-tags*/

a.nn4imgWhite {color: #efefef;
		background-color: transparent;}


div.spacer
	{clear: both;}	
