@charset "utf-8";
/* CSS Document */

body {
font-family: verdana, arial, serif;
font-size: 70%;
color: #000;
}
#footer {
width: 790px;
margin-left: auto;
margin-right: auto;
}
#outer {
	top: 100px;
	width: 790px;
	height: 880px;
	margin-left: auto;
	margin-right: auto;
	background-color: #817D62;
	padding-top: 10px;
	padding-bottom: 10px;
}
#inner {
	width: 770px;
	height: 875px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}
#outer_test {
top: 100px;
width: 790px;
margin-left: auto;
margin-right: auto;
background-color: #817D62;
padding-top: 10px;
padding-bottom: 10px;
}
#inner_test {
width: 770px;
margin-left: auto;
margin-right: auto;
background-color: #FFF;
}
#navitem {
position: absolute;
width: 190px;
height: 875px;
background-color: #FFF;
}
#navitem_test {
position: absolute;
width: 190px;
background-color: #FFF;
}
#navitemtext {
	position: relative;
	left: 12px;

}
#navitemtext_home {
	position: relative;
	left: 12px;
	top: 90px;
}
#navitemtext_home_test {
	position: relative;
	left: 12px;
	top: 200px;
}
a.navitem {
display: block;
padding: 11px 11px 0.5em 0.5em;
border-left: 5px solid #FFF;
border-right: 5px solid #FFF;
border-bottom: 2px solid #FFF;
border-top: 2px solid #FFF;
background-color: #CC9933;
color: #fff;
text-decoration: none;
}
a.navitem:hover {
border-left: 5px solid #817D62;
border-right: 5px solid #817D62;
border-bottom: 2px solid #817D62;
border-top: 2px solid #817D62;
}
ul.nav {
list-style: none;
margin: 0;
padding: 0;
border-left: 2px solid #FFF;
border-right: 2px solid #FFF;
}
ul.nav li {
margin: 0;
padding-top: 20px;
}
ul.subnav {
list-style: disc;
list-style-type: disc;
border-top: none;
font-size: 1em;
height: 14px;
}
ul.subnav li {
padding-top: 2px;
}
#navitem ul ul li a { 
display: inline;
padding: 1px 5px 1px 5px;
border-left: 10px solid #FFF;
border-right: 10px solid #FFF;
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF;
background-color: #FFF;
color: #000;
text-decoration: none;
}
#navitem ul ul li a:hover { 
text-decoration: underline;
border-left: 10px solid #FFF;
border-right: 10px solid #FFF;
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF;
}
#content {
position: relative;
width: 560px;
left: 190px;
height: 875px;
border-left: 10px solid #817D62;
}
#content_test {
position: relative;
width: 560px;
left: 190px;
border-left: 10px solid #817D62;
}
#content_text {
position: relative;
top: 5px;
left: 5px;
width: 547px;
}
#content_text_outer {
background-color: #E9DCB9;
width: 562px;
height: 525px;
border: 3px solid #FFF;
}
#content_text_outer_test {
background-color: #E9DCB9;
width: 562px;
height: 425px;
border: 3px solid #FFF;
}
#content_text_sub {
position: relative;
left: 5px;
width: 547px;

}
#content_text_outer_sub {
background-color: #E9DCB9;
width: 562px;
height: 610px;
border: 3px solid #FFF;
}
#contentimage {
height: 150px;
width: 570px;
border-bottom: 10px solid #817D62;
}
#contentimage img {
padding-top: 20px;
padding-left: 5px;
border: 0;
}
img.logo {
border: 3px solid #FFF;
}
p.bold {
font-weight: bold;
}
p.bolditalic {
font-weight: bold;
font-style: italic;
}
p.italic {
font-style: italic;
}
img.mark {
float: left;
padding-right: 5px;
padding-bottom: 5px;
}
p.large {
font-size: large;
}
p.medium {
font-size: medium;
}
a.navlogo {
text-decoration: none;
}
img.welcome {
border: none;
border-bottom: 10px solid #817D62;
}
p.marginzero {
margin: 0;
line-height: 2em;
}
ul.home {
list-style: none;
margin: 0;
padding: 0;
border-left: 2px solid #FFF;
border-right: 2px solid #FFF;
}
a.home {
padding: 0.5em;
background-color: #CC9933;
border-left: 5px solid #FFF;
border-right: 5px solid #FFF;
border-bottom: 2px solid #FFF;
border-top: 2px solid #FFF;
color: #fff;
text-decoration: none;
}
ul.home li {
margin: 0;
padding-top: 20px;
}
img.float {
float: left;
padding-right: 10px;
}
p.line {
line-height: 125%;
vertical-align: top;
}

img.sponsors {padding: 15px; vertical-align: middle;}

p.textlarge {font-size: larger;}
p.spaced {padding-top: 3px; padding-bottom: 3px; margin: 0;}
