body {
background: url(images/bg2.bmp) #000 repeat-x;
background-attachment: fixed;
font-family: Verdana;
color: #FFFFFF;
}

#logo {
background: #000000 url(images/logo2.gif);
background-repeat: no-repeat;
width: 800px;
height: 222px;
font-size: 10pt;
text-align: right;
border: 1px solid white;
padding-right: 2px;
}

#logo h6 {
text-align: right;
}

a:link, a:visited, a:active {
color: #016f0e;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #016f0e;
font-weight: bold;
text-decoration: underline;
}

#contentwrap {
background: black;
width: 802px;
border: 1px solid white;
border-top: 0px solid black;
border-bottom: 0px solid black;
padding-top: 20px;
}

#sidebar {
float: left;
width: 250px;
margin-right: 20px;
margin-bottom: 20px;	
text-align: left;
}

#sidebar ul.sidemenu {
margin: 0 0 0 15px; padding: 0;	
background: #000000;		
border-top: 5px solid #016f0e;
border-bottom: 5px solid #016f0e;
}

#sidebar ul.sidemenu li {
display: inline;
list-style: none;		
}

#sidebar ul.sidemenu li a:link, li a:visited, li a:active {
display: block;	
padding: 5px 10px 5px 15px;   
text-decoration: none;
color: #016f0e;
font-weight: bold;  
} 

#sidebar ul.sidemenu li a:hover {
background: #016f0e;
color: #000000;
}

#content {
margin-bottom: 20px;
background-color: #000000;
width: 500px;
text-align: center;
color: #FFFFFF;
border-bottom: 5px solid #016f0e;
border-left: 5px solid #016f0e;
border-right: 5px solid #016f0e;
padding-bottom: 10px;
}

h2 {
width: 500px;
font-size: 14pt;
text-align: center;
color: #016f0e;
font-weight: bold;
margin: 0px;
margin-bottom: 10px;
border-top: 5px solid #016f0e;
border-bottom: 5px solid #016f0e;
}

#footer {
background-color: #000000;
font-size: 9pt;
width: 802px;
font-style: italic;
text-align: center;
border-bottom: 1px solid white;
border-top: 1px solid white;
}

img {
border: 0px;
}

input {
background-color: #000000;
color: #FFFFFF;
border: 1px solid #666666;
}

textarea {
background-color: #000000;
color: #FFFFFF;
border: 1px solid#666666;
}

select {
background-color: #000000;
color: #FFFFFF;
border: 1px dashed #666666;
}

#bordered {
border-bottom: 3px solid #016f0e;
line-height: 25px;
}