@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size:13px;
}
a:link {
	text-decoration: none;
	color: #225B76;
}
a:visited {
	text-decoration: none;
	color: #225B76;
}
a:hover {
	text-decoration: underline;
	color: #2C769A;
}
a:active {
	text-decoration: none;
	color: #225B76;
}

.rightcol {
	background: #2E2E3A url(/images/mainlogo.jpg) no-repeat top;
	width: 234px;
	padding-top: 395px;
	float: right;
	color: white;
}
.rightcol a:link,.rightcol a:visited,.rightcol a:active {
	color: #BBB;
}
.rightcol a:hover {
	color: #DDD;
}

.rightcol .contents {
	padding: 20px;
}

.leftcol {
	background: url(/images/top_grad.jpg) repeat-x top;
	padding-right: 30px;
	padding-left: 30px;
	margin-right: 234px;
}
.PostTitle ,h1{
	font: 22px Georgia, "Times New Roman", Times, serif;
	padding-top:20px;
	font-weight: normal;
}
.DateHeader {
	font-style:italic;
	color:#666;
	font-size:12px;
	padding:10px 0;
}
.PostFooter {
	border: 1px #666 solid;
	padding: 1px;
	clear:left;
	margin-bottom:40px;
	margin-top: 6px;
}
.dottedborder {
	border-bottom: 1px dotted #225B76;
}
.pdflist a {
	display: block;
	border-bottom: 1px dotted #225B76;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	padding-left: 20px;
	font-size: 15px;
	color:#333333;
	background-image: url(images/PDF_icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.pdflist a:hover {
	background: url(images/PDF_icon.png) no-repeat right center #EEEEEE;
}
.pdflist ul, .pdflist li {
	padding: 0px;
	list-style: none;
}
