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

/* Master Styles */
#pageNav{
	float: left;
	width: 100%;
	padding: 0px;
	background-color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* General Style */
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	margin:0;
	color: #CCCCCC;
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size: small;
	text-align: center;
	}
  
a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
  
a:visited {
	color: #999999;
	text-decoration: none;
	}
  
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	}

a img {
	border: none;
	}

/* LeftNav Style */
#globalNav{
	position: relative;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 0px;
	z-index: 100;
	width: 563px;
}


a.glink, a.glink:visited{
	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 3px;
}

a.glink:hover{
	background-color:#999999;
	text-decoration: none;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: small;
}

#sectionLinks h3{
	margin: 10px;
	padding: 0px 20px 0px 3px;
	border-bottom: 1px solid #CCCCCC;
	width: 75px;
	color: #999999;
	font-size: 14px;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 3px;
	color: #DDDDDD;
}

#sectionLinks a:hover{
	background-color: #222222;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 10.5px;
	font-weight: normal;
}

.relatedLinks a{
	display: block;
}