html, body {
	margin: 0px auto;
	padding: 0;
	color: #333333;
	height: 100%;
}
	
body{
	font-family: Helvetica, Arial,  sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}

#container {
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	width: 100%;
}
	
#header{
	margin : 0px;
	color : #000000;
	text-align: center;
	position: absolute;
	height: 125px;
	width: 125px;
	left: 0px;
	top: 0px;
	position:absolute;
	z-index:2;
	background-color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 13px;
	padding-left: 13px;
}
  
#content {
	z-index: 1;
	padding-top: 150px;
	padding-left: 200px;
	float: right;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 1em;
	padding-bottom: 10px;
	
	background-image: url(../static_images/bkleft.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.readmore{
	padding-left: 125px;	
}
.block{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -200px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 125px;	
}

.block p{
	padding-left: 100px;
}
	

	
#contentfooter {
	font-size: 50%;
	width: 90%;
	padding-top:50px;
	margin-top:50px;
	margin-left:-200px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear:both;
	color: #999999;
}
	
#sidebar {
	width: 150px;
	text-align: right;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	z-index: 30;
	padding:0px;
	position: absolute;
	left: 0px;
	top: 150px;
	background-color:#fff;
}

#sidebar h1{
	font-size: 140%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#sidebar h2{
	font-size: 90%;
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-family: Helvetica, Arial,  sans-serif;
	letter-spacing: -.05em;
}

#sidebar a {
	width: 150px;
	font-size: 75%;
	display: block;
	color: #666666;
	text-decoration:none;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial,  sans-serif;
	font-weight: bold;
	padding: 0px;
}

#sidebar a:hover {
	background-color: #CCCCCC;
	color: #000000;
	padding: 0px;
}

#sidebar ul {
	list-style: none;
	margin: 0px;
	border: 0px solid #FFFFFF;
	padding: 0px;
}

#sidebar li {
	position: relative;
	padding:2px;
}

#sidebar ul ul  {
	position:absolute;
	top: 0%;
	left: 152px;
	width: inherit;
	z-index:40;
	overflow: visible;
	border: 1px solid #000000;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	opacity:.95;
	filter: alpha(opacity=95);
}

div#sidebar ul ul, div#sidebar ul li:hover ul ul{
	display: none;
	background-color: #FAFAFA;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#sidebar ul li:hover ul, div#sidebar ul ul li:hover ul {
	display: block;
	
}

div#sidebar ul li ul li a{
	background-color: #FAFAFA;
	display: block;
}	
[if lt IE 7]>
#sidebar ul li {float: left; width: 100%;}
#sidebar ul li a {height: 1%;} 
<![endif]	
