@charset "utf-8";
@import url("./shared_layout.css");
#left_col_main {
	float: left;
	width: 220px;
	clear: none;
	background-color: #FFFFFF;
	padding-top: 3px;
}
#middle_col_main {
	width: 400px;
	float: left;
	background-color: #FFFFFF;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
}

.group_event_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

p {
	margin-top: 6px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.middle_col_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;
	text-decoration: underline;
	font-weight: normal;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000099;
}
#calendar {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	height: 215px;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	padding-left: 0px;
	width: 400px;
	float: left;
}
#pastor_msg {
	float: left;
	color: #000000;
	padding-top: 17px;
	padding-left: 7px;
}
.calendar_header_text {
	font-size: small;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
.calendar_caption_text {
	font-size: medium;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	font-weight: normal;
	text-decoration: underline;
}

/* Left column definitions */
#left_col {
	float: left;
	width: 620px;
	clear: none;
	background-color: #FFFFFF;
}
#description_section {
	text-align: justify;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}


.left_col_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
.left_col_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	font-weight: bold;
}
#second_level_sections {
	text-align: justify;
	margin-left: 5px;
	float: left;
	padding: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000099;
	font-weight: bold;
}
#flash_movie {
	float: left;
	height: 300px;
	width: 400px;
	margin-top: 10px;
}

#email_list {
	text-align: left;
	margin-left: 5px;
	float: left;
	padding: 5px;
}
.alert {
	color: #CC0000;
	font-size: medium;
}
