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

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height: 35px;
	font-size: medium;
	text-align: left;
	color: #999;
	background-color: #000;
	background-position: 0px 0px;
	padding-right: 15px;
	font-weight: bold;
	padding-left: 20px;
}
a:link {
	color: #336699;
	text-decoration: none;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}
a:visited {
	color: #336699;
	text-decoration: none;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
}
a:active {
	color: #336699;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
a:hover {
	color: #39F;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
h1 {
	color: #336699;
}
.h1blue {
	color: #336699;
}
.h2blue {
	color: #336699;
}
