


/* ----------------  INITIAL START ------------- */

* { margin: 0px; padding: 0px;}

h1 { margin-bottom: 20px; }
h2,h3 { margin-bottom:15px;}
p { margin-top:0px; margin-bottom: 20px; }
ul { margin-bottom: 7px; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea {
		font: normal normal 12px   Arial, Verdana, Helvetica, sans-serif;
		color: #666666; 
		border: none;
		border: 0px;
		background: white;
		font-weight:normal;
		padding:2px;
		
}
img { border: none;
}
input.inputtextbox
{
background-color:#efeacc;
border:1px solid #cccccc;
padding:2px;
width:200px;
}
textarea.textareabox
{
	
background-color:#efeacc;
border:1px solid #cccccc;
padding:2px;
width:200px;
height:100px;
}
/* ----------------  INITIAL END ------------- */


a {
	text-decoration: none;
}

h1 {
	font-weight: bold;
	font-size:20px;
	font-family:  Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
}
h2 {
	font-weight: bold;
	font-size:16px;
	font-family:  Arial, Verdana, Arial, Helvetica, sans-serif;
	color:#3399ff;
}

a:link, a:visited, a:active{
	
	font-weight: normal;
	text-decoration:none;
	color:#996600;	
}
a:hover {
	color: #999999;
}




/* ------------ input ----------------- */

input.submit
{
text-align:center;
background-color:#b4ccda;
color:#333333;
border:1px solid #cccccc;	
}
/* ----------------  BASICS  ------------- */


ul li ol{
	font-weight: normal;
	padding-left: 40px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;	
	margin-bottom:2px;
	
}
li {
	margin-left:20px;
	margin-bottom:10px;
	list-style-type: disc;
	list-style-image: none;
	}
ol {
	list-style-image:none;
	list-style-type: none;
}
li.number {
	list-style-image: none;
	margin-left:20px;
	margin-bottom:10px;
	list-style-type: decimal;
}

body {
	font-weight: normal;
	font-size: 12px;
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	line-height:130%;
	background-color:#13446e;
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:20px;
	}

#baseContainer{
	width: 900px;
	text-align:center;
	margin: 0 auto 0 auto;
	padding:0px;
	border:0px;
	background-color:#ffffff;
}

#menuArea
	{
	width: 880px;
	height:40px;
	border-top:0px ;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	border-bottom:0px;
	background-image:url(../images/bg/menubg.gif);
	background-repeat:repeat-x;
	background-position: top left;
	}
#menuArea div {
	padding-top:13px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:13px;
	border-right:1px solid #ffffff;
	float: left;
}

/****************************************************
/*menu style
/****************************************************/

#menuArea div a:link,  #menuArea div a:active, #menuArea div a:visited
{
	
	font-size:12px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;	
}
#menuArea div a:hover
{
	color:#ff0000;
}
/****************************************************
/*end menu style
/****************************************************/
#topBanner
	{
	width: 880px;
	height:330px;
	border-top:10px solid #ffffff;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	border-bottom:10px solid #ffffff;
	}
#topBanner div
{
	padding:0px;
	margin:0px;
	border:0px;
	height:auto;
	width:auto;
	float:left;
}
#mainHomecontent
{
	width: 880px;
	height:auto;
	border-top:10px ;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	border-bottom:20px;	
	background-image:url(../images/bg/homecontentbg.gif);
	background-repeat:repeat-y;
	background-position: top left;
}
#home
{
	width:870px;
	float:left;
	height:auto;	
}
#home div.homeContent
{
	padding:20px;
	text-align:left;
	
}
#home div.homeContent div
{
	padding:0px;
	text-align:left;
	
}

#mainContent
{
	width: 880px;
	height:auto;
	border-top:10px ;
	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff;
	border-bottom:20px;	
	background-color:#ffffff;
}
#mainContent div.pageContent
{
padding:20px;
text-align:left;
}
#mainContent div.formContent
{
padding:5px;
text-align:left;
clear:both;
}
#mainContent div.formContent div.formlabel

{
	width:30%;
	padding-right:10px;	
	text-align:right;
	float:left;
	
}
#mainContent div.formContent div.formentry

{
	width:60%;
	text-align:left;
	float:left;
	
}
#mainContent div.formContent div.formentry_1

{
	width:90%;
	text-align:left;
	float:left;
	padding-bottom:20px;
	
}
#footerArea
{
	width:880px;
	height:25px;
	background-color:#000026;
	padding:0px;	
	border:10px solid #ffffff;
}
#footerArea div {
	padding:5px;
	text-align:center;
}
#footerArea div.footerMenubox {	
	text-align:center;
	padding-top:5px;	
	padding-bottom:5px;
	color:#ffffff;
}

#footerArea div.copyright
{
	
	padding-top:15px;
	text-align:center;
}
div.clear
{
	clear: both;
}
td.lightblue
{
	background-color:#99ccff;	
	text-align:center;
	color:#003366;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
}
td.lighterblue
{
	background-color:#dcfafa;	
	text-align:center;
	color:#003366;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
}

td.lightergrey
{
	background-color:#eeeeee;	
	text-align:center;
	color:#003366;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
}


td.lightblueleft
{
	background-color:#99ccff;	
	text-align:left;
	color:#003366;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
}
td.lighterblueleft
{
	background-color:#dcfafa;	
	text-align:left;
	color:#003366;
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #003366;
	border-bottom:1px solid #003366;
}

/*------------- fonts ------------------*/
.redbold
{
color: #ff0000;
font-weight:bold;
}
.white11px
{
color:#ffffff;
font-size:11px;
}
p.disclaimer
{
	font-size:11px;	
	font-family:  Arial, Verdana,Helvetica, sans-serif;
	color:#666666;
	margin-bottom:10px;
}