html {height:100%; background:#e7e5dc;}
body {
	color:#514F26;	
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#e7e5dc url(images/background.gif);
	background-repeat: repeat-x;
	behavior: url(/csshover.htc);

}
/* page styles */
#page-box {
	background: url(images/page_bg.gif) no-repeat center top;	
	width:699px;
	margin:0 auto;
	/* padding:71px 0 0; */
	overflow:hidden;
	position: relative;
	min-height: 100%;
	padding-bottom: 5em;

}

* html #page-box
{
height: 100%;
}
#logoHeader {
	padding-left: 15px;
	padding-top: 45px;
}

/* left column */
#leftColumn {	
	float: left;
	width: 220px;
	height: 600px;
}
br.clear {clear:both;}

#leftContactInfo {
	float: right;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #514F26;
	line-height: 18px;
}
#leftContactInfo a {
	text-decoration: none;
	color: #514F26;
}
#leftContactInfo a:hover {
	text-decoration: none;
	color: #D9531E;
}
#leftNav {
	float: right;
	padding-top: 55px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #514F26;
	line-height: 23px;
}
#leftNav a {
	text-decoration: none;
	color: #514F26;
}
#leftNav a:hover {
	text-decoration: none;
	color: #D9531E;
}

/* right column */
#rightColumn {
	float: right;
	width: 475px;
}
#grphxHeader {
	margin-top: 77px;
	margin-left: 6px;
}
#mainContent {
	width: 445px;
	margin: 6px;
	margin-top: 2px;
	font-size: 11px;
	line-height: 16px;
}
.contentGreen {
	color: #129593;
}
#flashContent {
	margin-top: 77px;
}

