body
{
	background-image: url('../images/site_grad_bg.jpg');
	background-repeat: repeat-x;
	background-color: #647766;
	background-attachment: fixed
}

#menuTable
{
	background:url('../images/menu/menu_bg.jpg');
	width:910px;
}

#headerTable
{
	width:910px;
}

#announceTable
{
	background:url('../images/announcements/announce_bg.jpg');
	width:292px;
}

#contentTable
{
	width:910px;
	background:url('../images/content/main_content_bg.jpg');
	background-color:#F8F9E9;
}

.regHeader 
{
	font-family:arial,verdana,helvetica;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.regText
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.regInput
{
	border:1px solid #000000;
	font-size:12px;
	font-weight:bold;	
}

.regButton
{
	border:1px solid #000000;
	font-size:12px;
	font-weight:bold;	
}

.regLink
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.regLink a
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFFF;
}

.headerInfo1
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

.headerInfo2
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#006600;
}

.footerInfo
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.header 
{
	font-family:arial,verdana,helvetica;
	font-size:18px;
	font-weight:bold;
	color:#0B4F16;
}

.bodyText {
	font-family:arial,verdana,helvetica;
	font-size:13px;
	font-weight:normal;
	color:black;
}

table {
	font-family:arial,verdana,helvetica;
	font-size:13px;
	font-weight:normal;
	color:black;
}

.bodyLink {
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#0B4F16;
	text-decoration:none;
}

.eventText
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.eventText a
{
	font-family:arial,verdana,helvetica;
	font-size:12px;
	font-weight:bold;
	color:blue;
}

.footerTable
{
	font-family:arial,verdana,helvetica;
	font-size:10px;
	font-weight:bold;
	color:#CCCCCC;
}

.footerTable a
{
	font-family:arial,verdana,helvetica;
	font-size:10px;
	font-weight:bold;
	color:#CCCCCC;
}

.header_small_ul
{
	font-family:arial,verdana,helvetica;
	font-size:16px;
	font-weight:bold;
	color:#0B4F16;
}

.eventText h1 a
{
	font-family:arial,verdana,helvetica;
	font-size:14px;
	font-weight:bold;
	color:blue;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family: Verdana, Arial, sans-serif;
font-size:0.8em;
color: black;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFCC;
width: 300px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color: black;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: black;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #EEEEBB;
color: black;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 450px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font-family: Verdana, Arial, sans-serif;
font-size:0.8em;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
color: black;
}

.anylinkmenucols li{
padding-bottom: 3px;
color: black;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}