﻿#body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:gray;
	line-height:140%
}
p {
	margin-top:0px;
	margin-bottom:0px;
}
.site {
	position:absolute;
	left:50%;
	margin-left:-480px;
	top:0px;
}
.hdrBackground {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-height:1400px;
	background-image:url('SITE-Images/bg-block.png');
	background-position:center center;
}
.header {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:0px;
	z-index:500;
	border-left:1px solid #c6c7c7;
	border-right:1px solid #c6c7c7;
}
.contentBar {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:211px;
	border-left:1px solid #c6c7c7;
	border-right:1px solid #c6c7c7;
	min-height:25px;
	background-image:url('SITE-Images/hbar1.jpg');
}
.contentBarHigh {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:101px;
	border-left:1px solid #c6c7c7;
	border-right:1px solid #c6c7c7;
	min-height:25px;
	background-image:url('SITE-Images/hbar1.jpg');
}
.contentHigh {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:127px;
	border-left:1px solid #c6c7c7;
	border-right:1px solid #c6c7c7;
	border-bottom:1px solid #c6c7c7;
	min-height:300px;
	background-color:#e8f1fd;
}
.content {
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:237px;
	border-left:1px solid #c6c7c7;
	border-right:1px solid #c6c7c7;
	border-bottom:1px solid #c6c7c7;
	min-height:300px;
	background-color:#e8f1fd;
}
.fieldTxt {
	font-family: Verdana;
	font-size: 10px;
	color: #008080;
}
.fieldInput {
	font-family: Verdana;
	font-size: 10pt;
	color: #0000FF;
	border: 1px solid #c6c7c7;
}
.newsView {
	z-index:1020;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
	width:662px;
	height:462px;
	display:none;
	background-image:url('SITE-Images/border1.png');
	text-decoration:none;
}

