@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images2/sidecolumn.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
.leftcolumn {
	float: left;
	width: 150px;
	color: #FFFFFF;
	background-color: #6865FE;
}
.rightcolumn {
	float: left;
	width: 800px;
	padding-left: 20px;
}
.header {
	background-image: url(../images2/headerby.gif);
	height: 113px;
	width: 100%;
}
.leftcolumn a:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.leftcolumn a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.leftcolumn a:hover{
	color: #FF0000;
	font-size: 12px;
	text-decoration: underline;
}
.leftcolumn a:active{
	color: #999999;
	font-size: 12px;
}
.tablesubheader {
	font-size: 17px;
	font-weight: bold;
}
.tableheader {
	font-size: 24px;
	font-weight: bold;
}
.rowtype1 {
	font-size: 12px;
	background-color: #1C1CFF;
	color: #FFFFFF;
}
.rowtype2 {
	font-size: 12px;
	background-color: #B7B7FF;
}
.rowtype1 A:link {
	color: #B7B7FF;
	text-decoration: none;
	font-weight: bold;
}
.rowtype1 a:visited{
	color: #B7B7FF;
	text-decoration: none;
	font-weight: bold;

}
.rowtype1 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.rowtype2 A:link {
	color: #1C1CFF;
	text-decoration: none;
	font-weight: bold;
}
.rowtype2 a:visited{
	color: #1C1CFF;
	text-decoration: none;
	font-weight: bold;
}
.rowtype2 a:hover{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.minutesheader {
	font-size: 24px;
	color: #000099;
}
.imageleft {
	float: left;
	padding-right: 10px;
}

