/* Layout */
#pageWrapper {
	text-align: center;
}
#page {
	width: 760px;
	margin: auto;
	margin-bottom: 20px;
	/*border-bottom: solid 10px #333333;*/
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#top {
	background-color: #F1EDCD;
	position: relative;
	height: 97px;
}
#middle {
	background-color: #FFFFFF;
	background-image: url(../images/pvg_middle_bg.gif);
	background-repeat: repeat-y;
}
#bottom {

}
#logo {
	background-image: url(../images/pvg_logo.gif);
	background-repeat: no-repeat;
	border-right: solid 1px #F1EDCD;
	position: absolute;
	top: -11px;
	left: 0px;
	width: 234px;
	height: 94px;
}
#printLogo {
	display: none;
}
#banner {
	/*background-image: url(../images/pvg_banner.jpg);
	background-repeat: no-repeat;
	position: absolute;*/
	top: 0px;
	left: 235px;
	width: 524px;
	height: 97px;
	border-right: solid 1px #000000;
	float: right;
}
#banner img {

}
#topMenu {
	background-color: #F1EDCD;
	padding: 0px 5px 0px 0px;
	text-align: right;
}
#menu {
	float: left;

}
#content {
	background-color: #FFFFFF;
	padding: 10px 0px 10px 10px;
	/*border-left: solid 235px #F1EDCD;*/
	margin-left: 235px;
	width: 502px;
}
#content img {
	margin: 10px;
}
#content img.left {
	margin: 10px 10px 10px 0px;
	float: left;
}
#content img.right {
	margin: 10px 0px 10px 10px;
	float: right;
}
#printLogo {
	display: none;
}
#footer {
	background-color: #F1EDCD;
	height: 10px;
}
#title {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#contact {
	line-height: 1.4em;
	padding: 0px 10px 10px 25px;
	color: #333333;
}

/* HTML Elements */
body {
	background-color: #908D92;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.6em;
}
form {
	margin: 0px;
	padding: 0px;
}
td, th, div, span, input, select, textarea {
	text-align: left;
}
img {
	padding: 0px;
	margin: 0px;
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
h2, h3, h4, h5, h6 {
	color: #000000;
}
h1 {
	font-size: 270%;
	font-weight: normal;
	color: #5A3E44;
}
h2 {
	font-size: 200%;
	font-weight: normal;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 130%;	
}
h5 {
	font-size: 120%;	
}
h6 {
	font-size: 110%;	
}
strong {

}
a, 
a:link, 
a:visited {
	font-weight: bold;
	color: #5A3E44;
}
a:hover {
	color: #000000;
}
ul {
	font-weight: bold;
}
fieldset {
	margin: 20px 0px 10px 0px;
	padding: 10px;
}
fieldset p {
	margin: 5px 0px 5px 0px;
}
legend {
	font-weight: bold;
	color: #5A3E44;
}
label {
	font-weight: bold;
	color: #5A3E44;
}
label.aligned {
	float: left; 
	width: 160px;
}
p.leftMargin {
	margin-left: 160px;
}
input.text {
	width: 200px;
}
textarea {
	width: 470px;
}
input.button {
	text-align: center;
	width: auto;
}

/* Custom Elements */
.spacer {
	clear: both;
	height: 0px;
	font-size: 0px;
	border: 0;
	margin:0; 
	padding:0;
	visibility: hidden;
}
.none {
	display: none;
}
p {

}
p.center {
	text-align: center;
}
p.left {
	text-align: left;
}
p.right {
	text-align: right;
}
p.subtitle {
	color: #333333;
	font-weight: bold;
	font-size: 120%;
}
div.highlight {
	background-color: #F8F6E6;
	/*border: solid 1px #BDB2B4;*/
	padding: 0 0 10px 0;
	margin: 0 10px 10px 10px;
}
div.highlight h2 {
	font-size: 120%;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #5A3E44;
	margin: 0px;
	padding: 10px;
}
div.highlight h2 a {
	text-decoration: none;
}
div.highlight p {
	padding: 0 10px 0 10px;
}
div.highlight img {
	border: solid 1px #5A3E44;
	margin: 0;
}

/* Top Menu */
#topMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 90%;
}
#topMenu li {
	border-left: solid 1px #5A3E44;
	display: inline;
	padding: 0px 0px 0px 3px;
}
#topMenu li.first {
	border: none;
}
#topMenu a, 
#topMenu a:link, 
#topMenu a:visited {

	text-decoration: none;
}
#topMenu a:hover {

}

/* Menu */
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#menu ul li {
	display: inline;
}
#menu ul li a, 
#menu ul li a:link, 
#menu ul li a:visited {
	background-image: url(../images/pvg_menu_icon.gif);
	background-repeat: no-repeat;
	background-color: #7B6569;
	background-position: 10px 10px;
	display: block;
	margin-bottom: 1px;
	padding: 2px 4px 3px 25px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 206px;
}
#menu ul li a:hover {
	background-color: #5A3E44;
}
#menu ul ul {
	margin-bottom: 1px;
	background-color: #9C8B8F;
}
#menu ul ul li a, 
#menu ul ul li  a:link, 
#menu ul ul li  a:visited {
	background-image: url(../images/pvg_submenu_icon.gif);
	background-repeat: no-repeat;
	background-color: #DCD7D8;
	background-position: 20px 10px;
	display: block;
	margin-bottom: 1px;
	padding: 2px 4px 3px 35px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	width: 196px;
}
#menu ul ul li a:hover {
	background-color: #B5A8AB;
	color: #333333;
}

/* Table */
table {
	width: 100%;
	border-collapse: collapse;
}
caption {
	text-align: left;
	font-weight: bold;
	font-size: 120%;
	padding: 5px 0px 5px 0px;
}
th {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #7B6569;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
td {
	vertical-align: top;
	background-color: #F8F6E6;
	border-bottom: solid 1px #999999;
	padding: 5px;
}
td.alt {
	background-color: #FEFEFC;
}
td.footer {
	border-bottom: none;
}