@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #676767;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 680px;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#rightcol {
	position:relative;
	float:right;
	width: 775px;
	margin:0px;
	padding:0px;
}
#leftcol {
	position:relative;
	float:left;
	width: 205px;
	margin:0px;
	padding:0px;
}

#rightcol #top {
	position:relative;
	float:left;
	width: 775px;
	height: 99px;
	padding:0px;
	margin:0px;
	border-top: 1px solid #FFFFFF;
}
#rightcol #top .image {
	padding:0px;
	margin-right: 2px;
	margin-bottom: 16px;
}
#rightcol #header {
	position:relative;
	float:left;
	width: 735px;
	height: 40px;
	margin:0px;
	padding:10px 20px 0px;
	background: #6D6E70;
}
#rightcol #header h1{
	color: #FFFFFF;
	font: normal 24px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
#rightcol #bottom {
	position:relative;
	float:left;
	width: 735px;
	height: 470px;
	margin:0px;
	padding:30px 20px 20px;
	overflow: auto;
}

#leftcol #top {
	position:relative;
	float:left;
	width: 185px;
	height: 80px;
	margin:0px;
	padding:10px 0px 0px 20px;
	background: #282425;
}
#leftcol #top p, #leftcol #top a:link, #leftcol #top a:active, #leftcol #top a:visited, #leftcol #top a:hover{
	margin:0px;
	padding:0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#leftcol hr {
	background: #FFFFFF;
	height: 1px;
	width: 50px;
	margin: 10px 0px 0px;
	padding: 0px;
}
#leftcol #menu{
	float: left;
	width: 205px;
	position: relative;
	background: #282425;
	height: 250px;
	margin:0px;
	padding:0px;
	z-index:10;
} 
#leftcol #bottomleft {
	position:relative;
	float:left;
	width: 180px;
	height: 320px;
	margin:0px;
	padding:20px 0px 0px 25px;
	background: #EE8A2E;
}
#leftcol #bottomleft h1{
	font: bold 16px Arial, Helvetica, sans-serif;
	margin: 40px 0px 0px;
	padding:0px;
}
#leftcol #bottomleft p, a:link, a:visited, a:hover{
	font: 12px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color: #282425;
}
.imageframe {
	border: 1px solid #6D6E70;
}
 /*printer styles*/ 
 @media print{ 

/*hide the left column when printing*/ 
#leftcol {
	display:none;
} 
html, body, .oneColFixCtr #container, .oneColFixCtr #mainContent { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: none !important;
  	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
  	background: transparent none;
	width:100%;
}
#rightcol #bottom {
	position:relative;
	float:left;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:30px 20px 20px;
	overflow: visible;
}
