html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, a, div, tr, td, table, hr {
margin: 0px;
padding: 0px;
border: 0px;
color: #000;
font-weight: normal;
text-decoration: none;
font-family: arial;
}

body {
text-align: center;
background: #d3ebcb url('/images/_global/background_strip.jpg') repeat-x top left;
}

#container {
width: 960px;
margin: 0 auto 0 auto;
text-align: left;
background: #d3ebcb url('/images/_global/container_background.jpg') no-repeat top left;
}

/*------------------------------------- header ------------*/
#header {

}

#header #logo {
margin: 68px 0 0 41px;
}

#header #images {
margin: 0 0 5px 15px;
}

#header ul {
float: right;
margin: 120px 35px 0 0;
font-size: 0.75em;
}

#header ul li {
list-style: none;
display: inline;
margin: 0 0 0 25px;
}

#header ul li a {
color: #333333;
}

#header ul li a:hover {
text-decoration: underline;
color: #000;
}

/*------------------------------------- leftcol ------------*/
#leftcol {
float: left;
width: 300px;
margin: 10px 0 20px 15px;
border-right: 1px solid #99cc66;
padding: 0 20px 0 0;
}

#leftcol h1 {
font-size: 1.1em;
color: #333333;
border-bottom: 1px solid #99cc66;
border-bottom: 1px solid #ccc;
margin: 15px 0 5px 40px;
}

#leftcol ul {
margin: 0 0 20px 40px;
}

#leftcol li {
list-style: none;
margin: 0 0 6px 0;
}

#leftcol li a {
color: #333333;
font-size: 0.8em;
}

#leftcol li a:hover {
color: #000;
text-decoration: underline;
}

/*------------------------------------- content ------------*/
#content {
margin: 0 0 0 315px;
padding: 0 35px 0px 40px;
}

#content h1 {
font-size: 1.4em;
margin: 15px 0 3px 0;
color: #cbff77;
font-weight: bold;
}

#content h2 {
font-size: 1.2em;
color: #333333;
border-bottom: 1px solid #ccc;
margin: 15px 0 3px 0;
}

#content h3 {
font-size: 0.9em;
font-weight: bold;
color: #333333;
margin: 20px 0 0px 0;
}

#content h4 {
margin: 0px 0 10px 60px;
color: #333333;
font-size: 0.75em;
}

#content p {
margin: 0px 0 10px 0;
color: #333333;
font-size: 0.9em;
}

#content a {
color: #333333; /* green */
font-size: 0.9em;
}

#content a:hover {
text-decoration: underline;
}

#press .press_link {
font-style: italic;
color: #448034;
font-weight: bold;
}

#content ul {
margin: 10px 0 10px 30px;
}

#content ul li {
color: #333333;
font-size: 0.9em;
}

.question {
font-weight: bold;
}

/*--- index ---*/
#index {
width: 620px;
padding: 20px 0 0 0px;
}

#index h1 {
font-size: 1.7em;
margin: 0 0 0 40px;
color: #cbff77;
font-weight: bold;
}

#index p {
font-size: 0.9em;
color: #333333;
margin: 10px 0 0 40px;
}

#index #tagline {
font-style: italic;
color: #448034;
padding: 10px 0 0 20px;
}

#index #learnmore {
font-size: 0.8em;
color: #333333;
padding: 15px 0 0 0;
}

#index #learnmore a {
color: #333333;
}

#index #learnmore a:hover {
text-decoration: underline;
}


/*--- contact_form ---*/
#contact_form {
border: 1px solid #ccc;
padding: 10px;
}


#contact_form label {
width: 9em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-size: 0.9em;
}

#contact_form .submit input {
margin-left: 9.5em;
}

#contact_form input {
font-size: 0.9em;
}  
/*------------------------------------- footer ------------*/
#footer {
border-top: 13px solid #448034;
margin: 20px 0 100px 0;
padding: 4px 0 0 0;
clear: both;
}

#footer p {
text-align: center;
font-size: 11px;
margin: 0px;
padding: 0px;
color: #666666;
}

#footer a {
color: #666666;
}