﻿/* for W3C CSS compliance */
.void{} 
@media print {}

#sitemap
{
	overflow: hidden;
	width: 592px;	
	padding: 8px 0 45px 10px;
}

#sitemap h1
{	
	margin: 0 0 20px 0;	
}

#sitemap h2
{
	color: #C2313E;
	font-weight: bold;
}

#sitemap a
{
	color: #C2313E;
	text-decoration: underline;
}

#sitemap li 
{
	color: #C2313E;
	line-height: 20px;
	list-style-image: url(../images/arrowlist.gif);
}

#sitemap ul 
{
	margin-left: 10px;
	padding-left: 4px;	
}

#column1
{
	float: left;
	width: 200px;
	margin-right: 15px;
	border-right: dotted 1px #C2313E;	
}

#column2
{
	float: left;
	width: 200px;
	height: 281px;	
	margin-right: 15px;	
	border-right: dotted 1px #C2313E;
}

#column3
{
	float: left;		
}