@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #990000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background: 333;
	behavior: url("scripts/csshover.htc");
	overflow: auto;
	}
	
/* Globals ---------- */

* img  {
	border: none;
	outline: none;
	}

h1  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 14px;
	color: #6c9dc6;
	}
	
h2  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}
	
h4  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
	
.smallText001  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	}
	
.smallText002  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #000;
	}
	
.smallText003  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #000;
	}
	
.smallText004  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	}
	
.secondtextcolor {
	color: #999999
	}
	
a:link {
	color: #888;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #97B334;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}

#separator {
	margin: 10px 0px 10px 0px;
	position: relative;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #555;
	float: left;
	}
	
#scrollcontent  {
	width: auto;
	height: 200px;
	overflow: auto
	}
	
/* Body---------- */
	
#center  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	height: auto;
	z-index: 100;
	}

#maincontainer  {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	min-height: 600px;
	background-color: #f3f3da;
	z-index: 101;
	}  
	
#headercontainer  {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	height: 240px;
	border: none;
	z-index: 102;
	}
	
#logoheader  {
	position: relative;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 855px;
	height: 205px;
	background-image: url(../images/header001.png);
	background-repeat: no-repeat;
	border: none;
	z-index: 102;
	}

#logobottom  {
	position: absolute;
	width: 855px;
	height: 35px;
	background-image: url(../images/header002.png);
	background-repeat: no-repeat;
	border: none;
	z-index: 115;
	visibility: visible;
	left: 0px;
	top: 205px;
	}
	
#donate  {
	position: absolute;
	top: 164px;
	left: 745px;
	width: 77px;
	height: 15px;
	background: url(../images/donatebutton.png) no-repeat 0 0px;
	z-index: 110;
	}
	
#donate:hover  {
	background-position:0 -15px;
	cursor:pointer;
	}

/* SlideShow---------- */
	
#slidecontainer  {
	position: relative;
	float: left;
	margin-left: 2.2em;
	width: 809px;
	height: 226px;
	z-index: 100;
	background-color:#666;
	}
	
.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    border:  1px solid #ccc;  
    background-color: #eee;  
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0 
} 
	
/* Menu (Chris Gaines)---------- */

#menucontainer  {
	position: relative;
	margin-top: 8px;
	margin-bottom: 5px;
	float: right;
	height: 24px;
	width: 490px;
	background-color: #f3f3da;
	z-index: 125;
	}

#menu  {
	font: bold 9.25px Verdana, Arial, Helvetica, sans-serif; 
	}
	
#menu ul  {
	padding: 0;
	margin: 0;
	height: auto;
	list-style-type: none;
	}
	
#menu li  {
	display: inline;
	float: left;
	position: relative;
	}
	
#menu li a  {
	float: left;
	color: #fff;
	background: #990000;
	width: auto;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	text-align: center;
	}
	
#menu li a:hover  {
	color: #fff;
	background: #990000;
	}
	
#menu li .current  {
	background-color: #990000;
	color: #fff;
	}
	
#menu li  {
	color: #222;
	}
	
#menu ul ul  {
	visibility: hidden;
	position: absolute;
	height: 1px;
	top: 21px;
	left: 0;
	width: 100px;
	border: 0px;
	}
#menu ul ul li  {
	border: 0px;
	}
	
#menu table  {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	}
	
#menu ul ul a, #menu ul ul a:visited  {
	background: #ffe;
	color: #222;
	line-height: 1em;
	width: 90px;
	text-align: left;
	padding-left: 15px;
	border: 0px;
	}
	
#menu ul li a:hover  {
	color: #fff;
	background: #990000;
	border: none;
	}
	
#menu ul li:hover ul, #menu ul a:hover ul  {
	visibility: visible;
	}
	
/* Content ---------- */

#infoblockleft  {
	position: relative;
	float: left;
	height: 600px;
	width: 235px;
	padding: 15px;
	margin-left: 1.9em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
	
