a
{
	font-family: Arial;
	font-size: 12px;
	color: #bd6e3b;
}

li
{
	font-family: Arial;
	font-size: 12px;
	color: #bd6e3b;
}

.bodybackground
{
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

.general
{
	font-family: Arial;
	font-size: 12px;
	color: #bd6e3b;
}

.sectiontitle
{
	font-family: Georgia;
	font-size: 14px;
	color: #ffffff;
}
.sectiontitle_black
{
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
}
.subtitle_large
{
	font-family: Arial;
	font-size: 14px;
	color: #e09429;
}

.subtitle_small
{
	font-family: Arial;
	font-weight: bold;
	text-decoration: 'underline';
	font-size: 12px;
	color: #e09429;
}

.calendartext
{
	font-family: Arial;
	font-size: 8px;
	color: #000000;
}

.feature
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.weather
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.weather_large
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.tableheader
{
	background-color: #e09429;
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.table_altrow
{
	background-color: #F5F4ED;	
}

.tableborder
{
	border: solid 1px #bd6e3b;
}

SPAN
{
	font-family: arial;
}
TD
{
	font-family: arial;
}
BODY
{
	background-color: #FFFFFF;
}

/**** month and year header at top of calendar ****/
.date_header
{
	font-family: Arial;
	font-size: 14px;
	color: #e09429;
}

/**** color and size of calendar cells.  ****/
.day_cell
{
	background-color: #FFFFFF;
	height: 80;
	width: 75;
}
.empty_day_cell
{
	background-color: #e09429;
	height: 80;
	width: 75;
}
.today_cell
{
	background-color: #F5F4ED;
	height: 80;
	width: 75;
}

/**** day number in upper left corner of each cell ****/
.day_number
{
	font-size: 10px;
	font-family: arial;
	color: #000;
}

/**** title_txt is the text for each post on main page ****/
.title_txt
{
	font-size: 10px;
	font-family: arial;
	color: #000;
}
.title_txt A:link
{
	color: #bd6e3b;
	text-decoration: underline;
}
.title_txt A:active
{
	color: #bd6e3b;
	text-decoration: underline;
}
.title_txt A:visited
{
	color: #bd6e3b;
	text-decoration: underline;
}
.title_txt A:hover
{
	color: #bd6e3b;
	text-decoration: underline;
}

/**** time line under title text when event time given ****/
.time_str
{
	font-size: 9px;
	font-family: arial;
}

/**** column headers or days of the week ****/
.column_header
{
	background-color: #bd6e3b;
	font-size: 12px;
	font-family: georgia;
	color: #FFFFFF;
	font-weight: bold;
}

/**** footprint text ****/
.footprint
{
	font-size: 10px;
	font-family: arial;
	color: #000;
	font-weight: bold;
}
.footprint A
{
	font-size: 10px;
	font-family: arial;
	color: #00F;
	font-weight: bold;
}

/**** pop up window ****/

.form_labels
{
	font-size: 14px;
	font-family: arial;
}
.add_new_header
{
	font-size: 16;
	font-family: arial;
	font-weight: bold;
}
.delete_pg_txt
{
	font-size: 14px;
	font-family: arial;
}

.display_header
{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
.display_title
{
	font-size: 12px;
	font-family: arial;
	color: #FFFFFF;
	font-weight: bold;
}
.display_txt
{
	font-size: 12px;
	font-family: arial;
	color: #000000;
}
.display_user
{
	font-size: 10px;
	font-family: arial;
	color: #999999;
	font-weight: bold;
}
.display_edit
{
	font-size: 10px;
	font-family: arial;
}
.display_title_bg
{
	background-color: #e09429;
}
.display_txt_bg
{
	background-color: #EDECD8;
}


/**** Admin pages ****/

.login_header
{
	font-size: 16;
	font-family: arial;
	font-weight: bold;
}
.login_label
{
	font-size: 13;
	font-family: arial;
}
.login_auth_fail
{
	font-size: 15;
	font-family: arial;
	color: #F00;
}

.edit_user_header
{
	font-size: 16;
	font-family: arial;
	font-weight: bold;
}
.edit_user_label
{
	font-size: 12;
	font-family: arial;
}
.bad_user_name
{
	font-size: 15;
	font-family: arial;
	color: #F00;
}

.user_table_col_label
{
	font-size: 10;
	font-family: arial;
	color: #FFF;
	font-weight: bold;
}
.user_table_txt
{
	font-size: 14;
	font-family: arial;
	color: #000;
}

.user_list_header
{
	font-size: 16;
	font-family: arial;
	font-weight: bold;
}

.user_list_options
{
	font-size: 10;
	font-family: arial;
	color: #000;
	font-weight: bold;
}
.user_list_options A:link
{
	font-family: arial;
	color: #bd6e3b;
}
.user_list_options A:active
{
	font-family: arial;
	color: #bd6e3b;
}
.user_list_options A:visited
{
	font-family: arial;
	color: #bd6e3b;
}
.user_list_options A:hover
{
	font-family: arial;
	color: #00F;
}
