body {
		
	background-repeat:repeat-x;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 40px;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	background-image:url(images/backgrounds/main_top_bk.jpg);	
	background-attachment:fixed;
}
.headingArea{
	width:100%;
	height:88px;
}
.contentTopBar{
	width:100%;
	border-width:1px;
	border-color:#CEDCE8;
}
.contentTopBarInner{
	background-color:#D5EAF4;
	border:solid;
	border-color:#FFFFFF;
	border-width:1px;
	height:23px;
	margin-top:1px;
	width:100%;
	text-align:right;
}
.contentArea{
	width:100%;
	height:100%;
	min-width:944px;
	background-color:#FFFFFF;
	border:solid;
	border-width:1px;
	border-color:#CEDCE8;

}
.contentHolder{
	margin:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	text-align:justify;
	color:#000000;
	line-height:1.8em;
}
.searchBox{
	width:130px;
	height:13px;
	border:solid;
	border-width:1px;
	border-color:#98C6DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	padding:3px;
	background:none;
	float:right;
	color:#D3EFF8;
}
.searchBoxMouseOver{
	width:130px;
	height:13px;
	border:solid;
	border-width:1px;
	border-color:#98C6DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:200;
	padding:3px;
	background:#DCECF5;
	float:right;
	color:#D3EFF8;
}
#mainHeadingLayer {
	position:absolute;
	left:1px;
	top:1px;
	width:584px;
	height:33px;
	z-index: -1;
}
#topLeftLinks {
	position:absolute;
	left:29px;
	top:10px;
	width:219px;
	height:20px;
	z-index:1;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

#topLeftLinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#topLeftLinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#topLeftLinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topLeftLinks a:active {
	color: FFFFFF;
	text-decoration: none;
}
.image{
	border:solid; 
	border-color:#D8E2EB; 
	border-width:1px;
}
.style1 {
	font-size: 10px;
	
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: none;
}
a:active {
	color: #0099CC;
	text-decoration: none;
}
.subMainHeading{
   font-family:"Trebuchet MS";
   font-size:19px;
   color:#333333;
   border:solid;
   border-width:0px 0px 1px 0px;
   border-color:#CCCCCC;
   padding:5px;
}
.button{
	border: 1px solid #333333;
	background-color:#EFE7CB;
	color:#660000;
	padding:4px;
	margin:8px;
	width:30px;
}
.error{
 color:#660000;
}