@charset "utf-8";

body {
	background: white;
	color: #333333;
	margin: 0.5em;
        font-family: Arial, sans-serif;
}
body a { color: #B33F3F; border-color: #B33F3F; }
body a:hover { color: #b02; }
body a:focus { color: #b02; }
body a:visited {  #B33F3F; border-color: #B33F3F; }

#masthead {
	background: white;
/*	background-image: URL(images/header.jpg); */
	color: #333333;
	margin: 15px 0 0 25px;
	border: none;
	max-width: 780px;
}
#masthead img.logo {
	float: left;
	border: 0;	
}
#masthead h1 {
	font-size: 1.5em;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

#menu {
	position: absolute;
	top: 275px;
	left: 35px;
	background: white;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-decoration: none;
	padding: 0;
}
#menu a {
	color: #006601;
	text-decoration: none;
	border: 1px white;
	display: block; 
	padding: 0.2em;
}
#menu a:hover { color: white; background: #006601; border-color: #055b74; }
#menu a:focus { color: white; background: #006601; border-color: #055b74; }
#menu a:selected { color: white; background: #006601; border-color: #055b74; }
#menu a.selected:hover {color: white; background: #006601; border-color: #055b74; }
#menu a.selected:focus {color: white; background: #006601; border-color: #055b74; }

#menu2 {
        background: #efefcf;
/*      border: 1px solid black; */
        padding: 0.5em 0.5em 0.5em 0.5em;
}

#menu2 p { font-size: 0.8em; }
#menu2 a {
	font-size: 1.0em;
        text-decoration: none;
        color: #822;
/*        display: block;  */
        padding: 0.5em 0.5em 0.5em 0.5em;
}
#menu2 a:hover { background: white; }
#menu2 a:selected { background: white; }

#tab {
	text-align: left;
	margin: 0 0 0 0.1em;
	padding: 0;
	width: 675px;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
        border-width: medium;
	border-color: #b33f3f;
        border-style: none none solid;
}

#tab a {
	color: black;
	text-decoration: none;
	padding: 0 12px;
	border-style: thin;
}
#tab a:hover {color:#B33F3F; border-color: #055b74; }
#tab a:focus {color:#B33F3F; border-color: #055b74; }

#tab a.selected {
	color: black;
	text-decoration: none;
	padding: 0 12px;
	border-style: thin;
	background-color: #B33F3F;
}
#tab a.selected:hover {color: #fcfbf2;; border-color: #055b74; }
#tab a.selected:focus {color: #fcfbf2;; border-color: #055b74; }

#content {
	text-align: left;
	margin: 0px 50px 0 195px;
	max-width: 550px;
	min-height: 260px;
	background: #ffffff;
}
#content hr { padding: 0; height: 1px; border-color: #fff; }
#content h1 { padding: 0; text-align: center; font-size: 2.0em}
#content h2 { padding: 0; font-size: 1.5em}
#content h3 { padding: 0; font-size: 1.2em}
#content h4 { padding: 0; font-size: 1.0em}

#content img.inpage {
        padding: 0.8em 0 0.8em 0.8em;
        width:275px;
        float: right;
}
#content img.inpage2 {
        padding:0.8em;
        width:350px;
        float: left;
}
#content img.inpage3 {
        padding: 0.8em 0.8em 0 0;
        width:150px;
        float: left;
}
#content img.gallery {
        /*padding: 0.8em 0.8em 0 0;*/
        width:300px;
}
#content img.slide {
	padding: 0 5px 5px 0;
}

#content a.larrow { text-align: left; text-decoration: none; }
#content a.rarrow { text-align: right; text-decoration: none; }

#content table {text-align: left; valign: top;}
#content p.calendar {margin: 100px 0 0 -125px;}
#content p.quote {
	margin: 100px 0 0 100px;
	valign: center;
	color: #d16610; 
	font-style: italic;
	font-weight: bold;
}

#makered img { color: #B33F3F; border-color: #B33F3F;}
#makered img:hover { color: #b02; border-color: #b02; }
#makered img:focus { color: #b02; border-color: #b02; }
#makered img:visited { color: #B33F3F; border-color: #B33F3F; }

#right {margin: -220px 0 0 200px; text-align: right; width:375px;}

#left {margin: 0 0 0 -150px; width: 300px;}
#left img {padding: 0 20px 20px 0;}

#footer {
	margin: 2.5em 0em 0em 0em;
	font-size: 0.75em;
	border-width: thin;
	border-color: #a11d1d;
	border-style: solid none none;
	text-align: center;
	padding: 0.2em;
	clear: both;
}

#disclaimer {
        margin: 2.5em 0em 0em 0em;
        font-size: 0.8em;
        border-style: none;
        text-align: center;
        padding: 0.2em 0 0 0;
        clear: both;
}

a.homelink {
	float: right;
	background: #ddd;
	padding: 0 2em;
	border: 1px solid black;
	text-decoration: none;
}

.heading { font-weight: bold; }

.hilight { color: #d00; }


