@charset "UTF-8";
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-color: #000;
}
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	font-size: medium;
	text-align: left;
	color: #999;
	background-color: #000;
	background-position: 0px 0px;
	padding-right: 15px;
	font-weight: normal;
	padding-left: 20px;
	margin-bottom: 0px;
}
a:link {
	color: #336699;
	text-decoration: none;
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
}
a:visited {
	color: #336699;
	text-decoration: none;
	font-style: normal;
	font-size: 20px;
	font-weight: normal;
}
a:active {
	color: #336699;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
}
a:hover {
	color: #39F;
	text-decoration: underline;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	padding-bottom: 0px;
}
h1 {
	font-size: 16px;
}
.h1blue {
	color: #336699;
}
.h2blue {
	color: #336699;
}
.small_Link {
	font-size: 14px;
}

