body {
background-color: #05200C;
margin: 0px;
margin-left: 10px;
scrollbar-track-color: #666666; 
scrollbar-arrow-color: #000000;	
scrollbar-face-color: #999999;
scrollbar-highlight-color: #999999; 
scrollbar-3dlight-color: #000000;	
scrollbar-shadow-color: #999999; 
scrollbar-darkshadow-color: #000000; 
/*height: 100%;
display: table;*/
}

a:link, a:visited { color: #339900; font-weight: bold; text-decoration: underline; }
a:hover { color: #cccc33; text-decoration: underline; }

H5 {font-size: 13px; color: #339900;}

#boxgreen {
margin-top: 0px;
width: 760px;
height: 100%;
padding: 0px;
background-color: #134C23;
display: table;
}

#boxline {
margin-top: 0px;
width: 740px;
height: 100%;
margin-left: auto; 
margin-right: auto;
padding: 0px;
border-right: 6px double #BDCEB0;
border-left: 6px double #BDCEB0;
background-color: #134C23;
height: 100%;
display: table;
}

#boxdkgreen {
margin-top: 0px;
width: 680px;
margin-left: auto; 
margin-right: auto;
padding: 2px;
background-color: #05200C;
}

#boxwhite {
margin-top: 0px;
width: 680px;
margin-left: auto; 
margin-right: auto;
padding: 0px;
background-color: #ffffff;
}

.textcontent {
margin-top: 0px;
margin-left: auto; 
margin-right: auto;
padding: 20px;
background-color: #ffffff;
color: #05200C;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
}

#footer {
font-family: verdana, arial, helvetica, sans-serif;
line-height: 20px;
font-size: 11px;
font-weight: bold;
margin-left: auto; 
margin-right: auto;
color: #cccc33;
padding: 3px;
width: 685px;
text-align: right;
height: 30px;
clear: both;
display: table;
}

#alertbox {
border-left: 1px solid red;
border-right: 1px solid red;
border-top: 1px solid red;
border-bottom: 1px solid red;
padding: 10px;
background-color: #ffff33;
color: red;
font-weight: bold;
font-size: 11px;
}

.special{
border-left: 1px solid #009900;
border-right: 1px solid #009900;
border-top: 1px solid #009900;
border-bottom: 1px solid #009900;
padding: 10px;
background-color: #ffff33;
color: red;
font-weight: bold;
font-size: 11px;
}

#formbox{
background-color: #99cc66;
float: right;
width: 260px;
padding: 10px;
margin-left: 10px;
margin-bottom: 10px;
}