/* Layout Stylesheet */ 

body {
 font-family:verdana, sans-serif; 
 font-size:13px;  
 background: #000000;
 color: #999999;
padding:0px;
margin:0px;
 border:0;
}
  
#frame {
 /* border: 2px solid #000000; */ 
 width:720px;
margin-right:auto; 
margin-left:auto; 
/* margin-top:10px; */
}

#contentheader {
padding:0px;
background:#000;
margin: 10px 10px 0px 10px;
}
		
#contentleft {
float:left;
background:#000;
margin: 0px 20px 0px 0px;
padding: 0px 30px 20px 10px;
	}

#contenttitle {
background:#339933;
padding: 5px 5px 5px 5px;
}

#contentfooter {
/* width:690px; */
background:#339933;
padding: 5px 5px 5px 5px;
}

#content {
background:#182418;
color: #66dd66;
padding: 0px 20px 20px 10px;
background-image: url(images/bk-pixel5.gif);
}

#content strong { color: #88ff88; }

#content a:link { text-decoration: none; color: #ccffcc }
#content a:visited  { text-decoration: none; color: #ccffcc }
#content a:active  { text-decoration: none; color: #ccffcc }
#content a:hover  { text-decoration: underline; color: #ffffff }

#picture {
margin: 0px 6px 6px 6px;}

#form-input {
background-color:#004400;
color: #00FF00;
scrollbar-base-color:#336633;
}

#td {
text-align: left;
}

.boxhead {
text-align: left;
}

#linklist {
font-size:14px; 
	}
	
/* Presentation Stylesheet */
p, pre {
/* padding: 0 30px 10px 20px; */
/*  margin: 20px 20px 20px 20px; */
 text-align:justify;
}