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


html, body, ul, li, h1, h3, h4, p {
	margin: 0px;
	padding: 0px;
}

/* Normalizes font-size for headers */
h3 { font-size: 100%; }

/* Removes list-style from lists */
ul { list-style: none; }

/* Removes border from fieldset and img */
img { border: 0; }

body {
	background-color: #FFE161;
}

.clear {
	clear:both;
}

#container {
	width: 920px; height:auto;
	position:relative;
}

/* header section, headbump for IE6 float error */

#headbump {
	width: 160px; height: 40px;
	float:left;
}

#header {
	width: 646px; height: 150px;
	border-left: 2px #800080 solid;
	border-right: 2px #800080 solid;
	margin-left: 160px;
}

/* Navagation Bar Section navbump for IE6 float error */

#nav {
	width: 866px; height: 30px;
	border-top: 2px #800080 solid;
	border-bottom: 2px #800080 solid;
	margin-left: 53px;
	font: 10px bold Verdana, Arial, Helvetica, sans-serif;
}

#nav ul {
  padding-top: 4px;
}
	
#nav li {
	float:left;
}

#nav a {
	display:block; text-decoration: none;
	font-weight:bold; font-size: 11px; line-height: 26px;
	text-align:center; 
}

#nav li.greenbox a {
	background: url(Graphics/GreenLink26.gif) no-repeat;
	width: 108px; height: 26px;
	color: #00C;
}

#nav li.purplebox a {
	background: url(Graphics/PurpleLink26.gif) no-repeat;
	width: 108px; height: 26px;
	color: #00C;
}

#nav li.greenbox a:hover {
	background: url(Graphics/GreenOver26.gif) no-repeat;
	width: 108px; height: 26px;
	color:#FFF;
}

#nav li.purplebox a:hover {
	background: url(Graphics/PurpleOver26.gif) no-repeat;
	width: 108px; height: 26px;
	color:#FFF;
}

#nav li.greenpage a{
	background: url(Graphics/GreenOver26.gif) no-repeat;
	width: 108px; height: 26px;
	color: #FFF;
}

#nav li.purplepage a {
	background: url(Graphics/PurpleOver26.gif) no-repeat;
	width: 108px; height: 26px;
	color: #FFF;
}

/* content section */
#content {
	width: auto; height:auto;
	position:relative;
}


/* sidebar column */

#sidebar {
	width: 160px; height:auto;
	margin-top: 5px;
	float:left;
}

#sidebar ul {
	list-style-type: none;
}

#sidebar li {
	margin-bottom: 20px;
	border-bottom: 1px solid #800080;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#800080;
	text-align:center;
}

#sidebar #head {
	margin: 5px 19px;
}

#sidebar img {
	border: 1px solid black;
}

#sidebar h3 {
	font-size:10px; font-weight:bold;
}

#sidebar p {
	padding-bottom: 5px;
}

#sidebar a {
	text-decoration:none;
}

/* main content section */

/* main column */

#main {
	width: 646px;height: auto;
	margin-left: 160px;
	border-right: 2px #800080 solid;
	border-left: 2px #800080 solid;
	background-color: #FFEA7F;
}

#main h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #800080;
	padding: 15px 10px 10px;
}

#main p  {
	font: 85%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color:#800080;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

/* footer section */

#footer {
	width: 646px; height:30px;
	border-top: 2px #800080 solid;
	border-bottom: 2px #800080 solid;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px; color:#808;
	padding-top: 8px;
}

#footer a:link, a:visited {
	text-decoration:none;
	color:#808;
}

#footer a:hover {
	text-decoration:underline;
	color:#808;
}
