﻿/* Main Body Elements */
body
{
    background-color:#F8F2F8;
    color:#262281;
    margin-top:0px;
    margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	width:100%;
	height:100%;
}

a:link {
	color: #054AFB;
}
a:visited {
	color: #7221CD;
}
a:hover {
	color: #E1560B;
}


#top
{
    background-color:#5B4167;
    color:White;
    text-align:center;
    width:100%;
    height:85px;
}

.top_menu
{
    width: 100%;
    height: 26px;
    text-align: left;
    margin-right:10px;
    padding: 0px 0px 0px 0px;
    background-color:#0F6F57;
}
.top_menu a:link 
{
    font-size:12px;
    margin-left:16px;
	color: #F1E90F;
}
.top_menu a:visited 
{
	color: #F1E90F;
}
.top_menu a:hover 
{
	color: #DEF1C8;
}

.formBody
{
    text-align:left;
  	background-color:#FBF6F4;
    width:97%;
	border-width:thin;
	border-style:groove;
}
.instruction
{
	
	margin-top:20px;
	color:#262281;
	font-size:14PX;
	text-align:left;
	margin-left:20px;
	align="left";

}
.faq
{
    text-align:center;
    margin:20px 50px 40px 50px;
    border-width:thin;
    border-style:inset;
    padding:8px 8px 8px 8px;
}
.faq ul
{
    list-style-type:decimal;
    text-align:left;
}
.qus
{
    background-color:#CCF2E9;
    font-weight:bold;
}
.ans
{
    background-color:#F7DEF7;
}
