body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #000000;
}

#container
{
min-width: 600px;
max-width: 1200px;
width:expression(document.body.clientWidth < 600? "600px" : document.body.clientWidth > 1200? "1200px" : "auto");
}

a {
	color: #3366CC;
	text-decoration: none;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.boxPHL {
	position: absolute;
	top: 15px;
	left: 526px;
}

.content {
	position: absolute;
	left: 25px;
	top: 140px;
	line-height: 12px;
	height: 60%;
	padding-left: 6px;
	border: 2px solid #663399;
	padding-right: 6px;
	right: 15px;
	overflow: auto;
	min-width: 600px;
    max-width: 1200px;
    width: 719px;
}

.content2 {
	position: absolute;
	left: 25px;
	top: 140px;
	line-height: 12px;
	height: 60%;
	padding-left: 6px;
	border: thin solid Gray;
	padding-right: 6px;
	right: 15px;
	overflow: auto;
	min-width: 600px;
   max-width: 1200px;
   width:expression(document.body.clientWidth < 719? "719px": "auto" );
	width: 719px;
}

.contentBold14px {
	font-size: 14px;
	font-weight: bold;
}
.pagehead {
	position: absolute;
	left: 25px;
	top: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	color: #663399;
}

a:hover {
	text-decoration: underline;
}
