/* CSS Document */

/* body */

body {
	top:0px;
	left:0px;
	background-color:#000000 !important;
	background-repeat:repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
}

h1 {
	color:white;
	background-color:#00ABEB;
	width:100%;
	font-size:24px;
	text-align:center;
}

h2 {
	color:white;
	background-color:#00ABEB;
	width:100%;
	font-size:22px;
	text-align:center;
}

h3 {
	color:white;
	background-color:#00ABEB;
	width:100%;
	font-size:20px;
	text-align:center;
}

h4 {
	color:white;
	background-color:#CB2229;
	width:100%;
	font-size:18px;
	text-align:center;
}

.content {
	color:#dddddd;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(menu/mcontent.gif);
	background-repeat:repeat-y;
}

.content_plain {
	color:#dddddd;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
}

.sitedown {
	color:#dddddd;
	font-size:24px;
	font-weight:bolder;
	margin:0px;
	padding-left:20px;
	padding-right:20px;
}

.cbottom {
	margin:0px;
	padding:0px;
	background-image:url(menu/mcontent.gif);
	background-repeat:repeat-y;
}

.tight_image {
	margin:0;
	padding:0;
}

.bottom_menu {
	position:relative;
	margin:0;
	padding:0;
	top:15px;
	width:734px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}

.top {
	color:#00ABEB;
	font-size:11px;
	text-decoration:underline;
}

.bottom_menu a {
	color:#00ABEB;
	text-decoration:underline;
	vertical-align:top;
}
.bottom_menu a:hover {
	color:#FFE500;
}

#credits {
	position:relative;
	top:30px;
	width:734px;
	color:#999999;
	font-size:10px;
	text-align:center;
}

a {
	color:#00ABEB;
	text-decoration:underline;
}
a:hover {
	color:#FFE500;
}

/* This is necessary to ensure that the Flash feature does not clobber 
	the pull-down menus.  */

div#homepage {
	height:180px;
}

.entry {
	width:100%;
	color:black;
	background-color:#FFE500;
	border:2px solid #00ABEB;
	padding:1px;
	font-weight:bold;
}

.button {
	font-size:16px;
	color:#FFFFFF;
	background-color:#00ABEB;
	border-top:1px solid #000099;
	border-right:1px solid #000033;
	border-left:1px solid #000099;
	border-bottom:1px solid #000033;
	padding:1px 5px 1px 5px;
	margin:5px 10px 5px 5px;
	font-weight:bold;
}

/* From here down are all of the classes, etc. that are used in working with 
	information from the databases.  */
	
.newsflash {
	color:white;
	background-color:#CC0000;
	width:100%;
	font-size:24px;
	text-align:center;
}

.newsitem {
	text-align:left;
	width:100%;
	font-size:18px;
	font-weight:bold;
}

.dateadded {
	color:#999999;
	font-size:10px;
	padding-left:0.2em;
	padding-right:0.5em;
}
