@charset "utf-8";
/* CSS Document */
img { -ms-interpolation-mode:bicubic; }
*
 {
	padding:0px;
	margin:0px;
	color: #000;
	font-family: Times New Roman;
  }   
html, body
 {
	font-family: verdana, arial, sans-serif;
	color: #000000;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding:0px;  
	background: url(pics/bggrey.jpg) repeat;
 }

h1
 {
	color: #000;
	font-weight:bold;
	font-family: Times New Roman, Gadget, sans-serif;
	font-size: x-large;
	text-transform: none;
	font-variant: small-caps;
	text-align: center;
	font-style: italic;
	padding-bottom:5px;
 }
 h2
 {
	color: #000;
	font-weight:bold;
	font-size: x-large;
	font-style:italic;
	text-align:center;
	font-variant: small-caps;
 }

#content
 {
  width:100%;
  text-align:center;
  padding-left:100px;
  padding-top:15px;
  font-family: Times New Roman;
  }
 
 #Header
  {
	  
	  text-align:center;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:x-large;
	  font-style:italic;
	  overflow:hidden;
  }
#nav 
{

	padding: 0;
	color:#FFFBF0;
	background-color: #650b0b;
}
	  
#nav a:hover {
	color:#650b0b;
	background-color:#FFFBF0;
}
	  
#nav ul 
{
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	color: #FFFBF0;
}
#nav li 
{
	float: left; 
	}
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFBF0;
}
#nav li:first-child a {
	}
#nav li a:hover {
	color: #650b0b;
	background-color:#898989;
} 
 ol
 {
	 padding:1em;
	 line-height:30px; 
 }
 
 dd
 {
	   text-align:left;
       padding-left:1em;
	   padding-right:1em;
	   padding-bottom:1em;
       border-left: #650b0b groove;
	   border-bottom: #650b0b groove;
	   border-width: thick;
 }
 dl a:link
 	{
		color:#0000FF;
		font-style:normal;
		text-decoration:none;
	}
 dl a:hover
 	{
		color:#9e9e9e;
		font-style:normal;
		text-decoration:none;
		background-color:#FFFFFF;
	}
 dl a:visited
 {
 		color:#0000FF;
		font-style:normal;
		text-decoration:none;
 }
.clicker
 {
	cursor: pointer;
	color:white;
 }
  
#navigation {
	color: #FFFBF0;
	background-color: #650b0b;
}

