body {
	background-color: #660000;
/*start of ie centering stuff */
	}

#super {
	font-family: Helvetica, Ariel, Monospace;
	max-width: 1010px;
	background-color: #78555a;
	margin-left: auto;
	margin-right: auto;
/*end ie centering fix */
	}

#container {
	width: 100%;
	float: left;
	margin: 1px;
	background-color: #ffffff;
	}

#header {
	background: #ffffff;
	width: 100%;
	height: 150px;
	font-size: 3.8em;
	font-family: sans-serif;
	text-align: center;
	}

#header img {
	float: left;
	}

#menu {
	background-color: #78555a;
	height: 1.2em;
	font-size: 1.0em;
	width:100%;
	padding: 20;
	margin: 10;
	text-align: center;
	}
	
#menu ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type:none;
	}
#menu li {
	color: black;
	display: inline;
	list-style-type:none;
	}
	
#menu a {
	width: 25%;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	background-color: #78555a;
	}

#menu a:hover {
	background-color: #ffffff;
	color: black;
	}
	
#main {
	background: #ffffff;
	font-size: 1em;
	height:100%;
	width: 99%;
	float: left;
	}
	
#main p {
	padding: 4px;
	text-align: justify;
	}
	
#main p.centered {
	text-align: center;
	}
	
#main img.right {
	float: right;
	}
	
#main a.styledlink {
	text-decoration: none;
	color: black;
	}

#main a.nostylelink {
	font-size: .8em;
	}
	
.borderedtable {
	border: 1px solid;
	}
	
#footer {
	clear: both;
	width: 100%;
	height: 20px;
	font-size: 1em;
	text-align: center;
	color: #ffffff;
	background: #78555a;
	}

#banner {
	width: 100%;
	margin-bottom: 0;
	background: #ffffff;
	}

	
/* faq q and a style */	
#block {
	width: 100%;
	font-size: 1.1em;
	background-color: #ffffff;
	padding: 4px;
	text-align: justify;
	}

block a.noq {
	text-decoration: underline;
	color: blue;
	}
	
#block a.question {
	font-weight: bold;
	text-align: left;
	font-size: 1.1em;
	display: block;
	background: #f2ddee;
	color: #483437;
	text-decoration: none;
	border-bottom: 2px;
	}

#block a.question:visited {
	color: #483437;
	}
	
#block a.question:hover {
	color: #303abc;
	text-decoration: none;
	}


.nav,  A.nav:hover, .horizontallMenu {
	font-size: 12px;
	margin: 5;
	text-decoration: none;
}

.pageTitle, .pageTitle A {
	font-size: 30px;
}

input:focus, textarea:focus {
	background-color: #D5E0E1;
}

input, textarea, select {
	-moz-border-radius: 6px;
	background-color: #B9CDCF;
	border: ridge;
}

.login {
	width: 334px;
	height: 93px;
	background-color: #C1D6D8;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EC4300;
}

input.loginBoxField {
	font-size: 12px;
	background-color: white;
}

.loginBox {
	font-size: 14px;
}

input.loginBoxButton {
	font-size: 14px;
}

.date {
	color: #393C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.content {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
	text-align: left;
}


a {
	color:#663366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #EC4300;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.adminBar {
	background-color: #CCCCCC;
	font-family: helvetica, arial;
}

.tableMenu {
	background-color: #CCCCCC;
	font-size: 10pt;
	font-family: Helvetica, Arial;
}

.tableMenu a {
	font-size: 10pt;
	text-decoration: none;
}

.tableHeader {
	background-color: #CECECE;
	font-size: 10pt;
	font-family: Helvetica, Arial;
}

.tableData {
	font-size: 10pt;
	font-family: Helvetica, Arial;
}

.pollColor {
	background-color: #CCCCCC;
	border: thin solid #393C3C;
}

.pagination {
	font-family: helvetica, arial;
	font-size: 8pt;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial;
	color: #990033;
}

h1 {
	font-size: 16pt;
	font-family: verdana, helvetica, arial;
/*	color: #EC4300;   */
	text-align: justify;
	text-indent: 5px;
	text-transformation: UPPERCASE;

	color: #EC4300;
}

.tab {
	border: 1px solid black;
	background-color: #eeeeee;
}

.tabBody {
	border: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: #dddddd;
}

div.tabs {
	line-height: 15px;
	font-size: 14px;
}

.tabHover {
	background-color: #cccccc;
}

.tabActive {
	background-color: #dddddd;
}
