/* Notes
color scheme
taupe   #E7E2C4
yellow  #FAEA92
orange  #FDC97B
green   #5D6B3A
*/

body {
background: #E7E2C4 url("images/N2.gif") repeat;
font-family: Tahoma, helvetica, verdana, arial, sans-serif;
font-weight: 400;
color: #000;
text-align: center;
}

h1, h2, h3, h4 {
font-family: Pristina, Daniela, "Monotype Corsiva", "black chancery", Calligrapher, script;
color: #5D6B3A;
}

#container {
text-align: left;
width: 800px;
/width: 810px;
w/idth: 800px;
font-size: 1em;
margin-top: 15px;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto;
}

img {
position: relative;
}


ul {
list-style-type: diamond;
}

a {
text-decoration: none;
font-weight:700;
color: #00f;
}

#banner {
width: 800px;
/width: 810px;
w/idth: 800px;
height: 160px;
margin: 0 auto;
background: url("images/header.jpg") no-repeat;
top: 15px;
color: #000;
text-align: left;
font-weight: 800;
}


#left {
display: block;
float: left;
right: auto;
padding-left: 50px:
top: 150px;
width: 560;
/width: 570;
w/idth: 560;
padding: 0 .5em 0 .5em;
background: #fff url("images/topgrad.jpg") repeat-x;
}

#right {
display: block;
position: relative;
padding-right: 10 px;
background:transparent;
/*top: 150px;*/
float: right;
height: 100%;
width: 140px;
/width: 150px;
w/idth: 140px;
margin: 10px;
}

.linx p {
margin: 1px;
color: #fff;
background: #5D6B3A;
font-size: 12px;
font-weight: 600;
line-height:110%;
}

.linx ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.linx li {
margin: .2em 0;
line-height:110%;
font-size: 12px;
font-weight: 600;
}
 
.linx a {
color: #fff;
text-decoration: none;
display: block;
background: #5D6B3A;
width: 140px;
/width: 150px;
w/idth: 140px;
padding: .1em .2em;
border-top: 2px groove #FDC97B;
border-left: 2px ridge #FDC97B;
border-right: 2px ridge #060;
border-bottom: 2px groove #060;

}

.linx a:active {
color: #5D6B3A; 
background: #FAEA92;
 }
 
.linx a:hover {
background: #5D6B3A;
color: #FDC97B;
}
 
.logobox {
position:absolute;
top: 1em;
left: 1em
background: transparent;
z-index: 10;
}

.box {
margin: 0 auto;
width: 140px;
background-color: #E7E2C4;
padding: .5em;
}

.cleardiv {
clear: both;
}

.push{
margin: 0 auto;
width: 760px;
/width: 770px;
w/idth: 760px;
height: 4em;
}

.footer, {
margin: 0 auto;
width: 760px;
/width: 770px;
w/idth: 760px;
height: 4em; /* .push must be the same height as .footer */
color: #5D6B3A;
background: #fff url("images/bottomgrad.jpg") repeat-x;
font-size: 1em;
}

