@charset "UTF-8";
html,body {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#pagewrap {
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	height: 100%;
}
#pagewrap #top {
	background-image: url(images/topbg.gif);
	background-repeat: no-repeat;
	height: 80px;
}
p {
	margin: 0px;
	padding: 0px;
}
#content {
	min-height:300px;
	background-image: url(images/pageBG.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 60px;
	padding-left: 60px;
	background-color: #FFFFFF;
}
#siteinfo {
	height: 30px;
	background-color: #EEEEEE;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pagewrap #top p {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #CC0000;
}
#pagewrap #bottom {
	height: 30px;
	background-color: #FFFFFF;
}
#content .siteNode {
}
#contenthp {
	min-height:300px;
	background-image: url(images/pageBGhp.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 60px;
	padding-left: 60px;
}
#pagewrap #content #plink {
	position: absolute;
	left: 50%;
	top: 499px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 250px;
}
#pagewrap #content #plink a:link,#pagewrap #content #plink a:hover,#pagewrap #content #plink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#pagewrap #content #plink a:hover {
	color: #ffd800;
	text-decoration: underline;
}

