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

body {
	background-color: #000000;
	color:#CCC;
}

/*STRUCTURE*/
#helpContainer {	
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#helpContent {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width: 750px;
	
}

#helpHeader {
	width: 750px;
	height: 80px;
}

.pageTitle {
	margin-top: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}

.top-ul {
	margin-bottom:30px;	
}

ul.sublist{
	
	margin-left:20px;
}



/*END STRUCTURE*/

/*LINKS*/
.question-a {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #2dbfe7;
	text-decoration: none;
}

.anchor-a {
	text-decoration:none;
	font-style:italic;
	color:#CCC;
}

.question-a:focus {outline:none;}
.question-a:hover, .callout-a:hover, anchor-a:hover {color:#FFF;}

.callout-a {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color:#3396CD;
	text-decoration:none;
}

/*END LINKS*/

/*STYLE*/
.it {
	font-style:italic;	
}

.bold {
	font-weight:bold;
}

.email {
	font-size: 13px;
}

.inactive-question {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}


.bullet {
	list-style:disc;
	margin-left:20px;
}
/*END STYLE*/
