/*--body, header, and footer info for all pages--*/

body{
padding: 0;
margin: 0;
font-size: 0.8em;
font-family: tahoma, verdana, sans-serif;
background: #8a937b url(images/mainbak.jpg);
color: #2e3327;
}
h1{
margin: 10px 0 20px 0;
padding-top: 10px;
font-family: georgia, serif;
font-size: 2.3em;
font-weight: 500;
font-style: italic;
color: #2e3327;
letter-spacing: 2px;
}
h2{
margin: 0 0 20px 0;
font-family: georgia, serif;
font-style: italic;
font-size: 1.9em;
font-weight: normal;
color: #2e3327;
}
p {
margin:0 0 15px 0;
line-height: 1.5em;
text-align: left;
}
a:link, a:visited {
color: #2e3327;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}


/*---------------end basic body info-----------------*/
#toptabs {
margin: 10px auto -13px auto;
font-size: 0.8em;
width: 760px;
}
#toptabs p {
text-align: right;
}
.toptab {
padding: 3px 5px 3px 5px;
margin: 0 0 0 4px;
text-decoration: none;
background: #c7bd99 url(images/corner2.gif) top right no-repeat;
border-bottom: 1px solid #e0e0e0;
}
.toptab p {
color: #2e3327;
text-decoration: none;
}
.toptab a, .toptab a:visited {
color: #f4f0dc;
text-decoration: none;
}
.toptab:hover {
background: #696042 url(images/corner2.gif) top right no-repeat;
border-bottom: 1px solid #f4f0dc;
color: #f4f0dc;
text-decoration: none;
}
.toptab a:active {
color: #f4f0dc;
text-decoration: none;
}
.activetoptab {
padding: 3px 5px 2px 5px;
margin: 0 0 0 4px;
text-decoration: none;
background: #f4f0dc url(images/corner2.gif) top right no-repeat;
border-bottom: 1px solid #f4f0dc;
}
.activetoptab a {
color: #c7bd99;
text-decoration: none;
}
.activetoptab a:hover{
text-decoration:none;
}
#container{
margin: 0 auto 15px auto;
width: 750px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 10px;
background: #f4f0dc;
border-right: #78806b;
border-right-style: inset;
border-left: #78806b;
border-left-style: ridge;
}
.hide{
display:none;
}
.small {
color: #8a937b;
font-size: 12px;
}
#logo{
margin: 15px 0 0 0;
}
/*--------------navigation tabs--------------*/
#navitabs{
clear: both;
}
.navitab {
padding: 4px 8px 4px 8px;
margin-top: 0;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0;
text-decoration: none;
letter-spacing: 1px;
background: #bcb087 url(images/corner.gif) top right no-repeat;
border-bottom: 1px solid #f4f0dc;
border-left: 1px solid #f4f0dc;
color: #2e3327;
}
.navitab a, .navitab a:visited {
color: #2e3327;
text-decoration: none;
}
.navitab:hover {
text-decoration: none;
background: #8a937b url(images/corner.gif) top right no-repeat;
color: #f4f0dc;
}
.activenavitab {
padding: 4px 8px 5px 8px;
color: #bcb087;
text-decoration: none;
letter-spacing: 1px;
margin: 0 0 4px 0;
text-decoration: none;
background: #4e5244 url(images/corner.gif) top right no-repeat;
}
.activenavitab a, .activenavitab a:visited {
color: #bcb087;
text-decoration: none;
}
.activenavitab:hover {
color: #bcb087;
text-decoration: none;
}
/*------header box-------*/
#desc{
height: 200px;
color: #f4f0dc;
padding: 0;
background: #f4f0dc url(images/topbak.jpg) top left no-repeat;
clear: both;
margin: 5px 0 0 0;
}
#desc p{
width: 290px;
font-size: 1.2em;
font-family: georgia, serif;
font-style: italic;
padding: 0 0 0 15px;
}

/*-------------------------footer area-----------------------*/
#footer {
clear: both;
background: #bcb087;
padding: 6px 0 8px 0;
border: 1px solid #2e3327;
}
#footer p {
color: #2e3327;
font-size: 0.8em;
letter-spacing: 1px;
text-align: center;
}
#footer a, #footer a:visited {
color: #f4f0dc;
text-decoration: none;
}
#footer a:hover {
color: #f4f0dc;
text-decoration: underline;
}