@charset "utf-8";
/* CSS Document */
body, html {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	height:auto;
	font: 12px trebuchet, arial;
}
p {
	font: 12px trebuchet, arial;
}
h3, h2, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

div.main {
	background-image: url(images/common_files/page_bg.jpg);
	background-repeat:repeat-y;
	margin-left: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: center top;
	width:819px;
	text-align: center;
}
.footer2 {
	position: relative;
	height: 24px;
	clear: both;
	bottom: 0;
	top: auto;}
.footer {
	position: absolute;
bottom: 0px
}
.footer3 {
	position: relative;
	height: 24px;
	clear: both;
	bottom: -24;
	top: auto;
	}
	
.contentarea {
	border: 0;
	position:relative;
	top:10px;
	width: 700px;
	left: 20px;
	text-align: left;
	height: 100%;
}
.pagecontent {
	border: 0;
	position:relative;
	width: 634px;
	text-align: left;
	font-size: 12px;
	padding-top:1px;
	vertical-align:top;
	padding-left: 20px;
	top: auto;
	}
a:link { color: #006699; text-decoration: none; }
a:visited { text-decoration: none; color: #006699; }
a:hover { text-decoration: underline; color: #666666; }
a:active { text-decoration: none; color: #006699; }