﻿


/*****This section sets the formatting rules for the body of page******************/
body {	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0000ff;
	color: #ffffff;	
}
/*****This section sets the properties of the header*******************************/
#head {	
	line-height: 3em;
	text-align: center;
	background-color: #0000ff;
	font-size: 3em;
	background-image: url(images/head-hand2.png);
	background-repeat: no-repeat;
}
/*****This centers up the page sub heading.*****************************************/
#main-body h1 {
	text-align: center;
}
/*****This section conains the parameters for the main text content of the page*****/
#main-body {
	font-size: medium;
	background-color: #3399ff;
	color: #ffffff;
	text-align: left;
	padding: 0px 20px 20px 20px;
}
/*****This section has the parameters for the navigation bar*****/
nav {
	background: #ff6600;
	color: #000000;
	font-size: .75em;
}
nav ul {
	list-style-type: none;
	padding: 5px 0px 5px 50px;
}
nav ul li {
	display: inline;
	padding: 5px 10px 5px 10px;
}
nav ul li a:link {
	color: #0000ff;
	border-bottom: none;
	font-weight: bold;
}
/*****This changes the font to red when a link is hovered over*****/
nav ul li a:hover {
	color: #ffffff;
}  
/*****This section sets up the image in the right sidebar*****/
#sidebar {
	float: right;
	margin: 20px 20px 20px 20px;
	width: 250px;
	border: none;
}

/*****This section sets the properties of the footer*****/
#footer {
	text-align: center;
	background-color: #0000ff;
	font-size: .75em;
	clear: both;
}	
