html, body {
	height: 100%;
	margin: auto;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F6F7EE;
	font-size: 14px;
	line-height: 16px;
	background-image: url(/images/side_bg.gif);
	background-repeat: repeat-y;
}


#base {
	position:relative;
	width:100%;
	height:100%;

}
#header_left {
	position: absolute;
	left: 0px;
	top: 0px;
}
#header_right {
	position: absolute;
	right: 0px;
	top: 0px;
}



#header_bg {
	top: 0px;
	position: relative;
	background-color: #1C2280;
	height: 107px;
	width: 100%;
}

#menu_main_bg {
	position: relative;
	background-color: #fefe25;
	width: 100%;
	height: 26px;
}
#menu_main {
	position: relative;
	margin: auto;
	padding: 4px 10px;
}
#menu_main a {
	font-weight: bold;
	color: black;
	font-size:16px;
	text-decoration: none;
	padding-left: 20px;
}
#menu_main a:hover {
	color: #8F8F58;
}

#menu_main_text {
	position: relative;
	height: 20px;
	border-bottom: 1px solid black;
	background-color: #ffffba;
	padding: 6px 10px 2px 10px;
	color: #787873;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica;
	letter-spacing: 1px;
	
}

#menu_sub {
	position: relative;
	width: 185px;
	padding-top: 15px;
	float: left;
	padding-left: 30px;
}
#menu_sub a {
	color: #3366FF;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	font-size: 12px;
}
#menu_sub a:hover {
	text-decoration: underline;
}

#content {
	left: 220px;
	position: absolute;
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
}

#content a {
	color: #3366ff;
}


h1 {
	font-size: 14px;
	font-weight: bold;
}

h2, .parish_header {
	font-size: 20px;
	color: #3366FF;
	line-height: 22px;
	font-weight: bold;
}


/* content manage styles */
.format_b {
	font-weight: bold;
}
.format_i {
	font-style:italic;
}
.format_u {
	text-decoration: underline;
}
.format_p {
	color:#800080;
}
.format_pb {
	color:#800080;
	font-weight: bold;
}
.format_pu {
	color:#800080;
	text-decoration:underline;
}
.format_br {
	color:#ff0000;
	font-weight: bold;
}
.format_m {
	font-size: 18px;

	color:#0066FF;
}
.format_s1 {
	font-size: 14px;
	font-weight: bold;
	color:#0066FF;
}
.format_s2 {
	font-size: 14px;
	font-weight: bold;
	color:#6633CC;
}
.format_s3 {
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-color:#0066FF;
}
.format_s4 {
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-color:#6633CC;
}
.format_s5 {
	font-size: 14px;
	font-weight: bold;
	color:#1C2280;
}
.format_s6 {
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
}
/* content manager styles end */

.blueheading {
	font-family: Arial, Helvetica, sans-serif;
	color: #3366ff;
	font-size: 16px;
	text-decoration: none;
	FONT-WEIGHT: bold;
	line-height: 16px;
}

.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	line-height: 16px;
}
label {
	display: block;
	float: left;
	width: 140px;
	font-weight: bold;
	text-align: right;
	margin-right: 8px;
}
