/* CSS Document */
body {
	background-image: url(background.gif);
	background-repeat: repeat;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #666666;
}

#header {

	width: 980px;
	
	
}
#leftlinks {
background-color: #FFFFFF;
	width: 179px;
	min-height:820px;
	

}
#content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	position: absolute;
	left:185px;
	top:201px;
	width:783px;
	min-height:800px;
	padding: 10px;
	overflow: auto;
	z-index:1;
	height: 684px;
	list-style: circle;
	border-color: #FFFFFF;
	border-width: medium;
	table-layout: inherit;
}

#footer {
	color: #FFFFFF;
	margin-top: 10px;
	font-family:Times;
	font-size: 12px;
	width: 980px;
}
	
.style1 {
	color: #000000;
font-size: 9px;
}

.style2 {
color: #000000;
font-weight: bold;
font-size: 16px;
}

.style3 {
color: #000000;
font-size: 12px;
font-weight: bold;
}
