body {
	margin: 0;
	padding: 0;
	color: #EEEEEE;
	font: 12px tahoma, verdana, sans-serif;
	background: url('img/bg.jpg') #018BB0 top center repeat-x;
}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFCC00;
}

form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.error {
	font-weight: bold;
	color: #CC0000;
}

.mini_list {
	font-size: 11px;
	line-height: 15px;
}

.mini_list li {
	font-size: 11px;
	list-style-type: square;
	list-style-position: inside;
}

.mini_list ol li {
	font-size: 11px;
	color: #018BB0;
	list-style-position: inside;
}

.clear {
	clear: both;
}

.container {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}

.top {
	float: left;
	width: 900px;
	padding-top: 15px;
	height: 80px;
	text-align: center;
}

.body {
	float: left;
	width: 898px;
	height: 290px;
}

.mainNav a:link, .mainNav a:visited {
	font-size: 13px;
	float: left;
	width: 75px;
	display: block;
	text-align: center;
	border-top: 2px #000000 solid;
	color: #018BB0;
	padding: 2px;
}

.mainNav a:hover {
	color: #FFFFFF;
	border-top: 2px #FFFFFF solid;
}

.active {
	font-size: 13px;
	float: left;
	width: 75px;
	display: block;
	text-align: center;
	color: #FFFFFF;
	border-top: 2px #018BB0 solid;
	padding: 2px;
}

.foot {
	float: left;
	width: 900px;
	font-size: 10px;
	letter-spacing: 10px;
	text-align: center;
	padding: 10px 0;
}

.pageHeader {
	padding-top: 40px;
	color: #018BB0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
}

.body_content {
	float: left;
	width: 100%;
	padding: 5px 0;
	line-height: 24px;
}

.body_content_left {
	float: left;
	width: 45%;
	padding: 5px 0;
	line-height: 24px;
}

.body_content_right {
	float: right;
	width: 45%;
	padding: 5px 0;
	line-height: 24px;
}

/* Tab menus */

.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	
	margin-top: 10px;
	color: #FFFFFF;
	border-bottom: 1px #018BB0 solid;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 3px;
	padding: 0;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question em {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	font-style: normal;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:900px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding: 1px 0;	
	position:relative;
	height: 166px;
	overflow: auto;
}

/* ---- */

