﻿#wrapper {
	background: #FFFFFF;
}

#header {
	background: #ffffff;
	height: 60px;
}

#header_inner {
	float: right;
	margin-top: -1px;
}

#top_nav {
	height: 20px;
	margin-top: 1px;
}
.top_nav{
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	background: #DEEFFF;
	border: #53A9FF;
	border-style: solid;
	border-width: .05em;
	color: #0000FF;
}


#container {
	width: 100%;
	background: #FFFFFF;
	float: left;
	margin-right: 0px;
	margin-top:0.5em;
}

#ppcontainer {
	margin: 5px auto 0 auto;
	width: 550px;
	float:left;
	text-align: left;
}

#content {
	background: #FFFFFF;
	margin-left: 200px;
	font-family: "Trebuchet MS";
	font-size: small;
	font-style: normal;
	color:black
}

#sidebar {
	background: #FFFFFF;
	width: 187px;
	float: left;
	border-right-style: dotted;
	border-right-color: #0000FF;
	border-right-width: .05em;
}
#footer {
	background: #DEEFFF;
	margin-top: 0.95em
}

.style1 {
	color: blue;
	font-weight: bold;
}

.style2 {
	display: block;
	text-align: center;
}

.stylefooter {
text-align: center;
font-family: "Trebuchet MS";
font-size: 9pt;
font-style: italic;
background: #DEEFFF;
border: #53A9FF;
border-style: solid;
border-width: .05em;
}

.last {
	margin-bottom: 0.5em;
}
.clearing {
	height: 0;
	clear: both;
}

