﻿
.side_heading {
	background-image: url('bluebutton.gif');
	background-repeat: no-repeat;
	width: 131px;
	height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
}
.side {
	padding: 10px;
	width: 135px;
	float: right;
	background-color: #eef4fa;
	font-size: 11px;
	color: #666666;
}
.footer {
	clear: both;
	padding: 20px;
	text-align: center;
	font-size: 10px;
}
.nav_mid {
	background-image: url('yellownavmiddle.gif');
	background-repeat: repeat-y;
	width: 116px;
	padding-right: 10px;
	padding-left: 10px;
}
.nav_top {
	background-position: bottom;
	background-image: url('yellowtop.gif');
	background-repeat: no-repeat;
	height: 7px;
	width: 136px;
}
.nav_bot {
	background-image: url('yellowbottom.gif');
	background-repeat: no-repeat;
	width: 136px;
	height: 7px;
	background-position: top;
}
a {
	color: #0070E5;
}
.content {
	padding: 30px 20px 20px 20px;
	width: 400px;
	float: left;
	overflow: hidden;
}
.content h2 {
	margin: 0px;
	font-size: 14px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.content .date {
	font-size: 10px;
	color: #1A538F;
	font-weight: bold;
	margin-bottom: 20px;
}
.side ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

