body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color:#000000;
	font-size:12pt;
	background-color:#000000;
	background-position:top right;
	background-repeat:no-repeat;
}

h1, h2, h3
{
	padding:2px 0 2px 0;
	margin:2px 0 2px 0;
}


a, a:visited
{
	color: #0038CF;
	text-decoration: underline; 
}
a:hover 
{
	color: #B100CF;
	text-decoration: underline; 
}

#headerContainer
{
	width:670px;
}

#mainBodyContainer
{

}

#leftNav
{
	width:300px;
	font-weight:bold;
}
#devos
{
	width:300px;
	font-size: 10pt;
}

#footerContainer
{
	font-size:10pt;
	color:#FFFFFF;
}

.glassbox, .glassbox table
{
	
}
.glassbox .content
{
	background-color: #AFAFAF;
	padding:6px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;	
}
.glassbox .opaque
{
	background-color: #AFAFAF;
	padding:6px;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;	
}
.glassbox .top
{
	background-image:url(../images/top.png); background-repeat:repeat-x;
}
.glassbox .right
{
	background-image:url(../images/right.png); background-repeat:repeat-y;
}
.glassbox .bottom
{
	background-image:url(../images/bottom.png); background-repeat:repeat-x;
}
.glassbox .left
{
	background-image:url(../images/left.png); background-repeat:repeat-y;
}


/* Admin */
.help
{
	background:yellow;
	color: #1F1F1F;
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:6px;
	overflow: hidden;
	text-decoration: none;
	border-bottom:solid 1px white;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
