html 
{
	margin:0;
	padding:0;		
	
	color:#e2e2e2;
	
	font-family: Tahoma;
	font-size: 12px;
}
/*********** Page Layout ************/
#mainBody
{	
	background:url(images/background.jpg);
	
	padding:0;	
	
	margin: 0 auto 0 auto;
	
	text-align: center;	
}
#container
{	
	margin: 0 auto;	
	text-align: left;		
	
	background-image: url(images/content_back.jpg);
	background-repeat: repeat-y;
	background-position: 99px 0px;
	
	width: 998px;
}
#headerContent
{	
	background-image: url(images/header.jpg);
	
	padding: 0px;
	margin-bottom: 0px;	
	
	height: 158px;
	width: 998px;
	
	text-align: center;
	
	z-index: 1;
}
#headerContent h1
{
	float: right;
	position: relative;
	
	top: 160px;
	
	font-size: 11px;
	font-weight: normal;
	
	margin: 0px 6px 0px 0px;
	padding: 0px;
	
	text-align: right;
}
#headerContent h1 span
{
	color: #D79352;
	font-weight: bolder;
}
#headerContent h1 strong
{
	color: #ff0000;
}
#mainContent
{	
	float: left;
	
	width: 780px;	
	min-height: 625px;
	
	background-image: url(images/main_back.jpg);
	background-repeat: no-repeat;
	
	border-style: solid;
	border-color: #5E6778;
	border-width: 0px 1px 0px 0px;
	
	margin: 0 auto 0 auto;	
	padding: 55px 0px 0px 10px;
	
	text-align: center;
	
	z-index: 1;
}
/********* Proteus Required **********/
#footerContent
{	
	clear: both;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;	
	
	background-image: url(images/footer_border.jpg);
	background-position: 99px 0px;
	background-repeat: no-repeat;
	
	border: 0;
	
	width: 998px;
	
	background-color: transparent;
	
	text-align: center;
	font-size: 9px;
	
	min-height: 5px;
}
#footerContent p
{
	text-align: center;
}
#footerContent a.validHtml, #footerContent a.validCss
{
	width: 88px;
	height: 31px;
	
	float: left;
	position: relative;
	top: -5px;
}
#footerContent a.validCss
{
	float: right;
}
/****************************************************/
p
{
	text-align: left;
	padding: 0;
	margin: 0;	
}

a, a:link
{
	color: #45556F;
	border: 0;
	text-decoration: none;
}
a:visited
{
	color: #45556F;
	text-decoration: none;
}
a:hover
{	
	color: #FF9900;	
}
H1
{		
	font-size: 16px;
	font-weight: bold;
	
	margin: 0;
	padding: 0;
}
h1.accent
{
	background-image: url(images/header_back.png);
	background-repeat: no-repeat;
	
	text-align: left;
	
	height: 28px;
	padding: 6px 0px 0px 36px;
}
h1.topTitle, h1.formBuilder_header
{
	font-size: 22px;
	
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 0px 58px;
	
	height: 42px;
	
	text-align: left;
}
H2
{		
	font-size: 14px;
	font-weight: bolder;
	
	margin: 0;
	padding: 0;
}
input.button 
{
	background-color : #9AA3B4;
	color : #4b4b4b;
	font-size: 10px; 
	font-family: Helvetica, sans-serif;		
	border-width: 1px;
	border-style: solid;
	border-color: #4b4b4b;
	width: 125px;
	height: 18px;
	cursor: pointer;
}
input.buttonOver
{
	background-color : #45556F;
	color : #FFFFFF;
	font-size: 10px; 
	font-family: Helvetica, sans-serif;			
	border-width: 1px;
	border-style: solid;
	border-color: #E6E4E4;
	width: 125px;
	height: 18px;
	cursor: pointer;
}
img
{
	border: 0;
}
img.thumbnail
{
	width: 50px;
	height: 50px;
}
input.text, input.password, input.textarea textBox
{
	background-color: #e2e2e2;
	border-color: #9999CC;    
	color: #000000;
}
/*************************************/
/*******************/
/*  Header Classes */
/*******************/
#headerBlock
{
	text-align: left;
	margin-bottom: 10px;
}
#headerImage, #errorImage, #updatedImage
{
	float: left;
	
	width: 75px;	
	height: 67px;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 0px 1px 0px 0px;	
	padding-right: 4px;
	margin: 0;
}
DIV.headerTextContainer
{
	position: relative;
	display: block;	
		
	left: 15px;
	top: 10px;	
}
span.headerTitle, span.headerHeading, span.headerSubHeading
{	
	position: relative;		
	font-weight: bolder;	
}
span.headerTitle
{	
	padding-left: 10px;
	display: block;
	font-size: 16px;
	color: #000000;	
}
span.headerHeading
{	
	left: 20px;
	display: block;
	font-size: 14px;
	color: #4b4b4b;	
}
span.headerSubHeading
{	
	padding-left: 40px;
	
	font-size: 12px;
	color: #45556F;
}
/**************************************/
/************ Error Block *************/
#errorBlock, #updatedBlock
{
	margin-bottom: 10px;
	text-align: left;
}
DIV.errorTitle
{
	position: relative;
	
	display: block;
	
	font-size: 16px;
	font-weight: bolder;
	color: red;	
	
	float: left;
	width: 80%;
	left: -6px;
	top: -5px;
}
DIV.errorDescription
{
	position: relative;
	display: block;
	
	font-size: 12px;
	color: #000000;
	
	text-align: left;
	
	border-style: solid;
	border-color: #4b4b4b;
	border-width: 1px 0px 0px 0px;	
	
	float: left;	
	left: -5px;
	width: 90%;
}
#errorImage, #updatedImage
{
	width: 49px;
	height: 49px;	
}
/***********************************/
#errorDiv
{	
	background-color: #e2e2e2;
	color: #FF0000;
	
	font-size: 15px;
	font-weight: bold;
	
	padding: 6px;
	
	text-align: center;
	
	border-style: solid;
	border-color: #010101;
	border-width: 1px;
}
a.topLink
{
	display: block;
	margin: 45px 0px 10px 0px;
}
