@charset "UTF-8";
/* CSS Document */

body  {
	font: Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	color: #000000;
	font-weight: bold; 
	font-size: 20px;
	font-variant: small-caps;
	margin: 0;
	overflow:hidden;
}

p {
	color: #000;
	font-size: 16px;
}

#container { 
	width: 900px;  
	text-align: left;
	border-bottom: 0px;
	border-top: 0px;
	margin:0 auto;
	text-align: center;
}  

#header {
	background:#363636;
	color:#FFFFFF;
	text-align:center;
	padding: 1px;
	font-size: 20;
}

#header a:link {
	text-decoration: none;
	color: #FFF;
}
#header a:visited {
	text-decoration: none;
	color: #FFF;
}
#header a:hover {
	text-decoration: none;
	color:#ee392a;
}
#header a:active {
	text-decoration: none;
	color: #ee392a;
}
ul.MainNav {
	list-style-type:none;
	padding-left:0;
	margin-left:0;
	text-decoration: none;
	color: #FFF;
}
ul.MainNav li {
	display:inline;
	text-align:center;
	padding: 0px 50px;
	font: 15px;
	color:#FFF;
}

#mainContent {
	background:#b7b7b7;
	height: 400px;
}

#footer {
	background:#363636;
	color:#FFFFFF;
	text-align:center;
	padding: 17px;
}
	
#sideNav {
	background:#FFFFFF;
	height: 394px;
	width: 200px;
	margin-bottom: 3px;
	margin-left:3px;
	margin-top: 3px;
	margin-right: 10px;
	float:left;
	font-size:1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#sideNav a:link {
	text-decoration: none;
	Color: #000000;
	display:block;
	text-align:center;
}

#sideNav a:visited {
	text-decoration: none;
	color:#000000;
}

#sideNav a:hover {
	text-decoration: none;
	color:#7d1518;
}

#sideNav a:active {
	text-decoration: none;
	color: #7d1518;
}
ul.sideNav {
	list-style:none;
	padding:0;
	margin:0;
	text-decoration: none;
}
ul.sideNav li {
	clear: both;
	display: block;
	text-align:center;
	line-height: 2em;
	padding: 10px;	
}
