@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/*Everything above clears the HTML for my below stylesheet*/

body {
   background-color:#382745;
}
#wrapper{
   width:1000px;
   margin-right: auto;
   margin-left:auto;
   margin-top:10px;
}

#header{
   float:left;
   width:750px;
   background-color:#2E4878;
   height:175px;
}

#header p {
	position:relative;
	left:215px;
	top:-85px;
}
	
h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.5em;
	color:#FFECBC;
	position:relative;
	left:215px;
	top:-95px;
	font-style:italic;
}

#MainArea {
   float:left;
   width:750px;
   background-color:pink;
   height:576px;
}

#MainArea p {
	color:#2E4878;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:13px;
	padding:20px 15px 0px 15px;
}

#MainArea h2 {
	color:#2E4878;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size:17px;
	padding:20px 15px 0px 15px;
}

#MainArea ul {
	list-style:disc;
	color:#2E4878;
}

#MainArea span {
	font-weight: bold;
	text-decoration: underline;
}

#MainArea ul li {
	font-family:Arial, Helvetica, sans-serif;
}

#MainNav {
	width:750px;
	float:left;
	margin:0 0 0 0;
	background-color:#D96A83;
}

#MainNav ul {
	list-style:none;
	margin:0 auto;
	padding:0;
}

#MainNav li {
	float:left;
}

#MainNav li a {
	display:block;
	padding:8px 20px;
	text-decoration:none;
	color:#FFECBC;
}

#MainNav li:first-child a {
	padding-left:60px;
}

#MainNav li a:hover {
	color:#382745;
	background-color:#FFECBC;
}

#LeftColm {
	float:left;
	width:175px;
	height:785px;
	background-color:#EB8D4B;
}

#footer{
   float:left;
   width:925px;
   background-color:#D96A83;
   height:25px;
}

#form .label{
	float: left;
	margin-right: 10px;
	width: 150px;
	text-align: right;
	font-weight:100;
	clear: left;
}

#copyright {
	font-size:16px;
	text-align:center;
	color:#FFECBC;
	clear:both;
}