/*
	------

	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
	#333399 - blue
	#83b8b5 - 8ad33f
	#27730e - dk green

    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;
	letter-spacing: .2px; 
   background: url(background.png) no-repeat;
    background-size: cover;
     background-repeat:no-repeat;
     background-attachment:fixed;
	background-color: #83b4cf;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

.main {

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

A 			
{
	text-decoration: underline;
} 

A:visited	
{
	color: #032a78;
} 

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

A:active	{
	text-decoration: none;
} 

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

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

ul 
{
line-height:140%
}

li {
  margin: 10px 0;
}

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