@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black; 
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFF3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */ 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/* border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

div#pamLogo h1 {
	display:none;
}
div#headerNav {
	text-align:right;
}
div#mainContent {
	clear:both;
}
div.centered {
	margin-top:5em;
	text-align:center;
}
div.square {  margin-bottom:7em; } 
.square p {
	font-size:90%;
	line-height:1.5;
	width:400px;
	text-align:left;margin:0 auto;
}
#headerNav li {
	display:inline;
	margin-left:1em;
}
#headerNav li a {
	color:#000;
	font: bold 10pt "Arial Narrow", Helvetica, sans-serif;
	text-decoration:none;
}
#headerNav li a:hover {
	color:#CC3300;
}
#headerNav li a.selected {
	color:#CC0000;
}
#headerContent { position:relative;
	margin-top:6em;height:77px;}
	
#footer {
	text-align:center;
	font-size:75%;
	color:#ccc;
	margin:2em;
	margin-top:10em;
}
div.tight {
	margin:0 auto;
	width:393px;
}
h4 { 
font-size:14px;
}