body {
	background-color: #000000;
	background-image: url(images/body_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "times new roman";
	color: #FFFFFF;
	font-size: 1.0em;
}

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFDD;
	text-decoration: underline;
}

form {
	margin: 0 0 0 0;
}

#container {
	width: 750px;
	background-color: #000000;
	/*border: 5px solid #9999FF;*/
	margin: 0 auto 0 auto;
}

#header {
	width: 750px;
	height: 155px;
	background-color: #000000;
	border-bottom: 1px solid #000000;
}

#logo {
	padding: 3px 0 0 0;
	text-align: center;
}

#menu {
	height: 50px;
}

#menu_upper {
	height: 25px;
	padding: 0 0 0 35px;
}

.menu_box, .menu_box_2 {
	height: 20px;
	width: 95px;
	float: left;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0 0 0 2px;
}

.menu_box {
	background-image: url(images/menu_tab.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.menu_box, .menu_box a, .menu_box a:visited {
	color: #FFFFCC;
	text-decoration: none;
}

.menu_box a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu_box_2 {
	background-image: url(images/menu_tab_2.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

.menu_box_2, .menu_box_2 a, .menu_box_2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_box_2 a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
	

#menu_lower {
	height: 25px;
	background-color: #000000;
	background-image: url(images/lower_menu.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFCC;
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	padding: 6px 0 0 0;
	clear: both;
}

a.lower_links_1 , a:visited.lower_links_1  {
	color: #FFFFCC;
	text-decoration: none;
}

a:hover.lower_links_1  {
	color: #FFFFCC;
	text-decoration: underline;
}

a.lower_links_2, a:visited.lower_links_2  {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.lower_links_2  {
	color: #FFFFFF;
	text-decoration: underline;
}


#content {
	padding: 8px 5px 8px 5px;
}

#content fieldset {
	background-color: #999999;
	color: #000000;
	border-top: 1px solid #AAAAAA;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #AAAAAA;
	line-height: 160%;
	padding: 5px 5px 10px 5px;
	margin: 0 0 2px 0;
}

#content p {
	text-align: justify;
}

#content table {
	margin: 0 auto 0 auto;
}

#content th {
	background-color: #444444;
	text-align: left;
	padding: 2px 5px 0 15px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

#content td {
	background-color: #999999;
	text-align: left;
	color: #000000;
	padding: 0 5px 0 5px;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}
#links_content dl {
	width: 55%;
	margin: 15px auto;
}

#links_content dt {
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#links_content dd {
	font-size: 1.1em;
	margin: 0 0 5px 15px;
}

.content_heading {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 12px 0;
}

.left_heading {
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	margin: 0 0 3px 0;
}

.inset_r {
	width: 135px;
	float: right;
	background-color: #E5E5E5;
	font-size: .85em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 8px;
	margin: 0px 0px 0px 8px;
}

.inset_r  a, .inset_r a:visited, .inset_r a:hover {
	color: #000000;
	text-decoration: none;
}

.half_wide {
	width: 50%;
	float: left;
}

.inner_left {
	padding: 0 5px 0 0;
}

.inner_right {
	padding: 0 0 0 5px;
}

.notice {
	background-color: #444444;
	color: #FFFFFF;
	font-weight: bold;
	text-align: justify;
	padding: 5px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}

.suggestions a {
	color: #FFFFaa;
	cursor: pointer;
}

.suggestions dt {
	padding: 5px 15px;
}

.suggestions span {
	width: 120px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

.suggestions dd {
	display: none;
	background-color: #999999;
	color: #000000;
	padding: 10px;
	margin: 5px 15px 10px 15px;
}

.contact {
	font-size: 1.2em;
	line-height: 150%;
}

.contact span {
	font-size: .9em;
	color: #990000;
}

.contact input, .contact textarea {
	margin: 0 0 10px 0;
}

.contact input:focus, .contact textarea:focus {
	background-color: #DDDDFF;
}

.spacer_1 {
	height: 10px;
	clear: both;
}
	
.spacer_2 {
	height: 1px;
	font-size: .01em;
	clear: both;
}

.center {
	text-align: center;
}

.no_border {
	border: none;
}

#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-size: .8em;
	text-align: center;
	padding: 8px;
	border-top: 1px solid #FFFFFF;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFDD;
font-weight: bold;
	text-decoration: underline;
}

/* --------- CALENDAR CSS --------------------------------*/

/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/




.container {
	border: none;
	margin: auto;
}

/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

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

/****  book date image *******/
img.book_date {
	margin-left: 10px;;
	border: none;
}

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

/**** title_txt is the text for each post on main page ****/
				
.title_txt, .title_txt a:link, .title_txt a:active, .title_txt a:visited {
	font-family: verdana;
	font-size: .9em;
	color: #000000; 
	text-decoration: none 
}

.title_txt a:hover { 
	font-size: .8em;
	color:#000000; 
	text-decoration:underline 
}

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

/**** column headers or days of the week ****/
.column_header			{ background-color:#2663E2; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }
