body, html {
	background-color:#9900FF;
	font-family:Arial, Helvetica, Veranda;
	font-size:0px;
	margin: 0px;
	padding: 0px;

}
#content{
	width:100%;
	font-size:10pt;
		margin: 0px;
		padding: 0px;
}
#box{
	width:767px;
	height:570px;
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
}
#leftcolumn{
	width:481px;
	height:397px;
	padding:5px 30px 30px 30px;
	background-color:white;
	float:left;
}
#rightcolumn{
	position: relative;
	top: -50px;
	left: 550px;
	font-size: 9pt;
}
#quote{
	float:right;
	padding: 0px;
	margin: 0px;
	border: 0px;
}
h1{
	color:#330066;
	font-size:14pt;
	margin-top:0px;
	margin-bottom: 5px;
}
h2{
	color:#CC99FF;
	font-size:10pt;
}
#questions{
    width: 480px;
    height: 250px;
}

.scrollContainer{
     overflow-y: scroll;
     height: 100%;
     padding: 5px;
}

th{
     background-color:#CC99FF;
     color: Black;
     height: 40px;
     padding: 5px 15px 5px 5px;
}

#questions TD{
     height: 250px;
     width: 160px;
     font-size: 9pt;
}
#footer{
	font-size: 8pt;
	color: white;
	width: 100%;
	text-align: center;
}
#footer A:link{
	text-decoration: none;
	color: white;
}
#footer A:visited{
	text-decoration:none;
	color: white;
}
#footer A:hover{
	text-decoration: underline;
	color: white;
}

#banner{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#navigation{
	position:relative;
	top: 133px;
	left: 5px;
}

#indexnavigation{
	position:relative;
	z-index: 999;
	top: 300px;
	left: 5px;
}

a.css_rollover_demo{
	 color:white;
	 text-decoration: none;
	 height: 25px;
     padding: 2px 0 2px 0;
}

a.css_rollover_demo span{
	padding: 2px 0 2px 0;
	margin:0 15px 0 15px;
}
a.css_rollover_demo:hover{
	color:black;
	background-color: #CC99FF;
	text-decoration: none;
	height: 25px;
	padding: 2px 0 2px 0;
}
.overflow{
	overflow-y: scroll;
	width:480px;
	height:425px;
	padding-right: 30px;
}
#indexleftcolumn{
	width:481px;
	height:372px;
	padding:30px;
	background-color:white;
	float:left;
}

p {
	margin-bottom: 5px;
}
a:link,a:visited{
	color:#330066;
	text-decoration: none;
}
a:hover{
	color:#330066;
	text-decoration: underline;
}