body 	
{ 
font-size: 10pt;
color: #cccccc;
background: #000000;
font-family: Arial, Verdana, Sans Serif;
padding: 0px; 
position: relative;
z-index:1;
}

td, p, blockquote, ul, li
		{ font-size: 10pt;
		color: #cccccc; 
		font-family: Arial, Verdana, Sans Serif; }

a:link	{ color: #3ff;
		text-decoration: none; }
a:visited	{ color: #099;
			text-decoration: none; }
a:active	{ color: #9ff;
			text-decoration: none; }

#leftbar 
{ 
position:fixed !important;
position: absolute;
width: 60px; 
left: 0px;
top: 0px;
z-index: 4;
height: 100%;
background: #011;
border-right: 1px #699 solid;
}

#topbar
{ 
position:fixed !important;
position: absolute;
top: 0px;
left: 60px;
right: 60px;
padding-top: 5px;
z-index: 5;
height: 50px;
background: #011;
border-bottom: 1px #699 solid;
}

#rightbar	
{ 
position:fixed !important;
position: absolute;
right: 0px;
top: 0px;
width: 60px; 
z-index: 4;
height: 100%;
background: #011;
border-left: 1px #699 solid;
}

#main
{
position: relative;
padding-top: 60px;
margin-top: 0px;
margin-left: 80px;
margin-right: 80px;
height: 100%;
}

#topnav
{ 
float: right;
padding-right: 50px;
}

#header	
{ 
padding-left: 50px;
}

#footer
{
bottom: 10px;
width: 100%;
}

.small	{ font-size: 8pt; }

.white	{ color: #fff; }

.smallwhite	{ font-size: 8pt;
			color: #ffffff; }


