@charset "UTF-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color:#9F8F5F;
}
#wrapper {
	margin: 4px auto;
	width: 779px;
	padding: 0px;
	background-color:#473C03;
}

#header {
	background-image:url(img/banner1.jpg);
	width: 779px;
	height:148px;
	margin-bottom: 2px;
	background-color:#473C03;
	background-repeat:no-repeat;	
}

#nav {
font-family:"Courier New", Courier, monospace;
font-size: 10pt;
width: 779px;
background-color:#473C03;
}

#nav ul {
background-color: transparent;
list-style-type: none;
}

#nav ul li {
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
color: #DD5303;
padding: 0 6px 0 6px;
text-decoration: none; 
height: 1%;
border-right: solid 1px #DD5303;
}

#leftcol{
float: left;
width: 200px;
height:400px;
background-image:url(img/leftbg.jpg);
background-repeat:repeat-y;
margin-top:10px;
padding: 5px;
font-family:"Courier New", Courier, monospace;
font-size:10pt;
color:#FFFFFF;
text-align:center;
}

#leftcol h1 {
font-size: 12pt;
}

#leftcol a {
color:#DD5303;
}

label {
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}


#right{
	margin-top: 10px;
	margin-left: 210px;
	height:400px;
	font-family:"Courier New", Courier, monospace;
	font-size:10pt;
	color:#FFFFFF;
	padding: 5px;
	padding-left:10px;
	background-color:#473C03;
	background-image:url(img/scrollwork.png);
	background-position:top left;
	background-repeat:no-repeat;
	
}

#right h1 {
font-size: 12pt;
}

#right form {
padding: 20px;
border: 1px solid #DD5303;
}

#right a {
color: #DD5303;
}

#right li {
text-indent: 50px;
text-decoration:none;
list-style:none;
}


#right li ul li {
text-indent: 70px;
color:#DD5303;
text-decoration:none;
list-style:none;
}

#right .small {
font-size:9pt;
}

.linkssites {
margin-top:15px;
}

#bottomlinks {
margin-top:10px;
width: 779px;
height:30px;
clear:both;

text-align:center;
font-family:"Courier New", Courier, monospace;
font-size: 9pt;
color: #DD5303;
}

#bottomlinks a {
color: #DD5303;
text-decoration:none;
}

#dotcalm {
margin:auto;
width:779px;
background-image: url(img/logo_on_brown_sm.jpg);
background-position:center;
background-repeat:no-repeat;
height:52px;
text-align:center;
}

#dotcalm a {
text-decoration:none;
}

div.items p:not(:target) {display: none}
div.items p:target {display: block}