/* CSS Document */

body {
font: 1em Arial, Helvetica, sans-serif;
background: #f4f4f4 url(bg.gif) top center repeat-y;
}

#wrap {
background: #ffffff;
color: #303030;
margin: 0 auto;
width: 760px;
}

#header {
font-size: 3em;
color: #006F00;
font-weight: bold;
padding-top: 10px;
margin: 10px 0 0 10px;
clear: both;
font-family: Georgia, Arial, Helvetica, sans-serif;
}

#subheader {
font-style: italic;
margin: 10px 10px 0 10px;
clear: both;
padding-bottom: 10px;
}

#menu {
height: 50px;
margin: 0 0 30px 10px;
padding: 0;
font-size: 0.9em;
}

#menu ul {	
list-style-type: none;
margin: 0;
padding: 0;
font-size: 0.9em;
}	

#menu li {
display: inline;
}

.no {
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 5px 5px 5px 5px;
margin-left: 5px;
margin-right: 5px;
width: 11%;
display: block;
float: left;
background: #66cc33;
text-align: center;
border-bottom: 4px solid #FFCC00;
}

#home {
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 5px 5px 5px 5px;
margin-right: 5px;
width: 11%;
display: block;
float: left;
background: #66cc33;
text-align: center;
border-bottom: 4px solid #FFCC00;
}

#home:hover {
background: #339900;
border-bottom: 4px solid #FFBA00;
}

#home:active {
color: #FFBA00;
background: #339900;
border-bottom: 4px solid #FFBA00;
}

.no:hover {
color: #FFFFFF;
background: #339900;
border-bottom: 4px solid #FFBA00;
}

.no:active {
color: #FFBA00;
background: #339900;
border-bottom: 4px solid #FFBA00;
}

#selected {
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
padding: 5px 5px 5px 5px;
margin-left: 5px;
margin-right: 5px;
width: 11%;
display: block;
float: left;
background: #006F00;
text-align: center;
border-bottom: 4px solid #FFCC00;
}

#selected:hover {
background: #339900;
border-bottom: 4px solid #FFBA00;
}

#selected:active {
color: #FFBA00;
background: #339900;
border-bottom: 4px solid #FFBA00;
}


#content {
margin: 10px 50px 20px 0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
font-size: 80%;
}

.start {
font-size: 1.4em;
color: #339900;
font-weight: bold;
}

h2 {
color: #339900;
font-size: 1.7em;
line-height: .6;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
border-top: 4px solid #f0f0f0;
width: 760px;
text-align: center;
color: #808080;
font-size: 0.8em;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

#content img {
padding: 1px;
display:inline;
border: 4px solid #339900;
}

#alert {
border: 3px solid #339900;
background: #006F00;
padding: 10px;
font-size: 1.4em;
text-align: center;
}

#alert a {
color: #FFFFFF;
}

a {
color: #006F00;
}

a:hover {
color: #339900;
}

.indent {
margin-left: 50px;
}