html {width:100%;
}

body {
	margin-top:0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	padding:0px;
	background-color: #ffffff;
	background-image: url(images/newback3.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
	
}
td,p,li {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
#header {
	position: absolute;
	width:100%;
	top: 0px;
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #3d3db7;
	left: 0px;
	}
#header img {padding:0px;
			margin:0px;
			display:inline;			
			}	
.bannertext {
	font-weight: bold;
	color: #FFFF71;
	display:static;
	margin-top: 53px;
	
}
.bannertext a {color: #FFFF71;text-decoration:none	}
#content {
	position:absolute;
	top:86px;
	left:180px;
	margin-top: 0px;
	margin-right:25%;
	margin-left: 0px;
	padding:0px;
	border: thin none #333333;
	width: 68%;
	margin-bottom: 0px;
	}
#content p, ul 	{font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top:0px;margin-bottom:4px;}

.title {
	font-variant: normal;
	color: #666666;
	font-size: medium;
	font-weight:bold;
}
#navigation {
	margin: 0px;
	padding-top:9px;
	background: #dddddd;
	position:absolute;
	left: 0px;
	top:85px;
	width: 165px;
	height:335px;
	overflow: hidden;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color:  #3d3db7;
}
.pl {margin-top:-6px}
#navigation p {
display:block;
	border:0px;
	margin: 0px;
	padding:0px;
	font-size: 12px;
	color: #3d3db7;
	width: 165px;
	height:47px;
	overflow: hidden;
	}
#navigation p a {
	display:block;
	color: #3d3db7;
	background:#DDDDDD url(images/buttonback.gif) repeat-x 0px 0px;
	text-decoration: none;
	width: 165px;
	height:47px;
	margin: 0px;
	padding:6px 2px 2px 14px;
	overflow: hidden;
		}
#navigation p.location {
	display:block;
	color: #3d3db7;
	font-weight:bold;
	background:#DDDDDD url(images/buttonbacklocation.gif) repeat-x 0px 0px;
	text-decoration: none;
	width: 165px;
	height:47px;
	padding: 6px 2px 2px 14px;
	margin: 0px;
		overflow: hidden;
		}

#navigation p a:hover {
	color: #fff;
	margin: 0px;
	padding:6px 2px 2px 14px;
	background-image: url(images/buttonbackover.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	overflow: hidden;
}
.phed {background-color:#dddddd}