body {
font-family: "trebuchet ms", helvetica, arial, sans-serif;
font-size:12px;
text-decoration:none;
color:#aaaaaa;
background:#000000;
line-height:180%;
}
#leftmenu {position:absolute; text-align:center; width:160px; height:392px; left:44px; top:184px;}
#line1 {position:absolute; text-align:left; width:5px; height:492px; left:218px; top:184px; border-left-width:2px; border-color:#444444; border-left-style:none;}
#box1 {position:absolute; text-align:left; width:710px; height:492px; left:234px; top:184px;}
.cards {position:relative; float:left; margin-right:16px; width:150px; height:190px;}
#main {
position:relative;text-align:center; width:900px; height:700px; 
background:#000000; border-color:#444444; border-width:0px; 
border-style:solid; z-index:1; top:20px;
}
a:link {
font-family: "trebuchet ms", helvetica, arial, sans-serif;
font-size:12px;
text-decoration:none;
color:#666666;
line-height:180%;
}
.nolink {
font-family: "trebuchet ms", helvetica, arial, sans-serif;
font-size:12px;
text-decoration:none;
color:#000000;
background-color:#bba36a;
line-height:180%;
}
a:visited {
font-family: "trebuchet ms", helvetica, arial, sans-serif;
font-size:12px;
text-decoration:none;
color:#666666;
line-height:180%;
}
hr {height:1px; background-color:#444444; color:#444444; border:0}
img {border:0}
a:hover {
font-family: "trebuchet ms", helvetica, arial, sans-serif;
font-size:12px;
text-decoration:none;
font-weight:bold;
color:#ffffff;
line-height:180%;
}
.smallbody {
font-size:11px;
text-decoration:none;
color:#888888;
line-height:180%;
}
.smallbody5 {
font-size:11px;
text-decoration:none;
color:#888888;
line-height:130%;
}
.smallbody6 {
font-size:11px;
text-decoration:none;
color:#bba36a;
line-height:130%;
}
.blackback {
font-size:11px;
text-decoration:none;
color:#888888;
background-color:#000000;
line-height:180%;
}
.heading {
font-size:15px;
text-decoration:none;
color:#aaaaaa;
line-height:160%;
}
.colorbody {
color:#bba36a;
line-height:140%;
}
.colorbody2 {
font-size:11px;
color:#bba36a;
line-height:140%;
}
.colorbodybold {
color:#62512a;
line-height:140%;
}
.smallbody2 {
font-size:11px;
text-decoration:none;
color:#888888;
line-height:140%;
}
.smallbody3 {
font-size:11px;
text-decoration:none;
color:#333333;
line-height:140%;
}
/* form styles */
		input  /* includes input text box, submit and clear buttons */
		{
		font-size: 10px;
		}
	
		#typein  /* a div to isolate the input text box */
		{
		border-color: black;
		border-width: 1px;
		border-style: normal;
		width: 50px;
		}
	
		#typein input, #typein textarea /* styles inside #typein div */
	    {
		color: black;
		font-size: 12px;
		font-family: Helvetica, Arial, sans-serif;
		background-color: #ebebd9;
		padding: 3px;
		text-align:left;	
		border: single 1px black
		}