body {
	font-size: 1em;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
#header {
	width: 100%;
	background-color: #660000;
}
#logo {
	position: absolute;
	left: 7.5px;
	top: 5px;
}
#header-top {
	background-color: #660000;
	vertical-align: bottom;
	height: 65px;
}
#header-bottom {
	background-color: #660000;
	height: 35px;
}
#menuBar {
	width:95%;
	background-color:#CCCCCC;
	text-align:left;
	vertical-align:middle;
	padding:7px 0 4px 5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	font-weight:bold;
}
#menuBar a {
	padding:0px 10px;
	color:#600;
	text-decoration:none;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
#menuBar a:hover {
	text-decoration:underline;
	}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 165%;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	padding-top: 0.75em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#user-info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCCCCC;
	text-align: right;
	float: right;
	margin-top: 0.5em;
	margin-right: 15px;
	margin-bottom: 0.2em;
	margin-left: 0.2em;
}
#user-info li {
	list-style-type: none;
}
.user {
	font-size: 120%;
	font-weight: bold;
}
#user-info a:link {
	color: #FFFFFF;
}
#user-info a:visited {
	color: #FFFFFF;
}
#user-info a:hover {
	color: #33FFFF;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#header-bottom ul {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
}
#header-bottom li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
	display: inline;
	margin-right: 5em;
	margin-top: 1em;
	color: #CCCCCC;
}
#header-bottom li img {
	padding-right: 5px;
}
#header-bottom li a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#header-bottom li a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#header-bottom li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#login-box {
	width: 450px;
	color: #660000;
	background-color: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	border-width: 2px;
	border-style: solid;
	border-color: #660000;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-right: 35px;
	padding-left: 35px;
}
#login-box h1 {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
	font-weight: bold;
}
#login-box form div.actions {
	margin-left: 16em;
	padding: 1em 0 2em 1em;
}
#login-box form label {
	position: relative;
	width: 7em;
	display: block;
	float: left;
	padding-left: 9em;
	padding-right: 1em;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
	font-size: 70%;
	min-height: 550px;
	width:99%;
	overflow-x:hidden;
}
#content2 {
	width:80%;
	}
#content .formerrorlist {
	color: #FF0000;
	font-weight: normal;
}

/*BEGIN CHANGES MADE BY TOM 12/14/2010 */
/*Changes also made in xhtmlheader */
/*All side nav div's must be moved inside content div's (see listpages.php)*/
#content > table {
	margin-bottom: 15px;
	float:left;
}
#content table tr  > td {
	padding:3px 0px;
}
#content table tr  > th {
	padding:2px 0px;
}
#content #nav {
	font-size:140%;
}
/*END CHANGES MADE BY TOM 12/14/2010 */

p.loginerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
#content ul {
	list-style-type: none;
	margin-left: 35px;
	padding: 0px;
}
#content li {
	list-style-type: square;
}
#content form div {
	margin: 0 0 0.25ex 0;
	clear: left;
}
#content form div.actions {
	margin-left: 20em;
	padding-left: 1em;
	padding-top: 1em;
}
#content form label {
	position: relative;
	width: 20em;
	display: block;
	float: left;
	padding-right: 1em;
	font-weight: bold;
}
#content form label.secondary {
	float: none;
	width: auto;
	font-weight: normal;
	margin: 0 0 0 15em;
	padding-left: 1em;
}
#content form label.indented {
	padding-left: 2em;
	width: 13em;
}
#content form label em {
	position: absolute;
	left: 20em;
	top: 0;
}
#content p.instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	text-align: center;
	font-weight: bold;
}
#content a:link {
	color: #660000;
	text-decoration: none;
}
#content a:visited {
	color: #660000;
	text-decoration: none;
}
#content a:hover {
	color: #660000;
	text-decoration: underline;
}
#content .required {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.clear {
	clear: both;
}
#content h1 {
	font-size: 200%;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 10px;
	padding-bottom: 0.25em;
}
#content h2 {
	font-size: 125%;
	font-weight: bold;
	color: #660000;
	text-align: center;
	margin: 10px;
	padding-bottom: 0.25em;
}
#content tr.headerrow {
	background:#660000;	
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-right: 0.5em;
}

#content tr.blankrow {
	background: #FFFFFF;
	color: #FFFFFF;
	font-size: 10%;
	padding-top: 5em;
}
#content tr.odd {
	background: #FFFFFF;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.35em;
}
#content tr.even {
	background: #E8E8E8;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.35em;
}
#content td a:link {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
#content td a:hover {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
#content td a:visited {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
#content th a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content th a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#content th a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#content p.showlink {
	padding-right: 1em;
	text-align: right;
}
#menuForm {
	float:right;
}
#nav {
	background-color: #E8E8E8;
	float: right;
	width: 220px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 25px;
}
#nav h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #660000;
	text-align: left;
	margin-top: 0em;
	margin-bottom: -0.5em;
	background-color: #CCCCCC;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
}
#nav ul {
	padding: 0;
	margin-right: 20px;
	margin-left: 30px;
	list-style-type: none;
	margin-bottom: 15px;
}
#nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #660000;
	font-weight: normal;
	list-style-type: square;
	padding-bottom: 0.2em;
}
#nav li a:link {
	color: #660000;
	text-decoration: none;
}
#nav li a:hover {
	color: #660000;
	text-decoration: underline;
}
#nav li a:visited {
	color: #660000;
	text-decoration: none;
}
.section_title {
	text-decoration: underline;
	font-weight: bold;
	padding-bottom: 0.25ex;
}
#footer {
	background-color: #660000;
	height: 30px;
	clear: both;
	width: 100%;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 25px;
	padding-bottom: 4px;
}
	#footer ul {
		padding-top:11px;
	}
#footer li {
	display: inline;
	margin-right: 0.5em;
	margin-left: 0.5em;
	color: #CCCCCC;
}
#main {
	width: 100%;
}
#wrapper {
	float: left;
	width: 100%;
}
#uploadFile {
	cursor:pointer;
	text-decoration:none;
}
#uploadFile:hover {
	text-decoration:underline;
}
.actions a:hover {
	text-decoration:none;!important;
}