/* default.css */

* {margin: 0; padding: 0;}

body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	margin: 20px 30px;
	
}

img {
	border: none;
}

h1 {
	line-height: 50px;
	font-weight: normal;
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	letter-spacing: 1px;
	margin: 10px 0;
}

h2 {
	color: #B11F24;
	font-size: 1.0em;
}

h3 {
	color: #6C6C6C;
	font-size: 0.8em;
	margin: 14px 0 4px 0;
}

p {
	font-size: 0.8em;
	line-height: 140%;
	color: #6C6C6C;
	margin: 6px 0 10px 0;
}

a {
	color: #B11F24;
}

a:hover {
	text-decoration: underline !important;
}





.clearer {
	clear: both;
}

.hide {
	visibility: hidden;
}

.printbutton, #header #slogan, #header #searchform, #menu, #intro, #navigation, #footer {
	display: none;
}

#header {
	height: auto;
	padding: 0;	
}

#canvas, #main {
	width: 100%;
}


#header #logo {
	display: block;
	float: right;
	clear: right;
}

#content {
	border: none;
}


