a:link  {
    color: black;
}
a:active {
    color: white;
}
a:visited {
    color: black;
}

body {
    background: #99cc33; 
	color: #333333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#header {
    background-color: #ffffff;
    height: 196px;
    width: 100%;
    margin-top: none;
    padding: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5ex;
    color: #999999;
}
#header a img {
    border: none;
}
#header img {
    margin-top: 40px;
}

#nav {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    height: 22px;
	color: white;
    background: #999999;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
}
#nav ul {
    margin-top: 2px;
    margin-left: 0px;
    padding-top: 2px;
    padding-left: 0px;
}
#nav li {
    display: inline;
}
#nav li:first-child:before {
    content: normal;
}
#nav li:before {
    content: "| ";
}
#nav a:link {
    color: white;
}
#nav a:visited {
    color: white;
}

#content {
    width: 760px;
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
}
#content h1 {
    font-size: 18px;
}
#content h2 {
    font-size: 14px;
}

#mission {
    padding-left: 35px;
    width: 375px;
    float: left;
}

#main {
    width: 375px;
    float: left;
}

#main>ol>li:first-line {
    font-weight: bold;

}

#sidebar {
    background-color: #add65c;
    width: 285px;
    margin: 20px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}
#sidebar>ul>li.first {
    font-weight: bold;
}
#sidebar dl>dt {
    display: inline;
    font-weight: bold;
    float: left;
    clear: left;
    width: 75px;
}
#sidebar dt:after { content: ":"; } 
#sidebar dd {
    margin: 0 0 10px 80px;
}

#subscribe {
    background-color: #add65c;
    margin-left: 38px;
    padding-left: 15px;
    width: 280px;
    padding-bottom: 10px;
    float: left;
}
#subscribe .topic {
    font-weight: bold;
}
label,input {
    display: block;
    width: 125px;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
}
label {
    text-align: right;
    width: 125px;
    padding-right: 10px;
    margin-right: auto;
}

br {
    clear: left;
}

#footer {
    clear: both;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    text-align: right;
}

#footer a {
    color: #000000;
    font-weight: bolder;
}

.topic {
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
}

#thelinks {
    text-align: center;
}

