/*-----------------------------------------------------*/
/*| Ames UBC Site Style Sheet           Version 1.0.2 |*/
/*| For Use with the PHP Updated site.		          |*/
/*|---------------------------------------------------|*/
/*| Author:  Aaron M. Mann							  |*/
/*|---------------------------------------------------|*/
/*| Last Update:  September 22, 2007				  |*/
/*|---------------------------------------------------|*/
/*| Copyright © May 10, 2005                          |*/
/*| All Rights Reserved                               |*/
/*|---------------------------------------------------|*/

@font-face {
	font-family: Papyrus;
	font-weight: 700;
	src: url(../fonts/PAPYRUS0.eot);
}

body {
	color: #CCCCCC;
	background-color: #2F2B2B;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 10px 10px 10px 10px;
}

table {
	border-collapse: collapse;
	margin: 0em, 0em, 0em, 0em;
	padding: 0em, 0em, 0em, 0em;
}

.page_content {
	width: 960px;
	border: 0;
}

.page_header {
	background-color: #B0B0B0;
}

.page_footer {
	color: #990100;
	background-color: #B0B0B0;
	font-family: Papyrus, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.page_title {
	color: #990100;
	width: 760px;
	border: 0px;
	font-family: Papyrus, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-spacing: 0px;
	margin: 0em, 0em, 0em, 0em;
	padding: 0em, 0em, 0em, 0em;
}

.page_date {
	color: #990100;
	width: 200px;
	border: 0px;
	font-family: Papyrus, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-spacing: 0px;
	text-align: right;
	margin: 0em, 0em, 0em, 0em;
	padding: 0em, 0em, 0em, 0em;
}

.vision {
	width: 664px;
	text-align: center;
	vertical-align: top;
}

.vision_title {
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-spacing: 0px;
	text-align: center;
	vertical-align: top;
	margin: 0em, 0em, 0em, 0em;
	padding: 0em, 0em, 0em, 0em;
}

.vision_text {
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	border-spacing: 0px;
	text-align: center;
	vertical-align: top;
	margin: 0em, 0em, 0em, 0em;
	padding: 0em, 0em, 0em, 0em;
}

.church_logo {
	width: 120px;
	text-align: left;
	vertical-align: top;
}

.news {
	background-color:  #B2AD76;
	text-align: center;
	vertical-align: top;
	width: 200px;
}

.news_title {
	color: #FFFC00;
	font-weight: bold;
	text-align: center;
}

.news_text {
	color: #FFFC00;
	font-weight: normal;
	text-align: center;
}

.menu_header {
	vertical-align: top;
}
	
.menu_header ul {
	width: 120px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
	
.menu_header li {
	width: 120px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
	padding-left: 0em;
	padding-right: 1em;
	padding-bottom: 0.125em;
}

.menu_header a {
	text-align: left;
	width: 120px;
	display: block;
	text-decoration: none;
	color: #990100;
	background-color: #B0B0B0;
	padding-left: 0.25em;
}
	
.menu_header a:hover {
	background-color: #DBDBDB;
}

.login_link {
	color: #CCCCCC;
	background-color: #2F2B2B;
	font-size: 12px;
}

.login_link a {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #2F2B2B;
}

.login_link a:hover {
	text-decoration: underline;
}

.content_link {
	color: #CCCCCC;
	background-color: #2F2B2B;
	font-size: 12;
}

.content_link a {
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #2F2B2B;
	font-weight: normal;
}

.content_link a:hover {
	font-weight: bold;
}


.content_bold {
	font-weight: bold;
}

.content_normal {
	font-weight: normal;
}

.event_date {
	width: 200px;
	color: #CCCCCC;
}

.event_desc {
	width: 200px;
	color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.event_title {
	width: 200px;
	color: #990100;
	text-align: center;
	font-weight: bold;
	background-color: #B0B0B0;
	margin: 0em, 0em, 0em, 0em;
	padding: 0em, 0em, 0em, 0em;
}

.web_form {
	color: #CCCCCC;
	font-weight: bold;
}

.center_content {
	vertical-align: top;
}

.left_content {
	vertical-align: top;
}

.table_content {
	width: 664px;
}

.java_calendar {
	text-decoration: none;
	vertical-align: center;
	border-width: 0px;
}

.center_events {
	text-align: center;
	vertical-align: top;
}

.form_header {
	color: #990100;
	background-color: #B0B0B0;
	font-weight: bold;
}

.validation_error {
	color: #FFFC00;
}

.tool_link {
	color: #CCCCCC;
	background-color: #2F2B2B;
	font-size: 12px;
}

.tool_link a {
	text-decoration: none;
	color: #CCCCCC;
	background-color: #2F2B2B;
}

.tool_link a:hover {
	text-decoration: underline;
}

.service_header {
	color: #990100;
	background-color: #B0B0B0;
	font-weight: bold;
}

.survey_table {
	width: 450px;
}

.survey_title {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.survey_question {
	font-weight: bold;
}

.survey_answer {
	width: 450px;
	height: 100px;
}

.survey_submit_reset {
	text-align: right;
}

.empty_row {
	height: 8px;
}


.checkbox_indent {
	width: 15px;
}