html { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	padding: 0px;
	background: #877d7d url('images/pagebg.gif') repeat-y center center;
	text-align: center;
	color: #605656 ;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: bold;
	font-size: 160%;
	margin: 0px 0px 15px 0px;
	color: #fff;
	background: #970505 url('images/bg2.gif') repeat-x;
	padding: 5px;
}

h1.special {
	background: #877e7e url('images/bg3.gif') repeat-x;
	color: #ffffff;
}

h2 {
	font-weight: bold;
	font-size: 160%;
}
#body2 h2 { 
	background: #b50606 url('images/bg1.gif') repeat-x;
	color: #fff;
	padding: 3px 10px;
	text-align: right;
}

h3 {
	font-weight: bold;
	font-size: 140%;
}
h4 {
	font-weight: bold;
	font-size: 120%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
}
h6 {
	font-weight: bold;
	font-style: italic;
	font-size: 100%;
}

img { border: 0px; }

a:link { color: #b50606; }
a:visited { color: #9b2c2c; }
a:active, a:hover { color: #ee2b2b; }

blockquote {
	width: auto;
	border-left: solid 8px #b6b6b6;
	padding: 15px;
	background: #e9e2e2;
	font: italic 120% Georgia, Times, 'Times New Roman', serif; 
}


hr { 
	color: #6f7c8c; 
	background: #6f7c8c; 
	height: 1px; 
	padding: 0px; 
	border: 0px;
}

.clear { clear: both; }
.notopmargin { margin-top: 0px; }

#container {
	margin: 0px auto;
	width: 950px;
	padding: 15px;
	text-align: left;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 920px;
}
	html>body #container { width: 920px; }
	
#header {
	background: #8d0202 url('images/headerbg.gif') repeat-x;
}

#logo { margin: 0px 0px 15px 0px; padding: 0px; background: none; height: auto; }

#body3col { 
	width: 860px; 
	background: url('images/general.jpg') right top no-repeat; 
}

#body2 { 
	width: 215px;
	float: left;
	margin-right: 15px;
}

#body1 {
	width: 435px;
	float: left;
	margin-right: 15px;
	padding-top: 115px;
}

#body3 {
	width: 240px;
	float: left;
	padding-top: 115px;
}

#footer {
	clear: both;
	margin-top: 15px;
	background: #b50606 url('images/bg1.gif') repeat-x;
	padding: 8px;
	color: #fff;
}

.menu ul { 
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.menu ul li { padding-bottom: 3px; }

	.menu ul a:link, .menu ul a:visited {
		display: block;
		width: 215px;
		height: auto;
		background: url('images/vertical.gif') no-repeat;
		padding: 4px 0px 0px 25px;
		text-decoration: none;
		color: #605656;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 190px;
	}
	
	.menu ul a:active, .menu ul a:hover {
		background-position: 0px -79px;
	}
	
/* tweaks for two column template */

.two-column #body1 {
	width: 690px;
	margin-right: 0px;
}

/* print stylesheet */
@media print {
	#footer, .menu, #header { display: none; }
	body {
		margin: 0px;
		padding: 10px;
		background: #ffffff;
		text-align: left;
		color: #605656 ;
		font: 10pt Verdana, Arial, Helvetica, sans-serif;
	}
	#container {
		width: 100%;
		padding: 0px;
	}
	#body3col { 
		width: 100%; 
		background: none; 
		border-left: 215px;
	}
	
	#body2 { 
		width: auto;
		border: solid 1px #ccc;
		float: none;
		padding: 15px;
		margin-bottom: 15px;
	}
	
	#body1 {
		width: auto;
		padding-top: 0px;
		float: none;
	}
	
	#body3 {
		margin-top: 15px;
		width: auto;
		border: solid 1px #ccc;
		float: none;
		padding: 15px;
	}

	.two-column #body1 {
		width: auto;
	}

	#body2 h2 { 
		background: none;
		color: #605656 ;
		padding: 0px;
		text-align: left;
	}
	h1 {
		margin: 0px;
		color: #605656 ;
		background: none;
		padding: 0px;
	}
	
	h1.special {
		background: none;
		color: #605656 ;
	}
	

}