
body {
	margin: 0px;
	padding: 0px;
	font-variant: normal;
	font-size: medium;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;	
	background: #151515;
	color: #f9f9f9;	
	background-image: url(/images/pageBackground.gif);
	background-repeat: repeat;
	padding-bottom: 30px;
}


h1 {
	font-weight: normal;
	font-size: 24pt;
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
}

h2 {
	font-weight: normal;
	font-size: 18pt;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

h3 {
	font-weight: normal;
	font-size: 14pt;
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
}

h4 {
	font-weight: normal;
	font-size: 12pt;
	font-family: "Helvetica Neue", Helvetica, sans-serif;	
}

a {
	 text-decoration: none;
	 color: #fcfcfc;
	 font-weight: bold;
	 border-bottom: 1px dotted #ccc;
	 font-weight: bolder;	 
}
 
a:visted {
	 text-decoration: none;
	 color: #999;
	 border-bottom: 1px dotted #ccc;
	 font-weight: bolder;	 
}

a:hover  {
 	 text-decoration: none;
	 color: #fff;
	 border-bottom: 1px dotted #fff;
	 font-weight: bolder;
}

a:active  {
 	 text-decoration: none;
	 color: #fff;
}

label {
	font-weight: bold;
}


#mainContent {
	padding: 10px;
	padding-top: 10px;
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 240px;	
	background: #050505;
	-moz-border-radius: 16pt;
	-webkit-border-radius: 16pt;
	opacity: 0.45;
	overflow: auto;
}

#sidebar {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 180px;
	height: 600px;
	background: #050505;
	-moz-border-radius: 16pt;
	-webkit-border-radius: 16pt;
	opacity: 0.45;	
	padding: 8px;
	font-size: small;
}

#sidebarHeading {
	text-align: center;
	width: 100%;
}

#navigationTrailContainer {
	padding: 8px;
	padding-top: 4px;
	background: #444;
	-moz-border-radius: 8pt;
	-webkit-border-radius: 8pt;
	overflow: auto;
}

#navigationTrailContainer h2 {
	display: none;
}

#navigationTrail {
	padding: 0px;
	margin: 0px;
}

#navigationTrail li:before {
	content: "\0020 \0020 \00BB \0020 \0020";
}

#navigationTrail li.firstListItem:before {
	content: " ";
}
	
#navigationTrail li {
	list-style: none;
	float: left;	
	margin-left: 5pt;
}