﻿#hdr{
 height:125px;
 width:880px;
 background:#b8e1f8;
 color:#000000;
 border:solid #000000;
 border-width:1px 1px;
 font-family:Tahoma;
 font-weight:bolder;
 text-align:center;
 vertical-align:middle;
 }

#lh-col{
 position: absolute;
 top: 40px;
 left: 5px;
 width: 160px;
 border: 2px solid #000000;
 background: #b8e1f8;
 color: #333333;
 margin: 0px;
 padding: 1px;
 height: 500px;
 }

#rhcol{
 margin: 0px 10px 10px 170px;
 border: 1px solid #000000;
 /*background: #ffffff;*/
 background: #ffffff;
 color: #333333;
 padding: 3px;
 position :relative;
 top:10px;
 width:703px;
 }
 
body {
	margin: 5px 10px 0px 10px;
	padding:0px;
	/*background: #000066;*//*#808080;*/
	background: #b8e1f8;
	color: #333333;
}
	
#leftcontent {
	position: absolute;
	left:10px;
	top:40px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}

#bottomnote 
{
	font-style:italic;
	font-weight:bold;	
	}

#centercontent {
	background:#fff;
	margin-left: 200px;
	margin-right:200px;
	border:1px solid #000000;
	}
	
html>body #centercontent {
	margin-left: 201px;
	margin-right:201px;
	}

#rightcontent {
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	background:#fff;
	border:1px solid #000;
	}

#banner {
	background:#fff;
	height:40px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	}
	
html>body #banner {
	height:39px;
	}
	
p,h1,pre {
	margin:0px 10px 10px 10px;
	}
	
h1 {
	font-size:14px;
	padding-top:10px;
	}
	
#banner h1 {
	font-size:14px;
	padding:10px 10px 0px 10px;
	margin:0px;
	}

#rightcontent p {
	font-size:10px
	}

normaltext p
{
	font-size:12px;
	font-family:Tahoma;	
}

.imgmiddle
{
	vertical-align:middle;
}

.imgb{
	border: thin;
	border-color:#b8e1f8;
}