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

BODY {
	background-color: #7C0129;

}
web_page {

}

#header {
	width: 700px;
	height: 200px;
	background-image: url("/images/headerkastlekeepers.jpg");
	background-reapeat: no-repeat;

}

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 {
	position: absolute;
	margin-top: 650px;
	width: 580px;
	margin-left: 220px;
	text-align: right;
	clear: both
}
#footer p{
	font: 8pt Verdana, arial, sans-serif;
	color: #fff;
	text-align: justify;
}

#site_map_link A {
	margin: 15px 15px 15px 5px;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}
#site_map_link A:hover {
	color: #000;
}
#copyright {
	position: absolute;
	margin-top: 680px;
	margin-left: 370px;
	width: 580px;
	margin: top
	text-align: center;
	color #C0C0C0;
	font: 8pt Verdana, arial, sans-serif;
}
#copyright A {
	color: #C0C0C0;
	text-decoration: none;
	font: 8pt Verdana, arial, sans-serif;
}

#copyright p {
	color: #fff;
	text-decoration: none;
	font: 8pt Verdana, arial, sans-serif;
}
/*---------- content rules ----------*/
#content {
	position: absolute;
	z-index: 8;
	height: 450px;
	background-image: url("/images/website.gif");
	background-repeat: no-repeat;
	width: 500px;
	text-align: left;
	clear: both;
	margin-left: 250px;
}

#main_content {
	height: 380px;
	margin-left: 20px;
	margin-top: 30px;
	width: 450px;
	overflow: auto;
	

}

#main_content H1 {
		color: #000293;
		font: 14pt Benguiat Bk BT, verdana, sans-serif;
		letter-spacing: .3em;
		
	
	}
#main_content H2 {
	padding: 2px;
	margin: 0px 15px 2px 8px;
	border-top: 1px solid #A9ADFF;
	font: 14px arial, Verdana, sans-serif;
	color: #000293;
	letter-spacing: .15em;
	font-weight: bold;
}
#main_content H3 {
	font: 14pt arial, serif;
	color: #080;
	margin: 0px 0px 3px 8px;
	font-style: bold;
}

#page_text P {
	font: 9pt arial, sans-serif;
	margin: 0px 50px 20px 10px;
	color: #000;
	text-align: justify;
}
#main_content P A, LI A {
	color: #3B00A8;
	text-decoration: underline;
}

#main_content A:hover {
	color: #000;
}
#main_content LI {
  margin-left: 40px;
  font: 9pt arial, sans-serif;
  font-style: ;
  color: #6C2600;
}

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


.page_image {display: none;}


/*---------- navigation rules ----------*/
#main_nav {
	background-image: url("/images/nav.gif");
	background-repeat: no-repeat;
	position: absolute;
	height: 400px;
	z-index: 7;
	clear: both;
	margin: -5px 0px 0px 50px;
	padding: 130px 0px 0px 20px;
	text-align: left;
	width: 200px;
}

#main_nav UL {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#main_nav UL LI {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 150px;
}

#main_nav UL LI A {
	float: left;
	width: 150px;
	height: 20px;
	background-color: #96004E;
	font: 12pt Benguiat Bk BT, verdana, sans-serif;
	border: 2px solid #000;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#main_nav UL LI A:hover {
	background-color: #7C0129;

}

#main_nav UL LI A.main_nav-there {
	background-color:  #670134!IMPORTANT;
}






#sub_nav {
	position: absolute;
	z-index: 9;
	padding-left: 20px;
	clear: both;
	width: 500px;
	font: 12px Verdana, sans-serif;
	text-align: left;
	line-height: 2em;
	margin: 5px 0px 3px 250px;
	height: 50px;
}

#sub_nav SPAN {
    line-height: 2em;
    padding: 2px 0px 2px 0px;
}

#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 {
	background-color: #96004E;
	color: #fff;
	border: 2px solid #000;
	text-decoration: underline;
	padding: 2px 10px 2px 10px;
}
#sub_nav UL LI A.sub_nav-there {
	color: #777;
}
#sub_nav UL LI A:hover {
	background-color: #7C0129;
}
A.sub_nav-2 {
	font-style: italic;
	color: #aaa;
}




/*---------- bread crumb rules ----------*/
#bread_crumbs {
	display: none;
	width: 750px;
	background: ;
	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: solid;
	border-width: 1px;
	border-color: #6C2600;
    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: #6C2600;
	padding: 2px 0px 2px 8px;
}
.form-submit INPUT {
	width: 150px;
}
.form-submit {
	text-align: center !IMPORTANT;
}

/*---------- site map rules ----------*/
#site_map {
	display: none;
}


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

.roundcont {
	margin-top: 100px;
	
	clear: both;
	width: 750px;
	background: red;
	color: #fff;
	height: 50px;
	float: ;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url("/images/tr.gif") no-repeat top right; 
	margin-bottom: -24px;
}

.roundbottom {
	background: url("/images/br.gif") no-repeat top right; 
	margin-top: -18px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}


/*---------- Calendar rules ----------*/

#calendar {
	
	margin-right: 25px;

}

#calendar-header SPAN {display: none;}
#calendar_control {
	margin: auto;
	text-align: center;
	margin-top: -20px;
	
}
.calendar_next A {
	font: x-small Verdana;
	color: #008;
	text-decoration: none;
}
.calendar_current {
	text-align: center;
	font: medium Helvitica, Verdana;
	color: #000;
	font-weight: bold;
	margin-left: 60px;
	margin-right: 60px;
}
#calendar TD.event_cell {
	border-top: 1px solid #778;
	padding-top: 5px;
	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 {
	width: 400px;
}

.home_event ul {
  list-style: url("/images/bullet.gif");
  font-size: small;
  font-family: times;
  font-style: ;
  color: #6C2600;
}

#address {
	width: 700px;
	height: 20px;
	text-align: center;	
}

#address p {
	yyfont-family: arial;
	color: #fff;
}

#address a {
	color: #fff;
}