#infoblocknews  {
	position: relative;
	float: left;
	height: 220px;
	width: 235px;
	background-image: url(../images/postit.png);
	background-repeat: no-repeat;
	border: none;
	}
	
#infoblockfeed  {
	position: relative;
	float: left;
	margin-top: 15px;
	height: 175px;
	width: 235px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #FFe;
	}
	
#bodycontent  {
	position: relative;
	float: left;
	width: 544px;
	height: auto;
	min-height: 250px;
	z-index: 112;
	}
	
#homenewscontainer  {
	position: relative;
	float: left;
	width: 432px;
	height: auto;
	}

#homenewscontent  {
	position: relative;
	float: left;
	width: 415px;
	height: auto;
	padding: 5px 5px 5px 5px;
	min-height: 75px;
	background-color: #fff;
	border-top: solid #ccc 1px;
	z-index: 180;
	}
	
#newshead  {
	position: relative;
	float: left;
	width: 420px;
	height: auto;
	padding-bottom: 5px;
	background-color: #fff;
	z-index: 181;
	}
	
#newscopy  {
	position: relative;
	float: left;
	width: 420px;
	height: auto;
	background-color: #fff;
	z-index: 181;
	}
	
#papertop  {
	position: absolute;
	width: 544px;
	height: 36px;
	background-image: url(../images/papertop2.png);
	background-repeat: no-repeat;
	border: none;
	z-index: 116;
	visibility: visible;
	left: 287px;
	top: 395px;
	}
	
#paperbody  {
	position: relative;
	float: left;
	width: 544px;
	height: auto;
	min-height: 365px;
	background-image: url(../images/paperbody2.png);
	background-repeat: repeat-y;
	border: none;
	}
	
#paperheadercontent  {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 432px;
	height: auto;
	min-height: 300px;
	background-color: #ffd;
	}
	
.paperboldtype  {
	font-family: Arial Black, Helvetica, sans-serif;
	font-weight:bold;
	color: #333;
	font-size: 18px;
	line-height: .9em;
	letter-spacing: -.1em;
	}
	
#papervideocontent  {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 450px;
	height: auto;
	min-height: 248px;
	}
	
#papercontentleft  {
	position: relative;
	float: left;
	width: 200px;
	height: 100px;
	background-color: #CCC;
	}
	
#paperbottom  {
	position: relative;
	float: left;
	padding: 15px;
	width: 544px;
	height: 166px;
	background-image: url(../images/paperbottom2.png);
	background-repeat: no-repeat;
	border: none;
	}
	
#footercontainer  {
	position: relative;
	float: left;
	height: 59px;
	margin-bottom: .5em;
	width: 855px;
	background-color: #f3f3da;
	}

#footerleft  {
	position: relative;
	float: left;
	height: auto;
	width: 235px;
	padding: 15px;
	margin-left: 1.9em;
	border: none;
	}
	
#footerright  {
	position: relative;
	float: left;
	padding-left: 3em;
	width: 535px;
	height: auto;
	}
	
#flashcontent  {
	height: auto;
	padding-bottom: 15px;
	}
	
/* Custom Scroll ---------- */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 15px;
background-color: #888;
}
.vscrollerbar {
width: 15px;
background-color: #555;
}
.hscrollerbase {
height: 15px;
background-color: #555;
}
.hscrollerbar {
height: 15px;
background-color: #777;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/* Twitter ---------- */

#twitter_div  {
	width: auto;
	padding: 5px 5px 5px 5px;
	background-color: #FFe;
	}
	
ul#twitter_update_list  {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
ul#twitter_update_list li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	padding: 5px;
	margin: 10px 0 10px 0;
	background-color: #666;
	}
	
ul#twitter_update_list li a  {
	font-size: 10px;
	color: #C00;
	}
	
/* Facebook Like ---------- */

#facebooklike  {
	position: relative;
	float: left;
	height: 100px;
	width: auto;
	margin-top: 3em;
	}

/* XML ---------- */