/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font of regular text - Don't change */
	font-size: .75em; /* Size of regular text - Can change from .7em to .9em */
}

a:link, a:visited {
	color: #001956; /* Color of links in the regular text */
	text-decoration: none; /* Removes the underline from links in the regular text */
}

a:hover {
	color: #001956; /* Color of links in the regular text when moused over */
	text-decoration: underline; /* Adds the underline to links in the regular text when moused over */
}

#container {
	width: 770px; /* Width of whole page - Don't change */
	margin-left: auto; /* Centers page - Remove line to align whole page left */
	margin-right: auto; /* Centers page - Remove line to align whole page left */
}

#banner {
	width: 770px; /* Width of banner - Don't change */
}

#leftcol {
	float: left; /* Floats leftcol to the left - Don't change */
	width: 165px; /* Width of leftcol - Don't change */
	margin: 4px 5px 0 0; /* Margin around leftcol - Don't change */
}

#nav {
	margin: 0 0 15px 0; /* Margin around nav - Don't change */
}

#nav a {
	display: block; /* Displays menu items as blocks - Don't change */
	width: 160px; /* Width of menu items - Don't change */
	padding: 7px 0 8px 5px; /* Padding around menu items - Don't change */
	border-bottom: 1px dotted #eee; /* Border between menu items */
	background-color: #bfc8d9; /* Background color of menu items */
}

#nav a:link, #nav a:visited {
	color: #001956; /* Color of menu item text */
	text-decoration: none; /* Removes underline from menu item links */
}

#nav a:hover {
	background-color: #eaaf5a; /* Background color of menu items when moused over */
	color: #ffffff; /* Color of menu item text when moused over */
}

#main {
	float: left; /* Floats the main area left against the menu - Don't change */
	width: 600px; /* Width of main area - Don't change */
	margin: 4px 0 10px 0; /* Margin around main area - Don't change */
}

#main img {
	margin: 0 0 4px 0; /* Margin around photo on home page - Don't change */
}

#main h1 {
	width: 590px; /* Stretches header to fill full width of main area - Don't change */
	margin: 0; /* Removes margins around header - Don't change */
	padding: .3em 5px .3em 5px; /* Padding around header - Don't change */
	background-color: #ffffff; /* Background color of header */
	color: #001956; /* Color of header text */
	font-size: 1.2em; /* Font size of header text */
}

#main h2 {
	width: 590px; /* Stretches header to fill full width of main area - Don't change */
	margin: 0; /* Removes margins around header - Don't change */
	padding: .2em 5px .2em 5px; /* Padding around header - Don't change */
	background-color: #ffffff; /* Background color of header */
	color: #001956; /* Color of header text */
	font-size: 1em; /* Font size of header text */
}

#main p {
	width: 590px; /* Stretches paragraph to fill full width of main area - Don't change */
	margin: 0; /* Removes margins around paragraphs - Don't change */
	padding: .2em 5px .8em 5px; /* Padding around paragraphs - Don't change */
	background-color: #ffffff; /* Background color of paragraphs */
	color: #001956; /* Color of paragraph text */
}

#footernav {
	clear: both; /* Clears the footer menu to display below other elements - Don't Change */
	width: 770px; /* Stretches footer menu to full width - Don't Change */
	padding: 0 0 .2em 0; /* Padding around footer menu - Don't Change */
	background-color: #bfc8d9; /* Background color of footer menu */
	text-align: center; /* Centers menu items */
}

#footernav a:link, #footernav a:visited {
	margin: 0 4px 0 4px; /* Margin around menu items - Don't Change */
	color: #001956; /* Color of menu item text */
	font-size: .8em; /* Font size of menu item text */
}

#footernav a:hover {
	color: #001956; /* Color of menu item text when moused over */
}

#copyright {
	padding: 4px 0 6px 0; /* Padding around copyright section */
	color: #999999; /* Color of copyright text */
	font-size: .8em; /* Font size of copyright text */
	text-align: center; /* Centers copyright text */
}

#copyright a:link, #copyright a:visited {
	color: #999999; /* Color of links in copyright text */
}

#copyright a:hover {
	color: #999999; /* Color of links in copyright text when moused over */
}