﻿body
{
	background-color: black;
	font-family: "Lucida Grande" , Arial, sans-serif;
	font-size:small;
	color: #A2C2EA;
}

#wrap { 
	width:975px; 
	margin:0 auto; 
	background:white;

	color:Black;
}

#header {
	background-image: url("images/banner.jpg");
	background-repeat:no-repeat;
	height:230px;
	padding:4px 10px;
	margin-left:45px;
	margin-top:5px;	
}

#divider 
{
	width:885px;
	height:50px;
	margin-left:45px;
	border-bottom-style:solid;
	border-bottom-color:#6fbc1f;
	border-bottom-width:medium;
	
}

#divider img
{
	float:right;

}

#content 
{
	padding:4px;
	width:65%;
	float:right;

	margin-right:45px;
}

#content img
{
	float:left;
	padding-right:20px;
}

#content h1 
{
	font-size:2em;
}

#content p 
{
	padding-left:20px;
}

#content ol
{
	font-size:1.1em;
	background-color:#efefef;
	border-color:#292a25;
	border-style:solid;
	border-width:thin;
	padding:5px 5px 5px 20px;
	list-style-type: none;
}



#leftcol 
{
	margin-left:45px;
	float:left;
	width:240px;

}

#leftcol ul
{
	list-style:none;
	font-size:1.25em;

}

#leftcol li 
{
	padding-top:5px;
	padding-bottom:5px;
}

#leftcol a
{
	text-decoration:none;
	color:Black;
}

#leftcol a:hover 
{
	color:#6fbc1f;	
}


#footer 
{
	height:6em;
	width:885px;
	margin-left:45px;
	margin-top:5px;
	margin-bottom:2px;
	clear:both;
	border-top-style:solid;
	border-top-color:#6fbc1f;
	border-top-width:medium;
}

#footer ul 
{
	margin-top:10px;
}

#footer ul li
{
	margin-right:2.25em;
	margin-top:5px;
	padding-left: 0;
	display: inline;
	padding-left:2.25em;	
	font-size:1.25em;
}

#footer p 
{
	padding-top:0.5em;
	text-align:center;
	font-size:0.9em;
}

