/*** elements ***/
body {
	margin: 0px;
	background-color: #fff;
}

h1 {
	font-size: 16px; 
	font-family: Verdana, Helvetica; 
	font-weight: bold; 
	color: #663333
}

td 
	{ 
	font-size: 12px; 
	font-family: Verdana, Helvetica; 
	color: #000000 
	}
	
hr
	{
	width : 504px;
	height : 1px;
	color : #B95362;
	background-color : #B95362;
	}
	
a
	{ 
	color: #0000cc;
	text-decoration: none;
	}
	
a:hover
	{
	color: #000000;
	text-decoration: underline;
	background-color: #D2DD88;
	}
	
	
/*** nav styles ***/
a.nav 
	{ 
	font-size: 15px; 
	font-family: Verdana, Helvetica; 
	font-weight: bold; 
	text-decoration: none;
	color: #0000cc; 
	}
	
a.nav:hover 
	{ 
	color: #000000;
	text-decoration: underline;
	background-color: #D2DD88;
	}
	
.nav 
	{ 
	font-size: 15px; 
	font-family: Verdana, Helvetica; 
	font-weight: bold; 
	color: #000000 
	}
	
a.subnav 
	{ 
	font-size: 12px; 
	font-family: Verdana, Helvetica; 
	color: #0000cc;
	text-decoration : none;
	}
	
a.subnav:hover 
	{ 
	color: #000000;
	text-decoration: underline;
	background-color: #87A6DC;
	}

/*** general classes ***/
.body 
	{ 
	font-size: 12px; 
	font-family: Verdana, Helvetica; 
	color: #000000 
	}
	
.header 
	{ 
	font-size: 16px; 
	font-family: Verdana, Helvetica; 
	font-weight: bold; 
	color: #663333 
	}
	
.footer 
	{ 
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #ddbd87;
	font-size: 11px; 
	font-family: Verdana, Helvetica; 
	color: #663333 
	}
	
.subheader 
	{ 
	font-size: 12px; 
	font-family: Verdana, Helvetica; 
	font-weight: bold; 
	color: #663333; 
	}
		
.subnav 
	{ 
	font-size: 11px; 
	font-family: Verdana, Helvetica; 
	color: #663333;
	}
	
.subnav_container {
	background-color: #D2DD88; 
	padding-top: 15px;
	padding-bottom: 15px;
}

.subnav_gutter {
	background-color: #D2DD88;
}
	
.title  
	{ 
	font-size: 14px; 
	font-family: Verdana, Helvetica; 
	font-weight: bold; 
	color: #000000 
	}
	
.events 
	{ 
	vertical-align: top;
	border: solid  1 #a2a2a2; 
	}
	
#chrome
	{
	width: 779px;
	background-color: #dbbd87;
	background-image: url(../images/bg_woody.jpg);
	}
	
#right_col {
	background-color: #ccc;
	vertical-align: top;
	
}

.white {
	background-color: #fff;
}

.red {
	background-color: #b95362;
}

.gray {
	 background-color: #ccc;
}

div.subnav_item {
	margin-bottom: 10px;
}

td.content {
	vertical-align: top;
}

img.med {
	width: 200;
	height: 250;
	border: 1px solid #ddd;
}