/* Thanks to Jeffrey Zeldman for his book Designing for Web Standards. 
His examples helped me build this style sheet and the navigation table
for this page.*/


body	{
	color: #630;
	background: #fff;
	margin: 10px;
	padding: 0;
	
	}
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #3286E4;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #3286E4;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: sienna;
	background: transparent; 
	}

a:active {
	font-weight : normal; 
	text-decoration : none;
	color: 630;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: verdana, sans-serif;
		}


h1 {
	font-size: 1.1em;
	font-weight: bold;
	}

h2	{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}
	
h3	{
	font-size: .9em;
	font-weight: bold;
	}

html p 	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  10px;
	line-height: 1.5;
	}
	
#line hr	{
	border-width: 4px;
	border: 0 0 1px 0;
	}

#footer p	{
	font-size: .8em;
	margin-top: 25px;
	}
	
/* Basic page divisions */

.primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	font: 1em verdana, sans-serif;
	}
.primarycontent	table {
	width: 95%; 
	border-bottom: 1px solid #3286E4;
	margin: 1em;
	text-align: left;
	}
.primarycontent	p	{
	margin-left: 1em;
	}

/* Class items */

.top	{
	font-family: arial, sans-serif;
	font-size: 11px;
	text-align: left;
	}
	


/* Navigation bar components */


table#nav 	{
	border-bottom: 1px solid #3286E4;
	border-left: 1px solid #3286E4;
	text-align: center;
	width: 780px;
	}

table#nav td	{
	font: 10px verdana, arial, sans-serif;
	border-right: 1px solid #3286E4;
	border-top: 1px solid #3286E4;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0.1em;
	}

table#nav td	{
	line-height: 1.2em;
	}
	
#nav td a:link, #nav td a:visited {
	background: #eff;
	display: block;
	margin: 0;
	width: 200px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #630;
	background: white repeat;
	} 

