/*
	------

	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
	#ccc - lt. grey
    #6f6e6e - grey
	#666 - dk. grey
	
	#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;
	line-height: 22px;
	text-align:left;
	background-color: #1a172c;
	letter-spacing: .2px; 
         background-image:url('background.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:top center; 
}

.main {

	margin-left: 150px;
    margin-right: 150px;
margin-top:25px;	
padding: 25px;
    background-color:#fff;
	border: 2px #59093e solid;
background: url("back.png");
}

A 			
{
	text-decoration: underline;
	font-weight: bold;
} 

A:visited	
{
	color: #00aad9;
} 

A:link  
{
	color : #007250;
	text-decoration: underline;
}

A:active	{
	text-decoration: none;
} 

A:hover		{
	background-color:#e6b75d;
} 

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