/*
	------

	This stylesheet is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. 
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ 
	or send a letter to 

	Creative Commons
	559 Nathan Abbott Way
	Stanford, California 94305, USA.
	------
	
	color wheel
	#fff - white
	#000 - black
	#4f5c4f - army green
	1975cc - blue

    this is the default template, see styleprint.css for a printable stylesheet.
	
*/

body  {
	font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
font-weight:bold;
	line-height: 24px;
	text-align:center;
	background-color: #000;
	background-image:url('background.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center;  
	letter-spacing: .2px; 
}

.main {

	width:780px;
margin-left:auto;
margin-right:auto;
margin-top:25px;	
padding: 25px;
text-align:left;
background: url("back.png");
	border: 4px #b1b1bb solid;
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #586f43;
} 

A:link  
{
	color : #58281c;
	text-decoration: underline;
}

A:active	{
	text-decoration: none;
} 

A:hover		{
	background-color:#ffff73;
} 

OL { 
list-style-type: upper-roman; 
}

li {
padding: 0 0 4px 6px;
}


.header
{
	color: #0d0060;
	font-weight: bold;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.bigheader {
    color: #000;
	font-weight: bold;
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
}

dt {
padding-top: 12px;
font-weight: bold;
}

h1.head {border: 2px #004241 solid; padding:12px;background-color:#fdfcb6; text-align:center;}