h3 { font:bold 14pt arial; }
h4 { font:bold 12pt arial; }
h4 a {
	text-decoration: none;
	color:#003366;
	font:bold 12pt arial;
}

h4 a:visited {
	text-decoration: none;
	color:#003366;
}

#leftside
{
	float:left;
	width:175px;
	min-height:300px;
	text-align:center;
}
#rightside
{
	float:right;
	width:740px;
	min-height:300px;
	text-align:left;
	border-left:solid 1px gray;
	padding: 8px;
}
#col1
{
	float:left;
	width: 530px;
	min-height:300px;
	text-align:left;
}
#col2
{
	float:right;
	width: 150px;
	min-height:300px;
	text-align:left;
	padding-top: 50px;
	padding-right: 20px;
}

#leftside h4
{
	border:solid 3px silver;
	background-color: #DDDDDD;
	margin: 0px;
	margin-top: 5px;
	padding: 5px;
}

#leftside h4:hover, #leftside h4:hover a
{
	background-color:#666666;
	color: #FFFFFF;
	
}
