/* CSS Document */
body {
	background:#333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 800px;
}
#leftcol {
	position:absolute;
	width:138px;
	height:auto;
	z-index:1;
}
#leftlogo {
	background: #fff url(/img/logo.gif) repeat top left;
	height:188px;
}
#leftnav {
	background: #fff url(/img/side_nav.gif) repeat top left;
	text-align: left;
	font-size:80%;
	height: 300px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
}
#leftnav ul {
	list-style:none; 
	margin: 15px 0px 15px 15px;
	padding: 0px;
}
#leftnav a {
	color:#FFFFFF;
	text-decoration:none;
}
#leftnav a:hover {
	color:#FFFF00;
}
#leftfill {
	background: #fff url(/img/side_bottom.gif) repeat top left;
	height: 75px;
}

#topnav {
	height:30px;
}
#topnav li {
	float: left;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
	list-style: none;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
}
#topnav a {
	color:#FFFFFF;
	text-decoration:none;
}
#topnav a:hover {
	color:#FFFF00;
}

#banner {
	background: url(/img/banner.gif) no-repeat left;
	height: 59px;
	width: 662px;
}

#fade {
	background: url(/img/fade.gif) no-repeat left;
	height: 36px;
	width: 662px;
}
#main {
	position: absolute;
	left:138px;
	width:662px;
	z-index:2;
}
#homepage {
	background: url(/img/home.jpg) no-repeat left;
	height: 473px;
	width: 662px;
	margin-left:-5px;
}
#message {
	position:absolute;
	left:30px;
	top:380px;
	width:280px;
	height:128px;
	z-index:1;
	color:#FFFF00;
	font-size:100%;
	font-weight:bold;
}
#article {
	padding-left:5px;
	color:#FFFFFF;
	font-size:80%;
	min-height:450px;
}
#article a {
	color:#FFFFFF;
	text-decoration:underline;
}
#article a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
#article a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

#main a {
	color:#FFFFFF;
}
#main a:hover {
	color:#FFFF00;
}
#main p.title {
	font-size:100%;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
#main p.caption {
	font-size:70%;
	color:#FFFFFF;
}
#main .left {
	float: left;
	width: 65%;
}
#main .right {
	float: right;
}
#main .mainnewstitle {
	background: #996600;
	width: auto;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}
#main .mainnewstitle a, a:active, a:visited {
	text-decoration: none;
	color: white;
}
#main .adminpixs {
	float: left;
	padding: 10px;
}

#article .mission {
    font:2em/1em Times, serif;
    font-weight: bold;
	color:#996600;
}

#article .mission span {
	position: absolute;
    width: 100%;
    height: 5em;
    background: url(wornpattern.gif);
}

#footer {
	clear: both;
	width: 662px;
	margin: 0px auto;
	padding: 0px;

	font-size: 70%;
	line-height: 1.6em;
	padding: 8px 0 20px 0;
	z-index:3;
}
#footer p {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#footer p.left {
	position: absolute;
	left: 0;
}
#footer p.middle {
	position: absolute;
	left:38%;
}
#footer p.right {
	position: absolute; 
	left: 52%; 
}

#footer a {
	color:#FFFFFF;
}

#footer a:hover {
	color:#FFFF00;
}

#search {
	float: right;
	z-index:2;
}

#rss {
	width: 99%;
	color: white;
}

#rss .newstitle {
	background: #996600;
	width: 99%;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

#rss a:link, #rss a, #rss a:visited {
	text-decoration: underline;
	color: white;
}

#rss a:active {
	color: #FFFF00;
	text-decoration:underline;
}

#rss .newstitle a, a:visited {
	text-decoration: none;
	color: white;
}
#rss .navigation {
	width: 99%;
	height:20px;
}
#rss .alignleft {
	float: left;
}
#rss .alignright {
	float: right;
}
#lunchtable {
	width: 100%;
	padding: 0;
	margin: 0;
	border:solid;
	border-width: thin;
	border-color:#000000;
	border-collapse:collapse;
}
#lunchtable td {
	text-align:center;
	border:solid;
	border-width: thin;
	border-color:#000000;
	border-collapse:collapse;
	vertical-align:top;
}
#lunchtable tr {
	border: solid;
	border-width: thin;
	border-color:#000000;
	border-collapse:collapse;
}

#newsletter {
	float:left;
	width:130px;
	height:100%;
	border:thick;
	border-color:#FFFFFF;
}

.column1 {
	float:left;
	width:49%;
	margin-left:7px;
}
.column2 {
	float:right;
	width:49%;
	color:#EBEBEB;
}
.column2 img {
	margin-left:7px;
	margin-top:20px;
}