/*---------- site map rules ----------*/

BODY {
	background: #000260;
	
	
	text-align: center;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
}

#web_page {
	border: 2px solid #fff;
	float: left;
	width: 730px;


}

#header {
	background-image: url("/images/header.gif");
	background-repeat: no-repeat;
	width: 730px;
	height: 125px;

	font: 30px arial;
	color: #8b5;
    
}

SPAN#site_name {
	font-family: "Goudy Old Style B", "Times New Roman", sans-serif;
	font-size: 40px;
	color: #fff;
	margin-right: 10px;
}
SPAN#page_name {
	font-family: Maiandra GD, arial, sans-serif;
	font-size: 20px;
	color: #FF4F01;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
}

#footer {
	width: 730px;
	clear: both;
	margin: auto;

	text-align: right;
	font: 8pt arial, sans-serif;
}
#site_map_link A {
	margin: 15px 15px 15px 5px;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}
#site_map_link A:hover {
	color: #000;
}
#copyright {
	text-align: center;
	color: #fff;
}
#copyright A {
	color: #fff;
	text-decoration: none;
}


/*---------- content rules ----------*/
#content {
	width: 730px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	background-image: url("/images/content.jpg");

}

#content H1 {
	padding: 2px;
	margin: 0px 10px 2px 8px;
	font: 16pt Futura Lt BT,Arial, serif;
	color: #0000C0;
	letter-spacing: .15em;
	padding: 0px 0px 5px 0px;}
	font-weight: bold;
	
#content H2 {
	display: inline;
	padding: 2px;
	margin: 0px 10px 2px 8px;
	font: 14pt Futura Lt BT,Arial, serif;
	color: #3750E4;
	letter-spacing: .15em;
	padding: 0px 0px 5px 0px;
	font-weight: bold;

}
#content H3 {
	font: 12pt Verdana, arial, sans-serif;
	color:  #003060;
	margin: 0px 0px 3px 8px;
	font-style: bold;
	padding: 0px 0px 10px 0px;
}

#content HR {
	color: #004395;	
	width: 300px;
}

#content P {
	font: small Verdana, arial, sans-serif;
	margin: 0px 50px 20px 20px;
	line-height: 1.2em;
	color: #373737;
	text-align: left;
}
#content P A, LI A {
	color: #1C60A8;
	text-decoration: underline;
}
#content A:hover {
	color: #000;
}
#content LI {
	list-style: url("/images/bullet.gif");
	font: 9pt Verdana, sans-serif;
	margin-left: 10px;
	padding-left: 0em;
	color: #000;
	line-height: 2em;
}

#content IMG {
	

	
	
}

#main_content {
	padding-top: 20px;
	width: 480px;
	margin-left: 240px;


}
	
div.rule HR {
	display: none;
}
div.rule {
	border-top: 1px dashed #0a0;
	height: 15px;
}
/*---------- navigation rules ----------*/
#main_nav {
	float: left;
	text-align: center;
	width: 730px;
	height: 26px;
	background: #00024C;
	padding-top: 3px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;

}
#main_nav UL {
	margin: 0px;
	padding: 0px;
}
#main_nav UL LI {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-align: center;

}
#main_nav UL LI A {
	font-variant: small-caps !IMPORTANT;
	float: left;
	font: medium arial, verdana, sans-serif;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-right: 1px solid #fff;

	color:  #fff;
}

#main_nav UL LI A:hover {
	color: red;
}
#sub_nav {
	
	width: 200px;
	font: small Verdana, sans-serif;
	text-align: left;
	margin-bottom: 10px;

}
#sub_nav UL {
	margin-left: 0px;
	padding-left: 0px;
}
#sub_nav UL LI {
	list-style: none;
	

}
#sub_nav UL LI A {
	color: #fff;
	text-decoration: underline;
	padding: 2px 10px 2px 0px;
}
#sub_nav UL LI A.sub_nav-there {
	text-decoration: none;
}
#sub_nav UL LI A:hover {
	color: red;
}
A.sub_nav-2 {
	font: 10px Verdana, sans-serif;
	padding-left: 5px !IMPORTANT;
	color: #fff;
}


/*---------- bread crumb rules ----------*/
#bread_crumbs {
	width: 730px;

	text-align: left;
	margin: 0px 0px 20px 0px;
	font: 12pt arial, sans-serif;
	color: #fff;
	font-weight: bold;
	padding-bottom: 6px;
}
#bread_crumbs A {
	color: #000;
	font: 15px "Times New Roman", times, serif;
	font-style: italic;
	text-decoration: none;
	padding: 0px 10px 0px 5px;
}
#bread_crumbs A:hover {color: #0a0;}
.bread_crumbs-there {
	font: 18pt Romantic,Book Antiqua, serif;
	color: #006600;;
	text-decoration: none;
}

/*---------- VFD form rules ----------*/
.VFD_form {
	text-align: center;
}
.VFD_form TABLE {
	
}
.VFD_form TABLE TD {
	text-align: left;
	font: 10pt arial, sans-serif;
	padding-bottom: 8px;
}
INPUT, TEXTAREA {
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #004395;
    color: #000;
    background: #fff;
	font: 10pt arial, sans-serif;
	padding: 2px 8px 2px 8px;
}
TD.form-caption SPAN {
	margin: 0px;
	font: 10pt arial, sans-serif;
	display: block;
	width: 100px;
	color: #000;
	padding: 2px 0px 2px 8px;
}
.form-submit INPUT {
	width: 150px;
}
.form-submit {
	text-align: center !IMPORTANT;
}

