/*******************
    GLOBAL STYLES
********************/

body,table,tr,th,td,div,p,input,textarea {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt
}

.footer {
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 7pt;
	padding-top: 5px
}

.content_area {
	padding: 10px;
	padding-top: 2px
}

a:link, a:visited, a:active {
	color: #000066;
}

a:hover {
	color: #0000FF;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #666666;
	text-decoration: none
}

.footer a:hover {
	color: #0000FF;
	text-decoration: underline
}

ul {
	list-style-type: square
}





/**************************
    ANNOUNCEMENT DISPLAY
***************************/

.announce_headline {
	font-weight: bold;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	vertical-align: bottom;
}

.announce_date {
	float: right;
	font-weight: normal;
	font-size: 11px;
}

.announce_body {}

.announce_im_container {
	float: right;
	width: 220px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 10px;
}

.announce_image {
	width: 100px;
	height: 100px;
	margin: 5px;
	float: left;
}

.announce_full_link {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 9pt;
	padding: 3px;
	margin-top: 20px;
	text-align: center;
}



/****************************
    ANNOUNCEMENT LIST PAGE
*****************************/

.announce_list_intro {
	margin-top: 10px;
	margin-bottom: 20px;
}

.announce_list {
	border: 1px solid #ccc;
	background: #eee;
}

.announce_list table {
	width: 100%;
}

.announce_list th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #ccc;
}

.announce_list td {}

.announce_list_date {
	width: 130px;
}

.announce_list_headline {}

.announce_list_count {
	text-align: right;
	font-size: 9pt;
	padding-bottom: 4px;
}

.announce_list_page_nav {
	text-align: right;
	font-size: 9pt;
	padding-top: 4px;
	color: #666666;
}

.announce_list_page_nav a {
	color: #006;
	cursor: pointer;
}




/**********************
    CALENDAR DISPLAY
***********************/

.calendar_headline {
	font-weight: bold;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 2px;
	vertical-align: bottom;
}

.calendar_infobox {
	float: right;
	font-weight: normal;
	font-size: 11px;
	padding: 8px;
	background: #eee;
	border: 1px dotted #ccc;
	margin-left: 5px;
}

.calendar_infobox_label {
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
	font-size: 11px;
	vertical-align: top;
}

.calendar_infobox_value {
	font-size: 11px;
	vertical-align: top;
}

.calendar_body {}

.calendar_full_link {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 9pt;
	padding: 3px;
	margin-top: 20px;
	text-align: center;
}





/************************
    CALENDAR LIST PAGE
*************************/

.calendar_list_intro {
	margin-top: 10px;
	margin-bottom: 20px;
}

.calendar_list_nav_box {
	border: 1px solid #ccc;
	background: #eee;
	font-size: 9pt;
	padding: 3px;
	margin-bottom: 10px;
}

.calendar_list_curweek {
	float: left;
	font-weight: bold;
}

.calendar_list_nav {
	float: right;
}

.calendar_list {
	margin-left: 4px;
}

.calendar_list_day {
	margin: 20px 0px 3px 0px;
	padding: 0px 0px 3px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.calendar_list_event {
	margin-left: 10px;
	padding: 3px 0px;
	border-bottom: 1px dotted #ccc;
	font-size: 8pt;
}

.calendar_list_event_notimes {
	width: 90px;
	text-align: right;
	vertical-align: top;
}

.calendar_list_event_start_time {
	text-align: right;
	width: 40px;
	vertical-align: top;
}

.calendar_list_event_time_sep {
	width: 10px;
	vertical-align: top;
	text-align: right;
}

.calendar_list_event_end_time {
	text-align: right;
	width: 40px;
	vertical-align: top;
}

.calendar_list_event_title {
	vertical-align: top;
	padding-left: 15px;
}





/********************************
    MESSAGE FROM THE PRESIDENT
*********************************/

.message_photo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.message_headline {
	font-size: 14px;
	color: #600;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.message_view_archive {
	border: 1px solid #ccc;
	background: #eee;
	text-align: center;
	padding: 3px 0px;
	clear: both;
	margin-top: 25px;
}

.message_list_count {
	text-align: right;
	font-size: 9pt;
	padding-bottom: 4px;
}

.message_list_page_nav {
	text-align: right;
	font-size: 9pt;
	padding-top: 4px;
	color: #666666;
}

.message_list_page_nav a {
	color: #006;
	cursor: pointer;
}





/***********************
    MESSAGE LIST PAGE
************************/

.message_list_intro {
	margin-bottom: 20px;
}

.message_list {
	border: 1px solid #ccc;
	background: #eee;
}

.message_list table {
	width: 100%;
}

.message_list th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #ccc;
}

.message_list td {}

.message_list_date {
	width: 130px;
}

.message_list_headline {}





/*********************
    HOMEPAGE STYLES
**********************/

.home_leftside_container {
	width: 370px;
	margin-right: 10px;
}

.home_rightside_container {
	float: right;
	height: 200px;
	width: 190px;
	padding-left: 10px;
	border-left: 1px solid white;
}

.home_announce_container {
	margin-bottom: 20px;
}

.home_announce_title, .home_calendar_title {
	margin-bottom: 5px;
}

.home_announce_list {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.home_announce_item {
	padding: 2px 0px;
	font-size: 9pt;
}

.home_announce_item a {
	color: white;
}

.home_calendar_container {
	vertical-align: top;
}

.home_cal_item {
	padding: 2px 0px;
	vertical-align: top;
	font-size: 8pt;
}

.home_cal_item a {
	font-size: 8pt;
	color: white;
}

.home_cal_item a:link {
	color: white;
}

.home_cal_item a:visited {
	font-size: 8pt;
	color: white;
}

.home_cal_item a:active {
	color: white;
}

.home_cal_item a:hover {
	color: white;
}

.home_cal_spacer {
	padding: 1px 0px 3px;
	border-bottom: 1px dotted #fff;
}

.home_cal_label {
	width: 45px;
	text-align: left;
	vertical-align: top;
	padding-right: 8px;
	color: white;
	font-size: 8pt;
}

.home_cal_event {
	width: 130px;
	vertical-align: top;
}

.home_calendar_link {
	font-size: 8pt;
	color: white;
	padding-top: 10px;
	text-align: right;
}

.home_calendar_link a:link {
	color: white;
}

.home_calendar_link a:visited {
	color: white;
}

.home_calendar_link a:hover {
	color: white;
}

.home_calendar_link a:active {
	color: white;
}