.background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	width: 825px;
	text-align: left;
	position:relative; 
	top:0px; 
	bottom:0px; 
	height:100%;
	padding-top:20px;


}
.topNav {
	background-image: url(images/topline2.gif);
	background-repeat: repeat-x;
	width: 780px;
	margin-left:20px;
	height: 120px;
	border: none;
	color: #0033CC;
	font-size: 18px;
}

.topNav a:link, .topNav a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration:none;
	/*padding-left:20px;
	padding-right:20px;*/
}

.topNav a:hover {
	color: #0033CC;
	text-decoration:underline;
	
}
.leftcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	width: 195px;
	float: left;
	padding-left:20px;
	background-color: #f7f7f7;
	height:100%;
	background-image: url(images/vert_line.gif);
	background-repeat: repeat-y;
	height:100%;



}
.rightcol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00000;
	width: 620px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	float: left;
	text-align:left;
	background-image: url(images/right_col_bg.gif);
	background-repeat: repeat-y;
	height:100%;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h3 {
	font-size:16pt;
	text-align:center;
	color:#3333cc;
}
h5 {
	text-align:center;
	color:#cc0000;
}
th {
	color:#000000;
}

.bluebold {
	color:#3333cc;
	font-weight:bold;
}

.greybold {
	color:#000000;
	font-weight:bold;
}

.leftcol a{
	color:#000000;
	text-decoration:none;
}
.leftcol a:hover{
	color:#3333cc;
	text-decoration:underline;
}

li {
	padding-bottom:18px;
}