html { margin: 0px; padding: 0px; }
body { 
	margin: 0px;
	padding: 0px;
	background: #535357 url('images/bg.gif') repeat-y center;
	text-align: center;
	color: #43484e;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #171323; }
a:visited { color: #66666f; }
a:active, a:hover { color: #2a2b43; }

blockquote {
	width: auto;
	border-left: solid 8px #dadada;
	border-right: solid 8px #dadada;
	padding: 5px 15px 2px 15px;
	background: #ececed;
	font: italic 120% Georgia, Times, 'Times New Roman', serif; }
}

/* Hides from IE5-mac \*/
* html blockquote {height: 1%;}
/* End hide from IE5-mac */ 

h1, h2, h3, h4, h5 { font-family: Georgia, Times, 'Times New Roman', serif; }
h1 {
	color: #171323;
	font-size: 180%;
	font-weight: normal;
}
h2, h3 {
	font-size: 180%;
	font-weight: normal;
}
h3 {
	font-style: italic;
}

h4, h5 {
	font-size: 150%;
	font-weight: normal;
	color: #171323;
}
h5 {
	font-style: italic;
}
h6 {
	font-size: 120%;
	font-weight: bold;
	color: #171323;
}

hr { 
	color: #171323; 
	background: #171323; 
	height: 1px; 
	padding: 0px; 
	border: 0px;
}

img { border: 0px; }

/*********** custom classes **********************/

.center { text-align: center; }

.clear { clear: both; }

.thumbnail {
	width: 200px;
	margin-right: 20px;
	float: left;
	height: 250px;
}

/*********** custom layout styles ****************/

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#body1 {
	width: 730px;
	float: left;

}
	#body1content {
		padding: 10px 20px;
	}

	#iframe {
		margin: 0px;
		padding: 0px;
		width: 729px;
		height: 300px;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		border-left: none;
		border-right: none;
		border-collapse: collapse;
	}
	
#body2 {
	width: 170px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
	html>body #body2 { width: 150px; }
	
	.menu {
		margin: 0px;
		padding: 0px;
		list-style: none;
		font-weight: bold;
	}
	
	.menu li { margin-bottom: 5px; }
	
	.menu a:link, .menu a:visited {
		display: block;
		width: 150px;
		height: auto;
		background: url('images/vertical.gif') no-repeat;
		text-decoration: none;
		color: #171323; 
		padding-left: 15px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 135px;
	}
		html>body .menu a:link, html>body .menu a:visited { width: 135px; }
	
	.menu a:active, .menu a:hover {
		color: #2a2b43;
		background-position: 0px -70px;
	}

#flashcontent {
	padding: 20px;
	background: #66666f;
	color: #fff;
}

#footer {
	border-top: solid 1px #171323;
	padding-top: 10px;
}

@media print {
	body { background-image: none; background-color: #fff; padding: 10px; }
	#container { width: 100%; }
	#body1 { width: 100%; float: none; }
	#body2 { float: none; width: 100%; }
	#flash, #footer, .menu { display: none; }

}