/* CSS Document */

body {
background-color:#c9946f;
margin:0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:10pt;
background-image:url("/images/dottedbackground.jpg");
background-color:#ffffff;
background-repeat:repeat;

}

A:link {COLOR: #0000FF;  font-family: Arial, Verdana, Helvetica; font-size:10pt; text-decoration: underline}
A:visited {COLOR: #0000FF; font-family: Arial, Verdana, Helvetica; font-size:10pt; text-decoration: underline}
A:hover {COLOR: #781D10; font-family: Arial, Verdana, Helvetica; font-size:10pt; text-decoration: none}
A:active {COLOR: #781D10; font-family: Arial, Verdana, Helvetica; font-size:10pt; text-decoration: none}

#header {
	width:100%;
	height:135px;
	background-image:url("/images/topbackground.jpg");
	background-repeat:repeat-x;
}

#header #headertext {
font-size:13px;
color:#FFFFFF;
position:absolute;
left:36px;
top:118px;
font-style:italic;
}


#main {
width:515px;
background-color:#f5e6c9;
background-image:url("/images/binder.gif");
background-repeat:repeat-y;
margin-left:144px;
padding-left:80px;
padding-right:10px;
padding-bottom:30px;
margin-top:15px;
border:1px solid #000000;
}
#main p {
}
#main h1 {
font-family: garamond, sans-serif;
font-size:24px;
color:#11346C;
margin-top:15px;
}
#main h2 {
color:#11346C;
font-size:18px;
}
#footer {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#C0C0C0;
font-size:8.5pt;
width:515px;
padding-top:40px;
margin-left:150px;
}
#footer a {
color: #FFFFFF;
text-decoration:underline;
clear:both;

}

#cover {
border:1px solid #11346C;
text-align:center;
}

input, textarea, select {
border:1px solid #11346C;
font-family:arial;
font-size:12px;
}

.submit-button
{
color: #11346C;
font-weight:bold;
padding:1px;
background: #B4C6DF;
border:2px #11346C outset;
}


#navigation {
float:left;
text-align:left;
/*white-space: pre-wrap; 
white-space: -moz-pre-wrap; 
white-space: -pre-wrap; 
white-space: -o-pre-wrap; 
word-wrap: break-word; */


margin-top:0px;
position:relative;
top:15px;
left:25px;
}
#navigation ul li{
border:1px solid white;
background: #2c5ba3;
border:2px #7999ca outset;
width:100px;
}
#navigation ul{
margin-top:0px;}


#navigation .menu-top li{
list-style:none;
margin-left:-40px;
margin-top:5px;
}
#navigation .menu-top li ul li{
list-style:none;
}
#navigation .menu-top li a{
color: #CCCCCC;
font-weight:bold;
text-decoration:none;
padding:1px;
}
#navigation ul li.menu-current{
border:1px solid white;
background: #9f3f31;
border:2px #7999ca outset;
}

#navigation .menu-top .menu-current a{
color: #CCCCCC;
font-weight:bold;
text-decoration:none;
text-align:center;
}
#navigation .menu-top .menu-current ul li a{
color: #CCCCCC;
font-weight:bold;
text-decoration:none;
text-align:center;
	}



