body {
	background-image: url(../images/burnBkgd.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#logo{
	position: absolute;
	left: 238px;
	top: 67px;
}

#content {
	position: absolute;
	top: 117px;
	left: 227px;
	width: 335px;
	padding-bottom: 50px;
}
#navContent {
	position: absolute;
	top: 117px;
	left: 234px;
	width: 526px;
	padding-bottom: 50px;
}

#content li{
	margin: 5px;
}

.conHeader {
	font-size: 13px;
	font-weight: bold;
	color: #2E1F9D;
}


#footer {
	position: absolute;
	bottom: 0;
	border-top: 1px solid #4A498C;
	padding-top: 5px;
	font-size: 11px;
	width: 100%;
}

#pics {
	position: absolute;
	left: 568px;
	top: 129px;
}

#navlist {
	position: absolute;
	left: 100px;
	top: 183px;
	width: 150px;
	z-index: 6;
	visibility: visible;
}

#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}

/*close up space between the individual list items*/
#navlist li {
margin: 5px;
}

#navlist a {
padding: 2px 2px 2px 20px;
/*display: block;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;*/
}

#navlist a:link, #navlist a:visited {
color: #3B23B9;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
	background-image:  url(../images/navOver.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FF0000;
	font-weight: bold;
}

#uberlist a:link, #uberlist a:visited,
#uberlist a:hover, #uberlist a:active {
	background-image:  url(../images/navOver.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FF0000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #3B23B9;
}
a:visited {
	text-decoration: none;
	color: #3B23B9;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #3B23B9;
}
.formButton {
	background-color : #DADFF5;
	border: 1px solid #155D7D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-top: 3px;
}
.formAdminInput {
	border: 1px solid #DADFF5;
	padding-left: 3px;
	font-family : Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #2E1F9D;
}
.adminboldtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
#admintb {
	align: center;
	margin: 0 auto;
	padding: 2px;
	width: 467px;
}
