﻿.body
{
    background: #ffffff repeat left top;
    color: #000000;
    font-size: 12px;
    line-height: 17px;
    font-family: Verdana;
}
.GCTH{ background:#0093D3; }

.mandatory, .Mandatory {font-weight:bolder;}

.menu
{
	/*border: 1px solid black;*/
    background-color: #431A67;
	width: 150px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.menu a {
	font-family: Verdana;
	color: #ffffff;
	/*font-weight: bold;*/
	text-decoration: none;
}
.menu p{
	padding: 3px;
	width: 160px;
}
.menu p:hover {
	background-color: #0093D3;
	color: #ffffff;
}

.logotop 
{	
	vertical-align:top;
	padding:3px 3px 0px 0px;
}

.pagebody
{
    vertical-align: top;
    padding: 0px 20px 20px 20px;
    background-color: #FFFFFF;
    width: 790px;
    display: block;
}
h1, h2, h3, h4 
{
	font-family: Century Gothic;
	font-style: italic;
	text-transform: uppercase;
	color: #000000 !important; 
}

h1 
{
	font-weight: bold;
	margin-top: 0;
	padding-top: 4px;
}

 #logo
{
	margin-bottom: 5px;
	
} 

/* removing some fields from controls */
#ctl00_PageBody_DataUserProfile1_WebUserControlPerson1_LabelHonorific
{
	display: none;
}

#ctl00_PageBody_DataUserProfile1_WebUserControlPerson1_TextBoxHonorific
{
	display: none;
}
.helpbox
{
	margin-top: 100px;
	display: block;
	padding: 2px;
	border: 1px solid #431A67;
	width: 200px;
}
.helpbox li
{
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
}
#ctl00_PageBody_Login1_lbtnNewUser, #ctl00_PageBody_Login1_lblNewUser
{
	display: none;
}
#contentCell
{
	width: 670px;
	display: block;
}