@charset "utf-8";
/* CSS Document */
	*{margin:0;padding:0;}
	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		background-color:#30549F;
		background-image:url(images/background-ghost.jpg);
		background-repeat:no-repeat;
		background-position:center;
		background-position:top;
		text-decoration:none;
	}
	.advsearch {
		float:left;
		width:200px;
	}
	.simplesearch {
		float:right;
		width:200px;
		text-align:right;
		margin-right:10px;
	}
	.simplesearch .box, .simplesearch .search {
		margin:0;
		float:right;
		margin-top:2px;
		width:140px;
		height:17px;
		padding:2px;
		border-left:1px solid #999999;
		border-top:1px solid #999999;
		border-right:2px solid #333333;
		border-bottom:2px solid #333333;
	}
	.simplesearch .search {
		float:right;
		margin-left:4px;
		height:24px;
		width:27px;
	}
	#simplesearch {
		display:none;
	}
	
	a:link,a:visited {
		color:#000000;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}
	#main {
		width:693px;
		margin:0 auto;
	}
	#header {
		width:693px;
		height:173px;
		background-image:url(images/header.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		color:#FFFFFF;
	}
	#indexheader {
		width:693px;
		height:153px;
		background-image:url(images/index-header.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		color:#FFFFFF;
	}
	#header a:link,#indexheader a:link {
		color:#FFFFFF;
		text-decoration:none;
	}
	#header a:visited,#indexheader a:visited {
		color:#FFFFFF;
		text-decoration:none;
	}
	#header a:hover,#indexheader a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	#content {
		width:693px;
		background-image:url(images/content.jpg);
		background-repeat:repeat-y;
	}
	#indexcontent {
		width:693px;
		background-image:url(images/index-content.jpg);
		background-repeat:repeat-y;
	}
	#footer {
		width:693px;
		height:51px;
		background-image:url(images/footer.jpg);
		background-repeat:no-repeat;
	}
	#indexfooter {
		width:693px;
		height:51px;
		background-image:url(images/index-footer.jpg);
		background-repeat:no-repeat;
	}
	ul {
		list-style:none;
	}
	ul li {
		list-style:none;
		font-weight:bold;
		font-size:12px;
		margin-left:-30px;
	}
	ul li li {
		list-style:none;
		font-weight:normal;
		font-size:11px;
		margin-left:-15px;
	}
	#contentwindow ul, #messagewindow ul {
		list-style:disc;
		margin-left:20px;
	}
	#contentwindow ol, #messagewindow ol {
		margin-left:20px;
	}
	#contentwindow ol li,#messagewindow ol li {
		margin-top:5px;
	}
	#contentwindow ul li, #contentwindow ul li li, #messagewindow ul li, #messagewindow ul li li {
		list-style:disc;
		margin-top:5px;
		font-weight:normal;
		margin-left:0px;
	}

/************** Form Styles ***************/

.loginform {
	width:275px;
	height:250px;
	/*border:2px solid #000000;*/
	padding:5px 5px 5px 5px;
	margin-left:60px;
	margin-top:100px;
}
.userform {
	width:450px;
	margin-left:10px;
	margin-top:20px;
}
.myselect {
	float:left;
	width:206px;
	height:23px;
	padding:2px 2px 2px 2px;
	margin-left:10px;
	margin-top:10px;
	border:solid 1px #000000;
}
input {
	float:left;
	width:125px;
	height:17px;
	padding:2px 2px 2px 2px;
	margin-left:10px;
	margin-top:10px;
	border:solid 1px #000000;
}
label {
	width:100px;
	height:17px;
	padding:2px 2px 2px 2px;
	float:left;
	text-align:right;
	margin-top:10px;
	margin-right:10px;
}
.userform label {
	width:175px;
}
.userform input {
	width:200px;
}
.radio,.checkbox {
	clear:left;
	height:15px;
	width:15px;
	border:none;
	margin:0;
	padding:0;
}

br {
	clear:left;
}
.submit {
	width:75px;
	height:28px;
	text-align:center;
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
}
.userform .submit {
	width:75px;
}

/********** Text Styles ****************/

.Normal9pt {
	font-size:9px;
}
.Normal12pt {
	font-size:12px;
}
.Strong {
	font-weight:bold;
}
h1 {
	font-size:21px;
	font-weight:bold;
	color:#30549F;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#173487;
}
th {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #CC0000;
	text-align:left;
	padding: 3px 2px 3px 2px;
}
.docTable td {
	padding: 4px 6px 4px 6px;
}
.whiteline {
	background-color:#FFFFFF;
}
.blueline {
	background-color:#D7D7FF;
}
.grayline {
	background-color:#EEEEEE;
}
.admingrayline {
	background-color:#BBB;
}
.lightblueline {
	background-color:#E7E7FF;
}
.darkblueline {
	background-color:#005698;
	color:white;
	font-weight:bold;
}

/****** Menu Styles *****************/

.menu_list {	
	width: 115px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #FFFFFF;
	background-image:url(images/plus.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin-left:13px;
}
.menu_link {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
	background-image:none;
    background-color: #FFFFFF;
	margin-left:13px;
}
.menu_head a{
	text-decoration:none;
	color:#000000;
}
.menu_head a:visited{
	color:#000000;
}
.menu_head a:hover{
	color:#DD0000;
	text-decoration:none;
}
.menu_link a{
	text-decoration:none;
	color:#000000;
}
.menu_link a:visited{
	  color:#000000;
}
.menu_link a:hover{
	color:#DD0000;
	text-decoration:underline;
}

.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#006699;
  padding-left:20px;
  font-weight:bold;
  background-color:#FFFFFF;
  text-decoration:none;
}
.menu_body a:visited{
	  color:#006699;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
  }
  
/******************** STATS PAGES ******************************/  
  
#stats-menu {
	width:475px;
	height:25px;
	margin-bottom:15px;
}
#stats-menu ul {
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
}

#stats-menu li {
	display:inline;
	list-style:none;
	height:25px;
	padding:0;
	margin:0;
}

#stats-menu a {
	color:white;
	background-color:#1e317e;
	padding:0.3em 1em 0.3em 1em;
	text-decoration:none;
	border:1px solid #1e317e;
	font-weight:bold;
	line-height:25px;
}

#stats-menu span {
	padding:0.3em 0 0.3em 0;
}

#stats-menu a:hover {
	color:black;
	text-decoration:none;
	background-color:#fff;
}

.stats {
	float:left;
	width:200px;
	margin-right:40px;
}