@charset "utf-8";
/* CSS Document */
body  {
	background-color: #4C4C4C;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: inherit; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color:#FFFFFF;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px;
	font-size: 12px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 80px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0px;
	line-height: 1.5;
}

#header p {
text-align:left;
}
#header hr {
	width:800px;
	height:2px;
	color:#fff;
	background-color:#fff;
	text-align:left;
} 
#header h2 {
	text-align:left;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:0;
	padding-top:0;
	}
#maincontent {
	align: left;
	background-color:#4c4c4c;
	padding-top:5px;
	padding-bottom:20px;
	color: #FFFFFF;
	width:1000px;
}
#sidebar1 a:link {
	font-family: Arial, Helvetica, sans-serif;	
	color: #fff;
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #33FFFF;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
a:visited {
	color: #33FFFF;
}
a:hover {
	font-size: 100%;
	text-decoration: underline;
	font-weight:bold;
	color: red
}

#sidebar1 h3 {
	margin-top:0; 
	margin-bottom: 0;  
	padding-top:0;  
	padding-bottom:0;
/*	margin-bottom: -10px;   */
/*	font-size:medium;   */
	}
#sidebar1 hr {
	width:50px;
	border-color:#FFFFFF;
	background-color:#FFFFFF;
	vertical-align:middle;
	}
