/* Import other stylesheets for media: print */
@import url("sitemap.css");
/* Classes and styles */

#top,
#contentLeft,
#contentRightLinks,
#contentRightImage,
#footer{
	display: none;
}


/* PRINT CSS FIXES */
div#logo{
	position: absolute;
	top: 0px;
	left: 0px;
}

div#contentRightText{
	margin-top: 56px;	
}	

/* General stuff */
body {
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #5e6a71;
	width: 655px !important;
	padding: 0px !important;
}

a{
	color: #522398;
	text-decoration: none;
}

a:hover{
	color: #c60c30;	
}

a.selected{
	color: red;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

li.last {
	background-image: none !important;
}

p{
	margin: 0 0 18px 0;
	padding: 0;
}	

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}


/* headers */
h1{
	font-size: 24px;
	color: #522398;
}

div#contentRightText h1.sIFR-replaced{
	margin-bottom: -10px;
}	
	
h2{
	color: #c60c30; 
	font-size: 18px;
	line-height: 18px;
}

h4{
	font-weight: bold;
	color: #5e6a71;
	font-size: 14px;
}
	
/* UL STYLES */
div#contentRightText ul{
	margin: 0 0 0 18px;
	padding: 0 0 18px 0;
}

div#contentRightText ul li{
	padding: 0 0 0 15px;
}	
