/*-- Author: Darcy Richardson
/*-- mejorc.org Website Basic Style Sheet
/*-- Last Modified: March 2, 2008 by Darcy Richardson*/

body {
background-color: #ADB391;
margin: 0px;
padding: 0px;
background-image: url(../images/leftnav.gif); 
background-repeat: repeat-y;
}

div.top {
height: 140px;
border-bottom: 10px solid #38522B;
background-color: #ADB391;
}

div.top p {
position: relative;
float: right;
padding-top: 20px;
padding-right: 10px;
text-align: right;
}

div.top a {
color: black;
font-size: 16px;
font-family: Palatino, Times New Roman, serif;
font-variant: small-caps;
text-decoration: none;
}

div.top hover {
text-decoration: bold;
}

div.top img {
position: absolute;
padding-top: 25px;
padding-left: 20px;
border: 0px;
}

div.content {
position: static;
padding-top: 20px;
padding-left: 225px;
padding-right: 300px;
padding-bottom: 20px;
}

div.leftnav {
position: absolute;
top: 150px;
left: 0;
width: 175px;
padding-top: 20px;
padding-left: 20px;
padding-right: 10px;
}

div.leftnav a {
color: white;
font-size: 16px;
font-family: Palatino, Times New Roman, serif;
font-variant: small-caps;
text-decoration: none;
text-align: left;
}

div.leftnav a:hover {
font-weight: bold;
}

div.sidebar {
position: relative;
float: right;
height: 100%;
width: 225px;
padding-top: 10px;
padding-right: 10px;
padding-left: 10px;
}

div.sidebar hr {
width: 150px;
color: #38522B;
}

div.sidebar h1 {
color: #636533;
font-size: 20px;
font-weight: normal;
font-variant: small-caps;
padding-top: 10px;
}

div.sidebar h2 {
color: black;
font-weight: normal;
font-size: 12px;
font-weight: bold;
font-family: Verdana, Arial, sans-serif;
margin-bottom: 0px;
}

div.sidebar p {
margin-top: 0px;
color: black;
}

div.footer p {
font-size: 10px;
}

p, ul, ol, dl, li, td, th {
color: black;
font-size: 12px;
font-family : Verdana, Arial, sans-serif;
}

h1, h2, h3, h4 {
color: black;
font-family: Palatino, Times New Roman, serif;
}

h1 {
font-size: 36px;
margin-top: 0px;
font-weight: normal;
font-variant: small-caps;
}

h2 {
font-size: 26px;
margin-top: 0px;
font-weight: normal;
font-variant: small-caps;
}

h3 {
font-size: 20px;
margin-top: 0px;
font-weight: normal;
}

h4 {
font-size: 14px;
margin-top: 0px;
font-weight: normal;
}

img {
border: 1px;
border-color: black;
}

a:link {
color: #38522B;
text-decoration: none;
}

a:visited {
color: #38522B;
text-decoration: none;
}

a:hover {
color: #38522B;
font-weight: bold;
}

.floatRight {
float: right;
padding: 10px 10px 10px 10px;
}

.floatLeft {
float: left;
padding: 10px 10px 10px 10px;
}

.floatRight, .floatLeft {
color: black;
padding: 5px;
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
}

