@CHARSET "ISO-8859-1";
BODY {
	background-image: url(../img/bodybg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 12px
}
a{
	color: #666;
	text-decoration: underline;
}
a:visited{
	color: #666;
}
.maincenterdiv
{
	margin: 0 auto; 
	width: 850px;
	height: 700px;
	text-align: left;
	background-attachment: scroll;
	background-image: url(../img/headerbg.jpg);
	background-position: left 15px;
	background-repeat: no-repeat;
	position: relative;
}

.pageheader{
	position: absolute;
	color: #FFF;
	margin: 0;
	top: 45px;
	left: 30px;
	font-size: 45px;
}
H1{
	color: #666666;
	font-size: 20px;
}
H2{
	color: #666666;
	font-size: 18px;
}
.mainmenu {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	position: absolute;
	left:0;
	top:169px;
}
.mainmenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mainmenu li {
	float:left;
	background:url("../img/mainmenu_left.gif") no-repeat left top;
	margin:0 1px 0 0;
	padding:0 0 0 5px;
}
.mainmenu a {
	float:left;
	display:block;
	background:url("../img/mainmenu_right.gif") no-repeat right top;
	/*padding:11px 10px 8px 5px;*/
	line-height: 36px;
	padding-right: 10px;
	padding-left: 5px;
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.mainmenu a {float:none;}
/* End IE5-Mac hack */


.mainmenu .current {
	background-image:url("../img/mainmenu_left_on.gif");
}
.mainmenu .current a {
	background-image:url("../img/mainmenu_right_on.gif");
	color:#000000;
}

.pagecontentdiv{
	position: absolute;
	top: 210px;
	left: 0px;
	padding: 10px 20px;
	width: 715px; /*inherit width - padding*/
}

.textcontentdiv{
	width: 442px;
}

.infoimg1{
	position: absolute;
	top: 30px;
	right: 10px;
}

.footerdiv{
	width: 100%;
	height: 50px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 10px 0;
}

.footerdiv ul {
	padding: 0;
	margin: 0;
	clear: both;
	line-height: 50px;
}
.footerdiv li {
	display: inline;
	border-left: 1px solid #ddd;
	padding: 0 5px;
}
.footerdiv li.first {
	border: 0;
}

