/*
Red #480200
Gold #E0AE32
Dark Gold #8A581B
Gray/Tan #E3D7BF
DK Gray #707080
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;	
	text-align: center;
	background-color: #503020
}
a:link{ text-decoration: none; color: #ffffff;}
a:visited{ text-decoration: none; color: #ffffff;}
a:hover{ text-decoration: none; color: #E0E0E0;}
a:active{ text-decoration: none; color: #E0E0E0;}

table#main{
	text-align: center;
	font-size: 11px;
	width: 802px;
	border: 2px solid black;
	background-image:url(images/bkgrnd.jpg);
}
td#nav{
	font-size: 11px;
	width: 149px;
	vertical-align: top;
	text-align: center;	
}
td#content{
	font-size: 11px;
	width: 645px;
	vertical-align: top;
	padding: 10px 10px 0px 15px;
	text-align: center;
}
/* Text on Bar Description*/
.mainText{
font-size: 11px;
padding: 5px 0 5px 0 ;
}

.mainTitle{
font-size: 12px;
font-weight: bold;
padding: 5px 0 5px 0 ;
}
.barName{
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 5px 0 10px 0 ;
}

/*Cells in Main Table*/
td#picLogo{
width: 300px;
vertical-align: top;
}
td#spacer{
width: 30px;
vertical-align: top;
}
td#barDesc{
width: 300px;
vertical-align: top;
}

/* Select Boxes in HEAD */
.headSelect
{
	color: #000000;
	background-color: #FDFDFD;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	font-family : Verdana,tahoma,Arial; 
	font-size : 10px;
	font-weight: normal;
}