p
{
	margin:0px;
}

a:link
{
	color:#000000;
	text-decoration:none;
}
a:visited
{
	color:#666666;
	text-decoration:none;
}
a:hover
{
	color:#FFFFFF;
}

#maintop
{
	background-image:url(images/maintop.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:36px;
}

#centerarea
{
	width:1000px;
	height:373px;
	display:inline;
}

#mainleft
{
	background-image:url(images/mainleft.jpg);
	background-repeat:no-repeat;
	width:48px;
	height:373px;
	position:relative;
	float:left;
}

#maintext1
{
	width:625px;
	height:373px;
	padding-top:0px;
	margin-top:0px;
	top:-147px;
	overflow:auto;
	background-image:none;
	background-color:#b0d236;
	position:relative;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#mainmiddle
{
	background-image:url(images/mainmiddle.jpg);
	background-repeat:no-repeat;
	width:63px;
	height:373px;
	position:relative;
	float:left;
	top:-147px;
}

#secondarytext
{
	padding-top:10px;
	width:215px;
	height:363px;
	background-color:#d5e165;
	position:relative;
	float:left;
	top:-147px;
	overflow:auto;
	z-index:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#mainright
{
	background-image:url(images/mainright.jpg);
	background-repeat:no-repeat;
	width:49px;
	height:373px;
	position:relative;
	float:left;
	top:-147px;
}

#mainbottom
{
	background-image:url(images/mainbottom.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:49px;
	position:relative;
	float:left;
	top:-147px;
}


 

 /* *** Float containers fix *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


