/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	font:normal 100%/140% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
/*	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;	*/
	background:white;
	color:#012A7C;
	text-align:center;
	min-width:720px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:900px;
}

#pghead {
	position:absolute;
	top:20px;
	left:0;
	width:100%;
	height:250px;
	background:transparent url("img/header.png") no-repeat left bottom;
}

#pglogo {
	padding:2px 0;
	background:transparent url("img/menu_bkgnd.png") repeat-x bottom left;
	position:absolute;
	height:30px;
	right:0;
	width:100%;
	bottom:150px;
}

#pgnav {
	display:table;
	list-style:none;
	white-space:nowrap;
	float:right;
}
#pgnav li {
	display:table-cell;
	margin:5px;
}
#pgnav li a, #pgnav ul #curlnk {
	font-size:80%;
	line-height:150%;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	color:#ffffff;
	border-left:1px solid #175FED;
	border-right:1px solid #002D87;
}
#pgnav ul #curlnk {
	font-weight:bold;
}
#pgnav ul li a:hover {
	background:#0147d2;
}

#pgbody {
	width:100%;
	position:absolute;
	top:250px;
	margin:50px 0 0 0;
	font-size:90%;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 40px 40px;
	width:155px;
	font-size:90%;
	line-height:1.25;
}

#pgright {
	position:absolute;
	top:0;
	right:0;
	width:18%;
	margin:0 40px 40px 0;
	font-size:90%;
	line-height:1.25;
}

#pgmain {
	margin:0 25% 0 235px;
	padding:0 25px 0 0;
}
	
#pgtail {
	position:absolute;
	clear:both;
	width: 100%;
	border-top:1px solid #3256B4;
	margin:.5em 25px 0 0px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:85%;
	line-height:1.1;
	color:#0544AB;
}
#pgtail p {
	margin:0;
	padding: 0 0 0 40px;
}
#pgtail a {
	color:#0544AB;
}

.txtflt {
	width:140px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:#0544AB;
	border:1px outset #3256B4;
	margin:0 0 0 10px;
	padding:.5em 5px 0 5px;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#0544AB;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 0.8em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#0544AB;
}
a:visited {
	color:#0544AB;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

