/* 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-family:Tahoma, Geneva, sans-serif;
/*	font:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;*/
/*	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;*/
/*	font:normal 100%/140% Tahoma, Geneva, sans-serif; */	

	color:#262626;
	background:white;
	text-align:center;
	min-width:1000px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	width:1000px;
}

#pghead {
	background:white url("img/blueplainshead.png") no-repeat 10px 10px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200px;
}

#pglogo 
{
	font-size:250%;
	margin:35px 0 0 25px;
	color:white;
}

#pglogo a {
	color:white;
	text-decoration:none;
}

#pgbody {
	position:absolute;
	top:175px;
	margin:20px 0 0 0;
	font-size:90%;
	padding:25px 0 0 0;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 40px 40px;
	width:201px;
	font-size:100%;
}

#pgmain {
	margin:0 25px 0 235px;
}

#pgtail {
	position:absolute;
	clear:both;
	margin:2em 15px 0 40px;
	padding:1em 0 1em 0;
	font-size:85%;
	line-height:1.1;
	border-top:1px solid #3B7CDF;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	color:#999999;
}

#pgnav {
	margin:0;
	top:25px;
	left:0;
	width:220px;
	position:absolute;
	background:transparent;
}
#pgnav ul {
	margin:0 20px 0 0;
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk {
	padding:5px;
	display:block;
	text-decoration:none;
	color:#555555;
	border-top-width:0;
	border-bottom-width:1px;
	border-left-width:0;
	border-right-width:0;
	border-style:dotted;
}
#pgnav ul #curlnk {
	font-weight:bold;
}
#pgnav ul li a:hover {
	color:#3B7CDF;
	border-right:3px solid #3B7CDF;
	width:auto;
}

.txtflt {
	width:213px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:#555555;
	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;
}
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 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#888888;
}
a:visited {
	color:#262626;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

.notebox
{
	background-color:#FFC;
}

.redbol {
	color: #F00;
	font-weight: bold;
	font-size: 18px;
}

.commandsbox
{
	font-family:"Courier New", Courier, monospace;
	background-color:#CCC;
	color:#00C;
}
