html { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	padding: 0px;
	background: #768485 url(/images/bg.gif) repeat-y center;
	color: #033d40;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}

a:link { color: #033d40; }

a:visited {
	color: #020406;
}

a:active, a:hover {
	color: #00AAAC;
	text-align: left;
}

blockquote {
	width: auto;
	border-left: solid 8px #dfebec;
	border-right: solid 8px #dfebec;
	padding: 5px 15px 2px 15px;
	background: #eaecec;
	font: italic 110% 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: #033d40;
	font-size: 160%;
	font-weight: normal;
	text-align: left;
}
h2, h3 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-style: italic;
}

h4, h5 {
	font-size: 130%;
	font-weight: bold;
	color: #033d40;
	text-align: center;
}
h5 {
	font-style: italic;
}
h6 {
	font-size: 125%;
	font-weight: bold;
	color: #033d40;
}

hr { 
	color: #033d40; 
	background: #033d40; 
	height: 1px; 
	padding: 0px; 
	border: 0px;
}

img {
	border: 0px;
	padding: 8px;
}

/*********** 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;
	width: 900px;
}

#body1 {
	width: 730px;
	float: left;

}
	#body1content {
	padding: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	}

	#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;
	text-align: left;
}
	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: #033d40; 
		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: #76d5c6;
		background-position: 0px -70px;
	}

#flashcontent {
	padding: 20px;
	background: #80b4b9;
	color: #fff;
}

#footer {
	border-top: solid 1px #1d6568;
	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; }

}
