/* CSS Document */

#layout {
	margin: auto;
	width: 770px;
	position: relative;
}


#top {
	position:absolute;
	left:3px;
	top:2px;
	width:760px;
	height:25px;
	z-index:auto;
	overflow: visible;
	padding-left: 10px;
	padding-top: 5px;
}

#top_right {
	position:absolute;
	left:465px;
	top:7px;
	width:300px;
	height:20px;
	z-index:auto;
	overflow: visible;
}


#left {
	position:absolute;
	left:7px;
	top:132px;
	width:190px;
	height:295px;
	z-index:1;
	overflow: visible;
	
}

#logo {
	position:absolute;
	left:7px;
	top:31px;
	width:760px;
	height:95px;
	z-index:auto;
	overflow: visible;
	border: 1px solid #999999;
}

#content {
	position:absolute;
	left:200px;
	top:132px;
	width:546px;
	height:1750px;
	z-index:auto;
	overflow: visible;
	border: 1px 1px #999999;
	background-image: url(../images/ppgBG.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	visibility: visible;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: 400;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../images/background.gif);
	background-position: 50%;
}

h1 {
	color: #004398;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	font-weight: 400;
	font-size: 20px;
}

h2 {
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	font-weight: 600;
	font-size: 16px;
}

h3 {
	color: #004398;
	padding-bottom: 0px;
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	font-size: 14px;
}

h4 {
	color:#666666;
	font-weight:200;
	margin-bottom:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 5px;
	font-size: 14px;
}



h6 {
	color:#666666;
	font-weight:200;
	margin-bottom:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	font-size: 12px;
	list-style-type: circle;
}


a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #00ADE6;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
	
}

.small {
font-size: 0.80em;

}

.topspace{
	padding-top: 5px;

}
