body {
	background: #000000;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-serif;
	margin: 0 auto;
	text-align: center;
	min-width: 1000px;
}
P
{
	font-size: 11px;
	letter-spacing: 1px;
}
td {
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

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

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

a:hover {
	color: #0000CC;
}

img {
    border: 0px;
}

#contentframe {
    background-image: url(images/modeling-gradient.jpg);
    background-position: center;
    background-repeat: repeat-y;
    border: 0;
    position: relative;
    width: 1024px;
    margin: 0 auto;
    z-index: 1;
    text-align: center;
}

#topnav {
    background-color: rgba(0,0,102,0.5);
    border: 0;
    position: relative;
    margin: 0 auto;
    z-index: 1000;
    text-align: center;
    font-size: 30px;
    width: 1000px;
    height: 58px;
}

#topnav p{
   	font-size: 30px;
   	color: #FF0066;
	letter-spacing: 1.5px; 
}

#topnav a{
    font-size: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

#topnav a:hover{
    font-size: 30px;
    color: #FFFFFF;
    background: #FF0066;
    text-decoration: none;
}

#maincontentframe {
    background-image: url(images/modelingbg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    border: 0;
    position: relative;
    width: 1000px;
    height: 666px;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
    margin-bottom: 10px;
}

#content {
    position: relative;
    top: 30px;
    left: 30px;
    width: 320px;
    height: 350px;
}

#bottom {
    background-color: rgba(0,0,102,0.5);
    border: 0;
    position: relative;
    width: 1000px;
    height: 30px;
    margin: 0 auto;
    z-index: 100;
    text-align: center;
}

#bottom p{
   	font-size: 20px;
   	color: #FFFFFF;
	letter-spacing: 3.5px; 
}

#calendar {
    width: 580px;
    margin-left: 10px;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
    color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-size: 21px;
	letter-spacing: 1px; 
	margin-bottom: 0px;
	margin-top: 20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
    border-left: 0px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: left;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */	
	position:relative;
	color: #FFFFFF;
	font-family: Verdana, Helvetica, Sans-serif;
	z-index: 10000;
	font-size: 11px;
	letter-spacing: 1px;
}
.dhtmlgoodies_answer_content p{	/* Content that is slided down */	
	color: #FFFFFF;
	font-size: 11px;
}

.dhtmlgoodies_answer_content a{	/* Content that is slided down */	
	color: #FF0066;
	text-decoration: none;
	font-size: 11px;
}
.dhtmlgoodies_answer_content a:visited{	/* Content that is slided down */	
	color: #FF0066;
	text-decoration: none;
	font-size: 11px;
}
.dhtmlgoodies_answer_content a:hover{	/* Content that is slided down */	
	color: #0000CC;
	text-decoration: none;
	font-size: 11px;
}