﻿body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

a.link {
	text-decoration: none;
}

/* ID Selectors <div> */
#container {
	border: solid 1px #009999;	
	background-color: #CCCCCC;
}

#header {
	width: 796px;
	background-color: #FFFFFF;
	border: solid 1px #009999;
}

/* Navigation Section*/
#navbar {
	border: solid 1px #009999;
	width: 796px;
	background-color: #009999;
}
#navbar ul {
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
}
#navbar ul li {
	display: inline;
	list-style-type: none;
}
#navbar ul li a:link, #navbar ul li a:visited {
	display: inline;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
#navbar ul li a:hover {
	background-color: #33CCCC;
}
/* End Navigation Section*/


/* Content Section */
#content {
	border: solid 1px #009999;
	background-color: #FFFFFF;
	width: 776px;
	margin: 10px 10px 10px 10px;
}
#content h1 {
	margin: 15px 0px 0px 15px;
	color: #009999;
}
#content hr {
	width: 700px;
	height: 3px;
	border: solid 1px #009999;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content #text {
	margin: 0px 10px 0px 15px;
}
/* End Content Section */


/* Footer Section */
#footer {
	width: 796px;
	background-color: #009999;
	border: solid 1px #009999;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}
#footer ul {
	margin: 0;
	padding: 5px 15px 5px 15px;
}
#footer ul li {
	display: inline;
	list-style-type: none;
}
#footer ul li a:link, #footer ul li a:visited {
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#footer ul li a:hover {
	background-color: #33CCCC;
}
/* End Footer Section */
