﻿
html {
	height: 100%; 
	margin-bottom: 1px;}
	
body {
	background-color: #FFFFFF;
	color: #000000;
	font: normal 76% Verdana, Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

hr {
	background-color: #414e59;
	color: #414e59;
	border: none;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 2;
	margin: 0 0 20px 20px;
	list-style: square;
}

a {
	color: #6e7a84;
	text-decoration: underline;
	font-weight: bold;}

a:hover {
	color: #959595;
	text-decoration: underline;
	font-weight: bold;}


h1 {
	color: #414e59;
	font: bold 24px Georgia, Georgia, serif;
	text-align: left;
	letter-spacing: 1px;}

h2{
	color: #414e59;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h3{
	color: #414e59;
	font: normal 20px Tahoma, Geneva, sans-serif;
	text-align: left;}

h4 {
	border-bottom: 1px dashed #959595;
	color: #000000;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;
}

h5 {
	border-bottom: 1px dashed #959595;
	color: #959595;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: left;}

h6 {
	color: #414e59;
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	padding-bottom: 0;}

.center {
	text-align: center;}	

#wrapper {
	border: 3px solid #336699;
	border-style: solid;
	border-color: #336699;
	width: 955px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
}


#header {
	position: relative;
	width: 949px;
	height: 230px;
	background-image: url('images/headingpbp.gif');
	background-repeat: no-repeat;
	border-bottom-style: double;
	border-bottom-width: thin;
}

#global {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 1;
	width: 890px;
	text-align: left;
	padding-right: 10px;
	padding-left: 20px;
	color: #000000;
	height: 30px;
	font-size: 85%;
	
}
	

#sidebar {
	font-size: 90%;
	float: left;
	width: 265px;
	padding: 10px 10px 10px 10px;
}

#mainnav {
	line-height: 1.5em;
	letter-spacing: 1px;
	font-size: 16px;
	border-right-style: dotted;
	border-right-width: thin;
}

#content {
	float: right;
	width: 600px;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px;
}
#content2 {
	float: right;
	width: 900px;
	line-height: 1.5em;
	padding: 10px 10px 10px 20px;
}

#footer {
	clear: both;
	border-top: 3px double #959595;
	padding: 20px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.7em;
	font-size: 80%;
	height: 50px;
	border-top-color: #336699;
}

#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;}


form {
	padding: 5px;
	text-align: left;
	margin: 20px;}

input {
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}
	
select {
	margin: 3px 5px 5px 5px;
	background-color: #fff;
	color: #000;
	border: 1px solid #c2c2c2;}

textarea {
	font: normal 12px Verdana, sans-serif;
	margin: 3px 5px 5px 5px; 
	background-color: #fff; 
	color: #000; 
	border: 1px solid #c2c2c2;}

table {
	border-color: #808080;
	border-width: 2px;
	padding: 2px;
	border-collapse: collapse;
	font-size: 100%;
	width: 100%;
	text-align: left;
}

.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}


