/* Copyright 2005, Work Write, Inc. */
/* This style sheet is based on skuteczni, downloaded from the Open Source Web Design website - http://www.oswd.org */
/* This style sheet has been adapted - at least somewhat! - for print ... task is incomplete but css works okay */

body { 
	width: auto;
	padding: 0; 
	margin: 0; 
	font-size: small; 
	font-family: tahoma, sans-serif; 
	letter-spacing: 1px; 
	line-height: 160%; 
	background: white; 
	color: #454545; 
}

div { 
	text-align: left; 
}

#topofpage { 
	display: none; 
}

#container { 
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	background: #fff; 
	margin-left: auto; 
	margin-right: auto; 
}

#header { 
	height: 55px; 
}

#logo {	
	width: 360px; 
	float: left;       
}

#sitemap { 
	float: right; 
	padding-top: 8px; 
	text-align: right; 
	width: 100px;
}

#bar { 
	clear: both; 
	background: #cdcdcd; 
	height: 25px; 
}

#top { 
	background: #505050 url("../images/banner_2006.jpg") no-repeat 100% 0; 
	height: 200px; 
	clear: both; 
}

#body { 
	clear: both; 
	margin-bottom: 15px; 
	margin-top: 15px;
}

#footer { 
	clear: both; padding-top: 5px;
}

div.block, div.blockDistinct { 
	padding: 10px; 
	padding-bottom: 3px; 
	padding-top: 8px; 
}

div.media { 
	padding: 10px; 
	padding-bottom: 3px; 
	padding-top: 8px;
	margin-left: 25px;
}

div.blockDistinct, div.footer { 
	background: url("../images/corner.gif") no-repeat 100% 100% #f5f5f5; 
}

h1, h2 { 
	margin: 0; 
	margin-bottom: 10px; 
	padding: 0; 
	font-size: 25px; 
}

h1 {
		line-height: 110%; 
}

#top h1 { 
	color: #fff; 
	padding-left: 20px; 
	padding-top: 45px; 
	line-height: 110%; 
	font-weight: normal;  
	width: 335px;  
	font-family: "Trebuchet MS", Arial, sans-serif;  
	font-style: italic;   
}

h2 { 
	font-size: 120%; 
	margin-bottom: 5px; 
	margin-top: 10px;
}

h3 { 
	font-size: 110%; 
	margin-bottom: 5px; 
	color: #8FBC8F;
	margin-top: 10px;
}

p {	
	margin: 0; 
	margin-bottom: 5px; 
}

p.right { 
	text-align: right; 
	}
	
p.quote {
	font-family: "Trebuchet MS", Arial, sans-serif;  
	font-style: italic;
	font-size: 115%;
}

p.emphasis {
	font-weight: bold;  
	color: #8FBC8F;
}

p.important {
	color: Red;
}

p.label { 
	font-size: 110%; 
	margin-bottom: 15px; 
	color: #999999;
	margin-top: 10px;
	font-weight: bold;
}

.imgleft {
margin: 10px 10px 5px 0;
float: left;
}

.imgright {
margin: 10px 0 5px 10px;
float: right;
 padding-left: 15px;
}

#footer p {	
	clear: both;  
	font-size: 11px;
	text-align: center;
}

form { 
	margin: 0; 
}

fieldset { 
	padding: 0; 
	border: 0; 
}

legend { 
	display: none; 
}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none;
}

ul.doit {
	list-style-type: square;
	list-style-image: url(../images/doit.gif);
	list-style-position: outside;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	font-size: 130%;
	line-height: 120%;
}

ul.list {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}

#bar li { 
	margin: 0; 
	padding: 0; 
	padding-top: 3px; 
	padding-bottom: 4px;	
	padding-left: 10px;	
	padding-right: 10px; 
	border-right: 1px solid #fff; 
	float: left; 
}

.divider {
	color: #8FBC8F;
	width: 60%;
	border: dotted;
}

#bar li.active { 
	background: #8FBC8F; 
	color: #fff; 
	padding-bottom: 4px; 
}

#footer li { 
	float: left; 
	padding: 0; 
	height: 15px;	
	vertical-align: middle;	
	padding-right: 25px;	
	font-size: 11px; 
}

a:link, a:active, a:visited { 
	text-decoration: none; 
}

a:hover {
	color: Navy;
	text-decoration: underline;
}

a:link, a:active { 
	color: Blue;
	text-decoration: none;
}

a:visited { 
	color: #800080; 
}

#bar a:link, #bar a:active, #bar a:visited { 
	color: #000; 
} 
a img { 
	border: 0; 
}

a img:active { 
	border: 0; 
}

span.emphasis { 
	color: #666666;
	font-weight: bold; 
}

span.date {
	font-variant: small-caps;
}

span.reserved {
	font-family: "Trebuchet MS", Arial, sans-serif;  
	color: Red;
	font-style: italic;
}

span.highlight { 
	color: #abd6f1; 
}

span.hide { 
	display: none; 
}

span.underline { 
	text-decoration: underline; 
}

span.taken { 
	text-decoration: line-through; 
}