@charset "utf-8";
/* CSS Document */

/* HTML Elements */
body {
	background-color: #fff;
	margin: 0;
	width: 750px;
	}

img {border: 0;}

h1 {font-size: 1.2em;}

h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #000;
	}

a {color: #4F7EBF;}

/* Global Elements */

#pagewrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small; 
	background-image:url(../PERS/img/page_gradient.jpg);
	}

/* Header Elements */

#header {
	background-image:url(../PERS/img/coastline.jpg);
	height: 141px;
	}

#logoMain {		
	position:absolute;
	left: 470px;
	top: 30px;
	}	

#navUtil{
	text-align:right;
	background-color: #6B94C9;
	padding: 5px 10px 5px 0;
	border-bottom: 5px solid #E9B26E;
	height: 24px;
	}

#navUtil a:link, 
#navUtil a:active, 
#navUtil a:visited { 
	color:#fff;
	font-size:1.5em;
	text-decoration:none;
	}

#navUtil a:hover {
	text-decoration:underline;
	}
	
/* Main Content Elements */

#contentMain {
	padding: 5px;
	min-height: 350px;
	}

/* Table Elements */

td {vertical-align: top;}

th {
	text-align: left;
	vertical-align: bottom;
	}

th.colGroupHeadLeft {
	background: #d7d7d7;
	text-align: left;
	}

/* Footer Elements */
#footer {
	background-color: #E9B26E;
	color: #fff;
	padding: 10px;
	font-size: .9em;
	}

#footer ul {
	float: right;
	text-align: right;
	margin-top: -2px;
	}

#footer li {
	list-style-type: none;
	}

#checkSample {float: right;}

.required {
	font-weight: bold;
	color: #CC3333;
	}