@charset "utf-8";
body  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: small;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-color: #39F;
	background-image:url(Images/backgroundtest.jpg);
	background-repeat:repeat-y;
	background-position:center;
}
.twoColFixLtHdr #container { 
	width: 1000px;  
	background: #FFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	font-size: small;
	text-align: left; 
	background-image:url(Images/1%20bodybackground.jpg);
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #header { 
	background: #000; 
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	padding: 0px 0px 0px 0px;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-color: #000;
	list-style-position: outside;
	list-style-type: circle;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; 
	padding: 20px 20px; 
	background-color: #FFF;
	color: #000;
	
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; 
	background:#036;
	color: #FFF;
	overflow: auto;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	background-color: #036;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	color: #000;
}
h1 {
	color:#39F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}
h2 {
	color: #069;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:large;
}
body,td,th {
	color: #666;
}
a:link {
	color: #9CF;
}
a:visited {
	color: #9CF;
}
a:hover {
	color: #999;
}
ul {
    list-style-image:url(Images/paws.png);
	list-style-type: disc;
	list-style-position: outside;
}
a img {
	border: none;
}