@charset "UTF-8";
/* CSS Document */
/*Forms*/
input {
border: 1px solid #ccc
}
* {
	border:0;
	margin:0 auto;
	padding:0;
}
#welcome{
margin: 0 auto;
width: 700px;
height: 0;
overflow: hidden;
color: white;
opacity: 0;
font-size: 14px;
float: right;
}
html,body {
	background:#000;
	text-align:center;
	color:#FFF;
	font-family:Trebuchet MS,Helvetica,sans-serif;
	height:100%;
	width:100%;
	font-size:12px;
	}
#temp {
	position:absolute;
	height:50px;
	width:150px;
	top:14px;
	right:5px;
	text-align:center;
	background: url('temp.gif') no-repeat;
	}
hr {
	height:1px;
	background:#cc0000;
	color:#cc0000;
	border:0;
}
p{
    margin-top:5px;
    margin-bottom:5px;
}
.preload	{display:none;}
.content	{margin-left:15px;margin-right:15px;overflow:hidden;}
.header {
	position:relative;
	width:100%;
	height:75px;
	background:url('../media/headerBG.png') 0 0 repeat-x;
	overflow:visible;
	}
.logo {
	background:url('../media/thelogo.png');
	width:305px;
	height:69px;
	float:left;
	clear:none;
	margin: 5px 5px;
}
.menu {
	height:auto;
	float:right;
	margin-top: 25px;
	font-size:15px;
	}
.menu div {
	text-align:center;
	width:100px;
	float:right;
	height: 100%;
	font-family: Courier;
	}
.menu span {
	text-align:center;
	width:100px;
	float:right;
	height: 100%;
	font-family: Courier;
	}

/*OuterContentWrapper*/
.outerContent {
	width:900px;
	height:auto;
	margin: 30px auto;
	color:#222;
	text-align:center;
	overflow:visible;
}
/*End*/
/*Menu*/
.menuBG {
	width:180px;
	height:auto;
	margin:auto;
	text-align:center;
	float:left;
	}
.menuBGUpper {
	width:100%;
	background:url("../media/menuBGUpper.png") 0 100% no-repeat;
	height:20px;
	overflow:visible;
	margin:0 auto;
	float:left;
}
.menuBGMiddle {
	width:172px;
	background:url("../media/menuBGMiddle.png") repeat-y;
	text-align:inherit;
	padding-right:4px;
	padding-left:4px;
	overflow:hidden;
	float:left;
}
.menuBGLower {
	margin:0 auto;
	width:100%;
	background:url("../media/menuBGLower.png");
	height:20px;
	float:left;
}
/*-------------*/
.menuBG ul {
	line-height:25px;
	list-style-type:none;
	font-size:15px;
	font-family: Courier;
}
.menuBG ul li {
	margin:2px;
	height:35px;
	width:100%;
	background:url('../media/shadow.png') 50% 100% no-repeat;
}
/*Content Container, outer, upper middle and lower*/
.contentBG {
	width:700px;
	height:auto;
	margin: auto;
	color:#333;
	text-align:left;
	float:right;
	clear:right;
	}
.contentBGUpper {
	background:url("../media/contentBGUpper.png") 0 100% no-repeat;
	height:20px;
	overflow:visible;
}
.contentBGMiddle {
	background:url("../media/contentBGMiddle.png") repeat-y;
	text-align:inherit;
	padding-right:7px;
	padding-left:7px;
}
.contentBGLower {
	background:url("../media/contentBGLower.png");
	height:20px;
}
/*-------------*/

/*Footer, legal, etc.*/
.footer {
	position:relative;
	width:890px;
	height:25px;
	clear:both;
	text-align:right;
	color:#FFF;
	font-size:11px;
	}
/*-------------*/

a:link {
	text-decoration:underline;
	color:#333;
	}
a:active {
	text-decoration:underline;
	color:#333;
	}
a:visited {
	text-decoration:underline;
	color:#333;
	}
a:hover {
	text-decoration:underline;
	color:#333;
	}
/*White background links*/
a.wb:link {
	text-decoration:none;
	color:#333;
	}
a.wb:active {
	text-decoration:none;
	color:#333;
	}
a.wb:visited {
	text-decoration:none;
	color:#333;
	}
a.wb:hover {
	text-decoration:none;
	color:#cc0000;
	}
/*Nav Menu Links*/
a.nav:link {
	text-decoration:none;
	color:#000;
	}
a.nav:active {
	text-decoration:none;
	color:#000;
	}
a.nav:visited {
	text-decoration:none;
	color:#000;
	}
a.nav:hover {
	text-decoration:none;
	color:#cc0000;
	}
.memberLogin div a:hover	{color: #cc0000;}
#temp {font-size: 8pt;}
.menu a:link {color: #FFF;}
.menu a:active {color: #FFF}
.menu a:visited {color: #FFF;}
.newstitle	{font-size:120%;color:#666;line-height:50px;margin-right:7px;margin-left:7px;}
.newstext	{font-size:90%;color:#222;margin-right:7px;margin-left:7px;text-align:justify;}
.newstitlealternate	{font-size:120%;color:#666;line-height:50px;margin-right:7px;margin-left:7px;text-align:right;}
.newstextalternate	{font-size:90%;color:#222;padding-right:7px;padding-left:7px;text-align:justify;background:#DDD;}
#popup {
height: 100%;
width: 100%;
background: #000000;
position: fixed;
top: 0;
-moz-opacity:0.75;
-khtml-opacity: 0.75;
opacity: 0.75;
filter:alpha(opacity=75);
}

div.admin{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #F78181;
    border: 1px dashed black;
    }
    
div.attachment{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #F7BE81;
    border: 1px dashed black;
    }
    
div.poll{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #F3F781;
    border: 1px dashed black;
    }

div.error{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #FFFF00;
    border: 1px dashed black;
    }

div.notice{
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    background-color: #81BEF7;
    border: 1px dashed black;
    }
    
table.msgboard{
    width:100%;
    border:1px solid black;
    border-collapse:separate;
    }