/* CSS Document */

body {
background:#000000 url(/images/bg2.jpg) repeat;
color:#CBCEC4;
font-family: Arial, Helvetica, sans-serif;
font-size: .85em;
}

#wrapper-outside {
width:750px;
text-align:center;
margin: 10px auto;
}

#wrapper-inside {
border: 1px #7E846F solid;
background: #000000;
margin: 5px;
}

#header {
text-align:left;
clear:both;
padding: 0px;
margin: 0px;
}

#header-text {
width: 560px;
text-align: center;
float: right;
padding-top: 20px;
}

#mainbody {
width: 730px;
border-top: 1px #7E846F solid;
margin: 0px auto;
}



#navbar {
font-family:Georgia, "Times New Roman", Times, serif;
color: #CBCEC4;
background: url(/images/bg_navbar_off2.jpg) repeat-y;
text-align: left;
font-weight: bold;
border-bottom: #000000 3px solid;
font-size: .8em;

}

#navbar ul {
list-style: none;
padding: 0px;
margin: 0px;
text-transform: uppercase;
}

#navbar ul li {
list-style: none;
padding: 0px;
margin: 0px;
border-top: #000000 3px solid;
}

#navbar a {
color: #CBCEC4;
font-weight: bold;
text-decoration: none;
letter-spacing: .1em;
display: block;
width: 200px;
padding: 3px 0px 3px 5px;
}

#navbar a:active {
color: #F0F0EE;
}

#navbar a:visited {
color: #F0F0EE;
}

#navbar a:hover {
color: #F0F0EE;
background: url(/images/bg_navbar_on2.jpg) no-repeat;
}


#maincopy {
padding: 8px 0px;
line-height: 1.5em;
text-align: left;
}

#maincopy a:link {
color: #8B8E79;
text-decoration: underline;
}

#maincopy a:visited {
color: #F0F0EE;
text-decoration: underline;
}

#maincopy a:active {
color: #F0F0EE;
text-decoration: none;
}

#maincopy a:hover {
color: #ccc;
text-decoration: none;
}



#maincopy a img {border: 1px #8B8E79 solid; } 

#footer {
text-align:center;
padding: 4px;
font-size: .8em;
color:#8B8E79;
}

h1 {
color: #8B8E79;
font-family: Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size: 1.7em;
font-weight: normal;
}

h2 {
color: #8B8E79;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.8em;
font-weight: normal;
}

h3{
font-size: 1.1em;
}
h4{}
h5{}
h6{}



#contactInfo {
font-size: 1em;
letter-spacing: .1em;
font-weight:bold;
}

#contactInfo p {
border-top: #000000 8px solid;
padding: 12px 0px 12px 4px;
margin: 0px;
}

.small {
font-size: .9em;
}

.medium {
font-size: 1.2em;
}

.large {
font-size: 1.5em;
}




