body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-image:url(images/backround3.gif);
	top: 0;
	left: 2px;
	right: 2px;
	bottom: 2px;
	font-size: 1em;
}
body h1 {
	color: #003366;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
body h3 {
	color: #003366;
	font-size: 1.25em;
	margin: 0;
}
body h5 {
	font-size: 1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0;
}
body p {
	margin-top: 0;
	margin-bottom:0;
	text-align:left;
	font-size:1em;
	padding: 0;
}
body a:link {
	color: #006dd9;
	text-decoration: none;
	border:none;
	font-size:1.15em;
}
body a:visited {
	color: #006dd9;
	text-decoration: none;
	border:none;
	font-size:1.15em;
}
body a:hover {
	text-decoration: underline;
	border:none;
}
.navbox_cont {
	height:auto;
	overflow:visible;
	position:relative;
	margin-top:0;
	margin-bottom:0;
	min-height: 550px;
}
.navbox_left {
	width:150px;
	float:left;
	height:auto;
}
.navbox_auto {
	margin-left:150px;
	height:auto;
}
.padb_cont {
	width:100%;
	height:106px
}
.header {
	width:auto;
	height:104px;
	padding:0;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	border-bottom: solid black 2px;
}

.menuheader {
	color: #0ff;
	font-size: medium;
	background-color: #3975f9;
	overflow: auto;
	border-bottom-style: solid;
	
}
.tableheader {
	color: #039;
	font-size: 1.1em;
}
.menuheaderwide {
	color: #feffff;
	font-size: medium;
	font-weight: bold;
	background-color: #3975f9;
	width: 300px;
}
.deleteheader {
	color: #e20005;
}
.reportheader {
	color: white;
	font-size: 1.1em;
	background-color: #3975f9;
	height: 26px;
	margin-right: 12px;
	padding-right: 12px;
}
.admintable {
	color: #000;
	font-size: .8em;
}
.reporttd {
	font-size: 0.9em;
	cursor: pointer;
	border: 0;
}
.deletelink {
	color: #FF0000;
}
.tabletext {
	font-size: 0.8em;
	padding-top: 1px;
	padding-left: 1px;
	margin-left: 1px;
	margin-top: 1px;
}
.labeltext {
	color: #003366;
	font-size: 1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
}
.dayheader {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background-color: #039;
}
.eventheader {
	color: #00f;
	font-size: 1.1em;
	font-weight: bolder;
}
.righttable {
	font-size: .8em;
	margin: 0 3px 3px;
	padding: 0 3px 3px;
}
#redtext {
	color: #cc0b08;
	font-size: medium;
}
#wrapper {
	float: none;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background-color:#FFFFFF;
	overflow:auto;
	border: solid black 1px;	
	
}
#delete a:link, a:visited {
	font-size:1em;
	font-style:normal;
	color:#FF0000;
}
#delete a:hover {
	font-weight:normal;
}
.smallheader {
	font-size:9px;
	background-color: #3975f9;
	color:#FFFFFF;
}

/* Navigation Buttons */
#button {
	width: 150px;
	padding: 0 0 1px 0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',  Verdana, Lucida, Geneva, Helvetica,  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 5px;
	border-left: 3px solid #1958b7;
	border-right: 2px solid #508fc4;
	background-color: #003d7b;
	color: #00FFFF;
	text-decoration: none;
	width: 100%;
}
html>body #button li a {
	width: auto;
}
#button li a:hover {
	border-left: 3px solid #1c64d1;
	border-right: 2px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
#wrapper .navbox_cont .navbox_left p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

