body{
	font-family:tahoma;
	background-color:#F2E8C4;
}
#main{
	position:absolute;
	top:0;
	left:0;
	font-size:10pt;
	color:#2B3E2A;
}
.logo{
	width:160px;
	padding-left:2px;
	padding-top:2px;
	}
.head{
height:160px;
width:100%;
	border-bottom:2px solid #2B3E2A;
	text-align:center;
}
.head-sub{
	font-size:14pt;
	font-weight:bold;
}
.menu-col{
width:160px;
height:100%;
	
	text-align:center;
}
.content{
	background-color:#ffffff;
	border-right:2px solid #2B3E2A;
	border-bottom:2px solid #2B3E2A;
	border-left:2px solid #2B3E2A;
	height:600px;
	width:100%;
	padding:10px;
}
.content-first{
	background-color: #ffffff;
	border-right: 2px solid #2B3E2A;
	border-bottom: 2px solid #2B3E2A;
	border-left: 2px solid #2B3E2A;
	height: 600px;
	width: 100%;
	background-image: url(../images/jpgs/line.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding:10px;
}
.footer{
	padding-left:160px;
	padding-top:2px;
	padding-bottom:4px;
	text-align:center;
	font-size:8pt;
}
h1{
	font-size:12pt;
}
.constrained{
	width:400px
	
}
.menu td{
	background-color:#2B3E2A;
	width:140;
}
.menu td a, .menu td a:visited, .menu td a:active{
	width:99%;
	border:1px solid #D7BA76;
    background-color:#305E2E;
	color:#D7BA76;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
	text-decoration:none;
}
.menu td a:hover{
	background-color:#D7BA76;
	color:#2B3E2A;
	}



#subm {
	width:80%;
	text-align:left;
	padding-left:2px;
	font-weight:normal;
	margin:2px;
}
.floatr{
float:right;
border:1px solid #2B3E2A;
padding:2px;
margin:3px;
}
.floatr_ad{
float:right;
border:1px solid #2B3E2A;
padding:2px;
margin-right:50px;
margin-top:50px;

}
.floatl{
float:left;
border:1px solid #2B3E2A;
padding:2px;
margin:3px;
}
/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:tahoma; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#EDECD8; height:80; width: 95; }
.empty_day_cell			{ background-color:#EEEEEE; height:80; width: 95; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 95; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:tahoma; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:tahoma; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:tahoma }

/**** column headers or days of the week ****/
.column_header			{ background-color:#305E2E; font-size:12px; font-family:tahoma; color:#D7BA76; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:tahoma; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:tahoma; color:#00F; font-weight:bold; }
