html, body {
	height: 100%;
}
			
body {
	margin: 0 0 0 0px;
	text-align: center;
	background-image: url("../../images/bg_top.gif");
	background-repeat : repeat-x;
}
#container {
	position: relative;
	width: 750px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
*html #container{height: 100%;}

#lefthalf{
	position: relative;
	width: 260px;
	float: left;
	background-color: #FFFFFF;;
}
#centerhalf{
	position: relative;
	width: 230px;
	float: left;
}
#righthalf{
	position: relative;
	width: 260px;
	float: left;
}

#im-topleft {
	position: relative;
	height: 85px;
	background-image: url("../../images/pva_bg_top.jpg");
	margin: 0 0 0 0px;
	overflow: hidden;
	text-align: right;
}
#im-topright {
	position: relative;
	height: 85px;
	background-image: url("../../images/pva_bg_top.jpg");
	margin: 0 0 0 0px;
	overflow: hidden;
}

#hd-topleft {
	position: relative;
	height: 100px;
	overflow: hidden;
}
#hd-topright {
	position: relative;
	height: 100px;
	overflow: hidden;
}

/* navigation */
#nav {
	position: relative;
}
#nav .navitem {
	height: 20px;
	width: 260px;
	border-bottom: solid 1px #CCCCCC;
	padding: 3 0 0 10px;
}
*html #nav .navitem {
	padding: 3 0 3 10px;
}
#nav .navitem h1{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: purple;
}
#nav .navitem a{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: purple;
	text-decoration: none;
}
#nav .navitem a:hover{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
#nav .navitemact {
	height: 20px;
	width: 260px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	border-bottom: solid 1px #CCCCCC;
	padding: 3 0 0 10px;
	background-image: url('../../images/pva_ic_navarrow.gif');
	background-repeat: no-repeat;
	background-position: left;
}
*html #nav .navitemact {
	padding: 3 0 3 10px;
}

/* content */
#content{
	position: relative;
	clear: both;
	width: 750px;
	padding-bottom:150px;
}
#content-left{
	position: relative;
	float: left;
	width: 260px;
}
#content-center{
	position: relative;
	float: left;
	width: 230px;
}
#content-right{
	position: relative;
	float: left;
	width: 260px;
}
#content h1{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	margin: 0 0 0 0px;
	padding: 30 0 0 10px;
}
#content h2{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #8E4389;
	text-decoration: none;
	padding: 0 0 0 10px;
}
#content p{ 
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #8E4389;
	line-height: 1.3;
	padding: 0 0 0 10px;
	margin-right: 150px;
}
#content-left p, #content-right p{ 
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #8E4389;
	line-height: 1.3;
	padding: 0 0 0 10px;
	margin-right: 0px;
}
#content p.intro{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #8E4389;
	padding: 0 0 0 10px;	
}
#content p a{ 
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #FF0000;
	line-height: 1.3;
	text-decoration: none;
}
#content p a:hover{ 
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FF0000;
	line-height: 1.3;
	text-decoration: none;
}
#content ul li{ 
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #8E4389;
	line-height: 1.3;
	padding: 0 150 0 0px;
	margin-left: -13px;
}
#content img {
	float: right;
	border: solid 1px #AFAFAF;
	margin-left: 25px;
	margin-bottom: 25px;
}

/* footer */
#footer {
	position: relative; 
	margin: -6.3em auto 0 auto; 
	height: 100px;
	bottom: 0;
	width: 750px;
	text-align: center;
}
#footer p.footertxt{ 
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #525252;
	line-height: 1.3;
	margin: 15 0 0 0px;
}

