body {
	background: #FFFFFF;
	color: #666666;
	font-family: Helvetica Neue, Helvetica, Verdana;
}
P
{
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 120%;
}
td {
	font-family: Helvetica Neue, Helvetica, Verdana;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 120%;
}

A:link
{
	color: #BED898;
	text-decoration: none;
	font-size: 100%;
}

A:visited
{
	color: #BED898;
	text-decoration: none;
	font-size: 100%;
}

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

ul {
    text-align: left;
    line-height: 140%;
    list-style: circle;
}

img {
    border: 0;
}

#maincontent {
    background: #FFFFFF;
    position: absolute;
    margin-top: 20px;
    margin-left: 50px;
    z-index: 1;
}

#maincontent img {
    border: 0;
}

#title {
    position: absolute;
    margin-top: 93px;
    margin-left: 135px;
    z-index: 2;
}

#title img {
    border: 0;
}

#nav {
    position: absolute;
    margin-top: 175px;
    margin-left: 180px;
    text-align: left;
    z-index: 3;
}

#nav img {
    border: 0;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */	
	position:relative;
	color: #666666;
	font-family: Helvetica Neue, Helvetica, Verdana;
	z-index: 100;
	margin-top: -12px;
	padding-left: 30px;
	font-size: 12px;
}
.dhtmlgoodies_answer_content p{	/* Content that is slided down */	
	color: #666666;
	font-size: 1em;
	line-height: 130%;
}
.dhtmlgoodies_answer_content h2{	/* Content that is slided down */	
	color: #BED898;
	text-decoration: none;
	font-size: 1.25em;
	margin-bottom: 0px;
}
.dhtmlgoodies_answer_content a{	/* Content that is slided down */	
	color: #BED898;
	text-decoration: none;
	font-size: 1.25em;
}
.dhtmlgoodies_answer_content a:visited{	/* Content that is slided down */	
	color: #BED898;
	text-decoration: none;
	font-size: 1.25em;
}
.dhtmlgoodies_answer_content a:hover{	/* Content that is slided down */	
	color: #999999;
	text-decoration: none;
	font-size: 1.25em;
}

#footer p{
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 125%;
}

#footer a {
    text-decoration: none;
	color: #333333;
}

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

#footer a:visited {
    text-decoration: none;
	color: #333333;
}