#blueblock{
width: 200px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #90bade;
color: #333;
}
* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}
#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}
#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}
html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}
#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
html,body{
margin:0;
padding:0}
body{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
p{margin:0 10px 10px}
a{
	color: #FF9900;
	padding: 5px;
}
div#header h1{
	height:100px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	color:#33FF00;
	background-image: url(pics/hg_top.jpg);
	background-repeat: no-repeat;
}
div#container{
	text-align:left;
}
div#content p{line-height:16px}
div#navigation{}
div#extra{}
div#footer{
	color: #FFFFFF;
	background-color: #1958b7;
}
div#footer p{margin:0;padding:5px 10px}
div#container{width:980px;margin:0 auto}
h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1958b7;
	padding-top: 10px;
	color: #1958b7;
}
div#content{
float:right;
width:760px;
padding-top: 10px;
height: 300px;
}
div#navigation{
float:left;
width:200px;
padding-top: 10px;
}
div#footer{
clear:both;
width:100%;
}
.picrahmleft {
	border: 1px solid #1958b7;
	margin-top: 10px;
	margin-right: 30px;
}
.picrahmright {
	border: 1px solid #1958b7;
	margin-top: 10px;
	margin-left: 15px;
}
.picrahm {
	border: 1px solid #1958b7;
}
