body {
margin: 4px 0px 0px 0px;
background-image: url(images/bg.gif);
background-repeat: repeat-y;
background-position: top left;
background-color: #FFF;
}

body,p,td,.text {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
line-height: 15px;
color: #000000;
}

A:link {color: #333488; text-decoration: underline}
A:visited {color: #333488; text-decoration: underline}
A:active {color: #CC0000; text-decoration: underline}
A:hover {color: #333488; text-decoration: none}

.smalltext {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000}
.smalltext A:link {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #333488; text-decoration: underline;}
.smalltext A:visited {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #333488; text-decoration: underline;}
.smalltext A:active {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #CC0000; text-decoration: underline;}
.smalltext A:hover {font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; color: #333488; text-decoration: none;}

	#contentleft {
		width: 180px;
		height: 100%;
		float: left;
		margin: 0px;
		padding: 5px;
		background-image: url(images/bowler.gif);
		background-repeat: repeat-y;
		}
		
	#contentcenter {
		width:580px;
		padding: 5px 0px 10px 20px;
		float:left;
		}

#leftMenu {
	width: 160px;
}
#leftMenu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	height: 1px; /*to remove the 1pixel gap that appears when using verdana instead of arial (RK) */
}
#leftMenu li {
	margin: 0 0 0 0;
}
#leftMenu  a {
	/*/*/display: block;
	padding: 3px 10px 3px 6px;
	width: 160px;
}
#leftMenu a:link, #leftMenu a:visited {
	color: #465B4C;
	text-decoration: none; /* */
}
#leftMenu a:hover, #leftMenu a:visited:hover {
	color: #47079b;
}

.heading {
font-size: 21px; 
line-height: 23px;
color: #465B4C; 
font-family: Arial;
font-weight: bold;
/*/*/display: block;
border-bottom: solid 1px #465B4C;
margin-bottom: 0px;
margin-top: 15px;
}

.subhead {
font-size: 15px; 
line-height: 17px;
color: #465B4C; 
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}

.headercell, .headercell td p, .headercell td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 14px; 
font-weight: bold;
color: #FFF;
background-color: #465B4C;
}

.lightcell {
background-color: #FFF;
}

.darkcell {
background-color: #FCFFE5;
}