﻿html
{
    background-color:transparent;
}
 #mainsection
{
    width:1024px;
    height:768px;
    background-color:white;
    margin:auto;
    padding:10px;
    line-height:1.5em;
}

 #mainsection a 
 {
     color: Navy;
 }
 
 #mainsection a:visited 
 {
    color: Purple; 
 }
 
 #mainsection a:hover 
 {
     color:#0099FF;
 }
 .sectionTitle
{
    clear:both;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #2D73B9;
}
.sectionTitle label 
{
    margin-left:2px;
}
.step
{
	font-size: large;
	color: #A55129;
	font-family: Tahoma, Arial, Times New Roman;
}

.prompt
{
	font-size:14px;
	font-family: Times New Roman;	
	font-weight:bold;
}
.wrapper 
{
clear:both;
background-color:White;
color:Black;
width:100%;
}
.left 
{

float:left;
width:25%;
font-weight:bold;
}
.right 
{
float:right;
width:75%;
}

.colQuesNum {
    width:2%;
    text-align:right;
}
.colChoice {
    width:12%;
}
.colText {
    width:75%;
}
.colFlag {
    width:10%;
}