/*---------- site map rules ----------*/
#site_map {
	margin: 0px 0px 20px 50px;
	border-left: 8px solid #0a0;
}
#site_map A {
	font: 8pt arial, sans-serif;
	color: #0a0;
	text-decoration: none;
}
#site_map A:hover {color: #000;}
#site_map UL {margin-bottom: 15px;}
#site_map LI {
	list-style: none;
	line-height: 1em;
}

.block_cell {
	padding-left: 20px;
	margin-bottom: 20px;
	font: 9pt Verdana, arial, sans-serif;
	color: #373737;	

}

.block_cell P {
	font: 10pt Verdana, arial, sans-serif;
	margin: 0px 50px 20px 20px;
	line-height: 1.2em;
	color: #373737;
	text-align: left;	

}

/*---------- Calendar rules ----------*/
#calendar {
width: 450px;

	
}
#calendar TABLE{
	margin-top: 0px;
	margin-bottom: 25px;
}
#calendar-header SPAN {display: none;}
#calendar_control {

	text-align: center;
	margin-top: 0px;
	
}
.calendar_next A {
	font: 10pt Verdana !IMPORTANT;
	color: #900000;
	text-decoration: none;
}
.calendar_current {
	text-align: center;
	font: medium Helvitica, Verdana;
	color: #000;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 25px;
}
#calendar TD.event_cell {
	border-top: 1px solid #778;
	margin-top: 25px;
	font: small Georgia;
	color: #6C2600;
	
}
#calendar .event-header {
	font-weight: bold;
}
#calendar .event-header A {
	color: #335;
	margin-left: 15px;
	font: small Arial;
	text-decoration: none;
}
#calendar .event-header A:hover {
	color: #00f;
}
#calendar .event-description {
	margin: 0px 5px 5px 5px;
}
#calendar .event-description P {
	margin-left: 0px;
	padding-left: 6px;
}
#calendar .past_event {
	color: gray !IMPORTANT;
}
#calendar .today_event {
	background: #fff;
}

.home_event {
	float: left;
	padding-left: 155px;
	

	
}

.home_event ul {
  font-size: small;
  font-family: times;
  color: #6C2600;
  margin-left: 0px;

}

#gallery {
	margin-bottom: 10px;
	 margin-left: 0px;
}
.gallery_entry {
	height: 200px !IMPORTANT;
	width: !IMPORTANT;
	float: left;
	border-style: solid;
	border-color: #005C18;
	border-width: 1px;
	background-color: #fff;
	margin: 4px;
	padding: 5px 2px 2px 2px;
	text-align: center;
}
.gallery_photo IMG {
	height: 150px !IMPORTANT;
	width: !IMPORTANT;
	
	}
.gallery_caption {
	font-family: Arial;
	font-size: 6pt !IMPORTANT;
}

/*---------- left side address ----------*/

#address {
	padding-bottom: 17px;
	margin-left: 10px;
	width: 180px;
	
}


#address P {
	font: 8pt Verdana, arial, sans-serif;
	margin: 0px 5px 10px 5px !IMPORTANT;
	line-height: 1.5em;
	color: #fff !IMPORTANT;
	text-align: left !IMPORTANT;
	
}

/*---------- left and right column rules ----------*/
#left {

	float: left;
	width: 180px;
	margin-bottom: 0px;



	
}

#right {
	float: right;
	width: 170px;
	

}

/*---------- right nav ----------*/
#rightnav {
	
	width: 115px;
	
	margin-bottom: 10px;
	
}


#rightnav P {
	padding-top: 10px;
	padding-bottom: 10px;
	font: 8pt Verdana, arial, sans-serif;
	margin: 0px 5px 10px 5px !IMPORTANT;
	line-height: 1.5em;
	color: #1E67B1 !IMPORTANT;
	text-align: center !IMPORTANT;
	
}

#rightnav A {
	font: 8pt Verdana, arial, sans-serif;
	margin: 0px 5px 10px 5px !IMPORTANT;
	line-height: 1.5em;
	color: #fff !IMPORTANT;
	text-align: center !IMPORTANT;
	padding-bottom: 5px !IMPORTANT;
	
}

#rightnav A:hover {
	font: 8pt Verdana, arial, sans-serif;
	margin: 0px 5px 10px 5px !IMPORTANT;
	line-height: 1.5em;
	color: #9ACAF6!IMPORTANT;
	text-align: center !IMPORTANT;
	
}


/*---------- right nav ----------*/
#fact {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	margin-left: 10px;
	background: #fff;
	border: 1px solid #00024C;
	
	
	
}


#fact P {
	font: 8pt Verdana, arial, sans-serif;
	margin: 0px 5px 10px 5px !IMPORTANT;
	line-height: 1.5em;
	color: #373737 !IMPORTANT;
	text-align: left !IMPORTANT;
	
}