/* SITE COLORS */
/* ########## */
/*
Green = #003333;
Drk Red     = #990000;
Bright Red  = #AD142E;
Black       = #000000;
Pale tan/yel= #F1E8D2;


*/


/* LAYOUT */
/* ########## */
body {
	background-attachment: scroll;
	background-color: #F0E8D1;
	background-image: url(../pix/template/background_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div{ /*  border: 1px dashed #ccc; */ }
img{ border-width: 0px; margin: 0px; padding: 0px;}
#nav{
	height: 140px;
	width: 760px;
}

#sidenav{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:003333;
}
#sidenav a, a:active, a:visited{
	font-size:10px;
	color: 003333;
	text-decoration: none;
}
#sidenav a:hover{
	color: 330000;
	text-decoration: underline;
}

/* QUICKLINKS */
/* ########## */
#quicklinks{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:660000;
	font-weight : bold;
}
#quicklinks a, a:active, a:visited{
	font-size:10px;
	color: 660000;
	text-decoration: none;
}
#quicklinks a:hover{
	color: 023232;
	text-decoration: underline;
}

/* NEWS */
/* ########## */
#newsheader{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:660000;
	font-weight : bold;
}
#newsheader a, a:active, a:visited{
	font-size:10px;
	color: 660000;
	text-decoration: none;
}
#newsheader a:hover{
	color: 023232;
	text-decoration: underline;
}

#newsbody{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:333333;
}

/* FOOTER */
/* ########## */
#homeRight{
	width: 124px;
	float: right;
	color: #999;
	font-size: 9px;
	margin: 0px 20px 10px 20px;
	line-height: 1.5em;
}
#homeRight a, a:active, a:visited{
	font-size: 9px;
	color: #666;
	text-decoration:none;
}
#homeRight a:hover{
	color: #900;
	text-decoration: underline;
}


.redtext {color: #990000}

.event_bold {
	font-size: 12px;
	font-weight: bold;
}


/* FOOTER */
/* ########## */
#footer{
	background-image: url(../_images/interface/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 140px;
	padding: 60px 0 0 320px;
	color: #746D51;
/*	vertical-align:bottom; */
	font-size: 11px;
}
#footer a, a:active, a:visited{
	font-size: 11px;
	color: #666;
	text-decoration:none;
}
#footer a:hover{
	color: #900;
	text-decoration: underline;
}


#footerSubnav{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#88764E;
}
#footerSubnav a, a:active, a:visited{
	font-size:10px;
	color: #88764E;
	text-decoration: none;
}
#footerSubnav a:hover{
	color: #900;
	text-decoration: underline;
}

.footerCallout{
	color: #AD142E;
	font-size: 12px;
	font-family: Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.dBak{
	background-color: #EAE3C7;
}


