a {
	color: #888888;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color:#DDDDDD;
}
p,td,ul,ol {
	font-size: 12px;
	line-height: 16px;
}

h3 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #004400;
	border-bottom:2px dotted #008800;
}
h4 {
	font-family:Georgia,  Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004400;
}
input,textarea,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}

div#frameLayer  {
  position: absolute;
  left: 50%;
  top: 25px;
  width: 900px;
  margin-left: -450px; /* half of width */
  background-color: #FFFFFF;
  padding:20px;
}

div#printpageLayer {
	position: absolute;
	left: 540px;
	top: 25px;
	z-index: 10;
	font-size:10px;
}
div#printpageLayer a {
	color: #000000;
}
div#lefttopLayer {
	position: absolute;
	width: 350px;
	z-index: 2;
}
div#leftbottomLayer {
	position: absolute;
	width: 100px;
	bottom: 0px;
	z-index: 3;
}
div#contentLayer {
	background-image:url(images/leftbkg.gif);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	position: relative;
	min-height: 450px;
	width: 860px;
	z-index: 4;
	border:2px solid #006600;
	border-bottom-width:0px;
}
div#bottomleftLayer {
	background-image:url(images/bottomleft.gif);
	background-repeat: no-repeat;
	position: relative;
	height: 70px;
	width: 200px;
	z-index: 10;
	border:2px solid #006600;
	float: left;
	border-right-width:0px;
}
div#bottomrightLayer {
	background-color: #FFFFFF;
	position: relative;
	height: 70px;
	width: 660px;
	z-index: 10;
	border:2px solid #006600;
	float: left;
	text-align:right;
}

div#textLayer {
	position: relative;
	width: 540px;
	z-index: 5;
	left: 250px;
	top: 0px;
	margin-top:65px;
	margin-bottom:30px;
}
div#imageLayer {
	background-color: #FFFFFF;
	position: relative;
	width: 200px;
	height: 140px;
	right: 0px;
	z-index: 6;
	border:2px solid #006600;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
}
div#rightbarLayer {
	background-color: #EEFFEE;
	background-image:url(images/rightbarfoto.jpg);
	position: absolute;
	width: 50px;
	height: 330px;
	right: 0px;
	top: 140px;
	z-index: 1;
	border:2px solid #006600;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
}
div#imagetextwrapLayer {
	position: relative;
	width: 150px;
	height: 80px;
	right: 0px;
	z-index: 3;
	float: right;
}
div#minheightHackLayer {
	height:400px;
	width:0px;
	background-color:#FF0000;
	float:left;
}