/*
	------

	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

    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: #92adc8;
	letter-spacing: .2px; 
background-image:url('background.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center; 
}

.main {
width:65%;
margin-left:auto;
margin-right:auto;
margin-top:20px;	
margin-bottom:20px;
padding: 25px;
text-align:left;
background: url("back.png");
border: 2px #746554 solid;
}

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #456caf;
} 

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

A:active	{
	text-decoration: none;
} 

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

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

li {
padding: 0 0 0 12px;
}


.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;
}

h3 {
padding-left: 20px;
}