/* -----------Basic Styles----------------- */
html, body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Times New Roman;
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a, a:visited {
	color: #2e3092;
	text-decoration: underline;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

table {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: top;
	text-align: left;
}

td {
	padding: 7px;
}

.admin table, td {
	text-align: left;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003300;
	margin: 6px 0px 6px 5px;
}

#printertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #000000;
}

#map ul {
	list-style-type: none;
}

#comic {
	display: none;
}

/* -----------Main Sections-------------------------- */
.head {
	display: none;
	height: 101px;
	background-image: url('images/bg_header.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.foot {
	display: none;
	height: 55px;
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


#container {
	position: relative;
	display: block; 
	background: #FFFFFF; 
	overflow: visible;
	padding: 0px;
	margin: 0px;
}

#left {
	float: left; 
	position: relative; 
	width: 200px; 
	margin-left: -200px; 
	display: none;
}

#right {
	display: block;
	padding: 0px;
	margin: 0px;
}

/* -----------Collage Styles---------------- */
#collage {
	background-image: url('images/bg_top.gif');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	display: none;
}

/* -----------Header Styles----------------- */
#header {
	height: 20px;
	background-image: url('images/bg_topnav.gif');
	background-repeat: repeat-x;
	display: none;
}

#header a, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 20px 0px 20px;
	border: 0px;
	margin: 0px;
}

#header a:hover, #header a:active {
	color: #ffcc00;
	text-decoration: underline;
	padding: 0px 20px 0px 20px;
	border: 0px;
	margin: 0px;
}

/* ------------Menu Styles------------------ */
#menu {
	padding: 10px 0px 0px 0px;
	display: none;
}

.menuitem {
	padding: 3px 0px 3px 5px;
}

#menu a, #menu a:visited, #menu a:active {
	color: #002700;
	text-decoration: none;
}

#menu a:hover {
	color: #ffe07e;
}

#menu .here {

}

/* -----------Content Styles--------------- */
/* Adds line under title */
.titlebar {
	border-bottom: 1px solid #ABBCAB;
}

/* gives space between borders of the box and text, so there are no cut-offs */
.textpad {
	padding: 5px;
	margin: 0px;
}

#contents {
	padding: 0px;
	margin: 0px;
}

/* -----------Footer Styles---------------- */
#topfooter {
	height: 35px;
	font-size: 0.7em;
	background-color: #EEEEEE;
	border-top: 1px solid #ABBCAB;
}

#topfooter a, #topfooter a:visited {
	color: #646464;
	text-decoration: none;
}

#topfooter a:active {
	color: #cc0000;
	text-decoration: underline;
}

#topfooter a:hover {
	color: #2c7e38;
	text-decoration: underline;
}

.topfootpad {
	padding: 10px 20px 0px 20px;
	float: left;
}

.footdivider {
	padding: 10px 0px 0px 0px;
	float: left;
	color: #646464;
}

/* -------------------------------- */
#bottomfooter {
	height: 20px;
	font-size: 0.7em;
	background-color: #003300;
	color: #ffcc00;
	vertical-align: middle;
}

.bottompad {
	padding: 3px 10px 0px 20px;
	float: left;
}