body {
	background: #FFFFFF;
	color: #666666;
	font-family: Helvetica Neue, Helvetica, Verdana;
	margin: 0px;

}
P
{
	font-size: 11.5px;
	letter-spacing: 1px;
	line-height: 120%;
}
td {
	font-family: Helvetica Neue, Helvetica, Verdana;
	font-size: 11.5px;
	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;
}

#splash {
    margin-top: 75px;
}

#title {
    z-index: 0;
    position: absolute;
    top: 20px;
    left: 30px;
}

#nav {
    z-index: 1;
    position: absolute;
    top: 35px;
    left: 60px;
    color: #999999;
}

#nav p{
    font-size: 17px;
    letter-spacing: 0.1em;
}

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

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

#maincontent {
    background: #FFFFFF;
    position: absolute;
    top: 90px;
    left: 130px;
    text-align: left;
    z-index: 2;
}

#maincontent img {
    border: 0;
}

.small {
    font-size: 9px;
    line-height: 110%;
    padding-left: 5px;
}

#photo {
    width: 500px;
}

#photo-left {
    width: 195px;
    float: left;
}

#photo-right: {
    width: 3;
}

#contact {
    width: 500px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
    color: #BED898;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1.5px; 
	margin-bottom: 0px;
	margin-top: 10px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
    border:1px solid #BED898;
	background-color:#E7E4E4;
	width:550px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 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: #666666;
	font-family: Helvetica Neue, Helvetica, Verdana;
	z-index: 100;
	font-size: 11.5px;
	line-height: 130%;
	letter-spacing: 1px;
}
.dhtmlgoodies_answer_content p{	/* Content that is slided down */	
	color: #666666;
	font-size: 11.5px;
	line-height: 130%;
}

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