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

BODY {
	background: #060078;
	

}
#web_page {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 700px;
	background: #fff;

}

#header {
	background-image: url("/images/logo.jpg"); 
	background-repeat: no-repeat;
	margin-top: 20px 0px 0px 0px;
	clear: both;
	width: 700px;
	height: 180px;
	background-color: 
	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: verdana, arial, sans-serif;
	font-size: 20px;
	color: #aac;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
}

#footer {
	width: 700px;
	border-top: 2px solid #0A02B4;
	background: #8884DB;
	text-align: right;
	font: 10pt 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: left;
	color #444;
}
#copyright A {
	color: #444;
	text-decoration: none;
}

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

#content H1 {
	padding-left: 5px;
	font: 18pt Bookman Old Style ,Times, serif;
	}
#content H2 {

	padding: 2px;
	margin: 0px 0px 2px 8px;
	font: 16pt Bookman Old Style ,Times, serif;
	color: #060078;
	letter-spacing: .15em;
}
#content H3 {
	font: 12pt arial, serif;
	color: #000;
	margin: 0px 0px 3px 8px;
	font-style: bold;
}
#content P {
	font: 10pt Verdana, arial, sans-serif;
	margin: 0px 50px 20px 70px;
	line-height: 1.5em;
	color: #312B21;
	text-align: justify;
}
#content P A, LI A {
	color: #550101;
	text-decoration: underline;
}
#content A:hover {
	color: #000;
}
#content LI {
	list-style: square;
	font: 9pt Verdana, sans-serif;
	margin-left: 60px;
	padding-left: 0em;
	color: #000;
	line-height: 2em;
}

#content IMG {
	width: 200px;
	padding: 10px;
}

#page_text {
	padding-left: 20px;
	width: 500px;
}
	

div.rule HR {
	display: none;
}
div.rule {
	border-top: 1px dashed #0a0;
	height: 15px;
}




.home_teaser {
	padding-left: 50px;
	
	width: 320px;
	float: left;

}

/*---------- navigation rules ----------*/
#navigation {
	
	margin: 0px;
	padding: 0px;
	
}

#main_nav {
	float: left;
	background: #B5B3E8 !IMPORTANT;
	width: 700px;
	border-top: 2px solid #0A02B4;
	border-bottom: 1px solid #0A02B4;
	
	
}
#main_nav UL {
	
	margin: 0px;
	padding: 0px;
	
	
}
#main_nav UL LI {

	float: left;
	list-style: none;
	

}
#main_nav UL LI A {
	
	font: 11pt verdana, sans-serif;
	width: 84px;
	height: 30px;

	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #0A02B4;
}

#main_nav UL LI A:hover {
	color: #DFDDFF;
	background: #0A02B4;
	;
}




#sub_nav {
	float: left;
	width: 700px;
	background: #DEDDF5;
	font: 10px Verdana, sans-serif;
	text-align: right;
	border-bottom: 2px solid #0A02B4;
}
#sub_nav UL {
	margin-left: 0px;
	padding-left: 0px;
}
#sub_nav UL LI {
	list-style: none;
	line-height: 2em;
	display: inline;
}
#sub_nav UL LI A {
	color: #fff;
	text-decoration: underline;
	padding: 2px 10px 2px 10px;
}
#sub_nav UL LI A.sub_nav-there {
	color: #777;
}
#sub_nav UL LI A:hover {
	color: #0a0;
}
A.sub_nav-2 {
	font-style: italic;
	color: #900000;
}

/*---------- bread crumb rules ----------*/
bread_crumbs {
	width: 700px;
	background: #000;
	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: #aaa;
	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: 20px verdana, arial, sans-serif;
	color: #0a0;
	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: none none solid solid;
	border-width: 1px;
	border-color: #900000;
    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;
}
/*---------- Calendar rules ----------*/
#calendar {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 100px;
}
#calendar TABLE{
	
	margin-bottom: 25px;
}
#calendar-header SPAN {display: none;}
#calendar_control {
	margin: auto;
	text-align: center;
	margin-top: 0px;
	
}
.calendar_next A {
	font: x-small Verdana;
	color: #900000;
	text-decoration: none;
}
.calendar_current {
	text-align: center;
	font: medium Helvitica, Verdana;
	color: #000;
	font-weight: bold;
	margin-left: 60px;
	margin-right: 60px;
	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;
	

	
}

.home_event ul {
  padding-top: 40px;
  font-size: small;
  font-family: times;
  color: #6C2600;
  margin-left: -30px;

}

/*---------- site map rules ----------*/
#site_map {
	margin: 0px 0px 20px 50px;

}
#site_map A {
	font: 8pt arial, sans-serif;
	color: #900000;
	text-decoration: none;
}
#site_map A:hover {color: #000;}
#site_map UL {margin-bottom: 15px;}
#site_map LI {
	list-style: none;
	line-height: 1em;
}

search {
	float: left;
	margin-left: 23px;
	margin-top: 0px;
	width: 300px;
	padding-bottom: 5px;
	clear: both;
}

search li {
	list-style: none;
	
}

.search-submit {
	background-color: #967A48 ;
	color: white;
	margin-top: 3px;
	
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

.submit-form {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	width: 145px;
}

#search_results {
	padding-left: 150px;	
}

#search_results H1 {
	padding-left: 150px;	
}

.block_cell {
	padding-right: 30px;
	
}

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


#right {
	float: right;
	width: 150px;
}

/*---------- right nav ----------*/
#rightnav {
	
	width: 145px;

	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 ----------*/
#contact {
	padding-right: 5px;
	
	margin-left: 5px;
	width: 140px;

	
	
	
}


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

#contact h2 {
	font: 9pt Verdana, arial, sans-serif !IMPORTANT;
	margin: 0px 5px 10px 5px !IMPORTANT;
	line-height: 1.5em;
	color: #373737 !IMPORTANT;
	text-align: left !IMPORTANT;
	text-decoration: underline !IMPORTANT;
	border-top: none !IMPORTRANT;
	
}

#contact A {
	font: 7pt Verdana, arial, sans-serif;
	margin: 0px 5px 10px 5px !IMPORTANT;
	line-height: 1.5em;
	color: #373737 !IMPORTANT;
	text-align: left !IMPORTANT;
	text-decoration: underline !IMPORTANT;
	
	
}