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

/* OLD BODY TAG
body,td,th {
	font-size: 0.7em;
}
.style1 {color: #E2D4B6}
END OLD BODY TAG*/

body {
	margin: 0px;
	padding: 0px;
	background: #81878e url('../images/bg.gif') repeat-y center;
	text-align: center;
	color: #43484e;
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
}

a:link { color: #2c98d9; }
a:visited { color: #5d96b9; }
a:active, a:hover { color: #815d59; }

blockquote {
	width: auto;
	border-left: solid 8px #c9cfd6;
	border-right: solid 8px #c9cfd6;
	padding: 5px 15px 2px 15px;
	background: #f4f6f8;
	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: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #806948;
	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: #81878e;
}
h5 {
	font-style: italic;
}
h6 {
	font-size: 120%;
	font-weight: bold;
	color: #81878e;
}

hr { 
	color: #6f7c8c; 
	background: #6f7c8c; 
	height: 1px; 
	padding: 0px; 
	border: 0px;
}
p {
	color: #333333;
}

img { border: 0px; }

/*********** custom classes **********************/

.center { text-align: center; }

.clear { clear: both; }

.thumbnail {
	width: 150px;
	margin: 0px 18px 10px 0px;
	float: left;
	height: 150px;
}

/*********** custom layout styles ****************/

/* WELCOME STYLE */ 

div#welcome h1 {
	left: 96px;
	width: 450px;
	background : url(../images/Welcome-1.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
}

/* End WELCOME STYLE */ 

/* ABOUT STYLE */ 

div#about h1 {
	left: 96px;
	width: 450px;
	background : url(../images/about-1.png) no-repeat;
	height: 30px;
	text-indent: -9999px;
}

/* End ABOUT STYLE */ 


#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#body1 {
	width: 730px;
	float: left;
	background-color: #FFFFFF;

}
	#body1content {
	padding: 15px 15px;
	}

	#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: 10px; }
	
	.menu a:link, .menu a:visited {
		display: block;
		width: 150px;
		height: auto;
		background: url('../images/vertical.gif') no-repeat;
		text-decoration: none;
		color: #806948; 
		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: #2c98d9;
		background-position: 0px -70px;
	}

#flashcontent {
	padding: 20px;
	background: #BEA98A;
}

#footer {
	clear: both;
	border-top: solid 1px #6f7c8c;
	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; }

}
#pageText {
	padding: 1em;
}
.pUpperCase {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #5D84C0;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
}
.SubText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}
.SubCaption {
	font-size: 0.8em;
	background-color: #E2D4B6;
	letter-spacing: 2px;
	padding: 2px;
}
div#graphic1 {
	left: 0px;
	width: 125px;
	background : url(../images/icfsketch.png) no-repeat;
	height: 125px;
	text-indent: -9999px;
	background-position: center;
}

