BODY
{
	background-color: #FFFFFF;
	font-family: Times;
	font-size: 13px;
	color: #333333;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
    background-image: url(images/gradient.jpg);
    background-position: center;
    background-repeat: repeat-y;
}

P
{
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 125%;
}

img {border: 0}

td {
	font-family: Times;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 115%;
}

A:link
{
	color: #333333;
	text-decoration: underline;
	font-size: 100%;
}

A:visited
{
	color: #333333;
	text-decoration: underline;
	font-size: 100%;
}

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

H1 {
    font-family: Times;
    font-size: 18px;
    text-align: left;
    color: #3333CC;
    margin-bottom: -3px;
}

H2 {
    font-family: Times;
    font-size: 18px;
    text-align: left;
    color: #000066;
}

HR {
    border: 0;
    width: 100%;
    height: 4px;
    color: #CCFF66;
    background-color: #CCFF66;
    margin-top: 0px;
}

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

#page {
    width: 814px;
    margin: 0 auto;
	text-align: center;
    z-index: 1;
}

#content {
    width: 650px;
    margin: 0 auto;
	text-align: center;
	z-index: 10;
}

#indent2 {
    position: relative;
    margin-left: 8px;
}

#indent2 p {
    line-height: 150%;
}

#footer {
    position: relative;
    margin:0 auto;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 120%;
}

#footer p{
    font-size: 11px;
}

#footer a{
    text-decoration: none;
}

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

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
    color: #333333;
	text-decoration: none;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1.5px; 
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: 25px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
    border-left: 0px;
	width: 275px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 7px;
	padding-bottom: 5px;
	text-align: justify;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */	
	position:relative;
	color: #333333;
	font-family: Times;
	z-index: 100;
	font-size: 13px;
	line-height: 130%;
	letter-spacing: 1px;
}
.dhtmlgoodies_answer_content p{	/* Content that is slided down */	
	color: #666666;
	font-size: 11.5px;
	line-height: 125%;
}

.dhtmlgoodies_answer_content a{	/* Content that is slided down */	
	color: #333366;
	text-decoration: none;
	font-size: 13px;
}
.dhtmlgoodies_answer_content a:visited{	/* Content that is slided down */	
	color: #333366;
	text-decoration: none;
	font-size: 13px;
}
.dhtmlgoodies_answer_content a:hover{	/* Content that is slided down */	
	color: #333333;
	text-decoration: none;
	font-size: 13px;
}