@charset "UTF-8";
/* CSS Document */

#mainIcon {
	height: 0;
	width: 0;
}


#leftNav
	{
	margin-top: -20px !important;
	width: 174px !important;
	background-color: #222222;
	margin-left: 50px;
	}
p,td {
	color: #CCCCCC;
}

p,body,td {
	font-size: 13pt;
}

#mainContent {
	margin-top: -20px;
	margin-left: 10px;
}
#localWrapper {
	background-image: url(/css/images/bg_dark.jpg);
}
body {
	color: #cccccc;
	background-color: #000000;
	background-image: url(/css/images/bg_dark.jpg) ;
}
h1 {
	color: #EEEEEE;
	font-size: 24pt;
}
#localWrapper #mainContent .infoText {
}
#localWrapper
	{
	position: absolute;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	width: 1080px;
	border-top-style: none;
	border-right-style: none;
	border-top-width: 1px;
	}
	
a:link,a:visited, #globalHeader a:link, #globalHeader a:visited {
	/*color: #7fff00;*/
	color: #7fff00; /*#AAE5FD;*/
	font-weight: bold;
}


a:hover, #globalHeader a:hover {
	/*color: #CCCCCC;*/
	 color:#FDF9BB;
}

#globalHeader {
	padding-bottom: 12px;
	padding-left: 50px;
	width: 700px;
	border-top-width: 1px;
	background-image: url(/css/images/navline_dark650.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

