/* generated by csscreator.com */ 
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 16px;
	color: #006699;
}

h2 {
	font-size: 14px;
	color: #006699;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	color: #993333;
	text-decoration: underline;
}
 
#pagewidth {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #666666;
	background-color: #ffffff;
}
 
#header {
	position: relative; 
	height: 72px; 
	background-color: #FFFFFF; 
	width: 100%;
	background-color: #f49d40;
	background-image: url(images/logo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#header_image {
	position: relative;
	height: 150px;
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(images/header_image.jpg);
	background-repeat: no-repeat;
}

#nav_menu {
	position: relative;
	height: 25px;
	background-color: #eeeeee;
	width: 100%;
	background-image: url(images/nav/nav_blank.png);
	background-repeat: repeat-x;
}

#nav_menu ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#nav_menu li {
	float: left;
	position: relative;
	width: 125px;
	text-align: center;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 6px;
	
	background-image: url(images/nav/nav.png);
	background-repeat: no-repeat;
}

#nav_menu li a {
	color: #333333;
	text-decoration: none;
}

#nav_menu li a:hover {
	color: #993333;
	text-decoration: underline;
}

#leftcol {
	width: 160px;
	float: left;
	position: relative;
	background-color: #f49d40;
	/*background-image: url(images/page_left_bg.jpg);
	background-repeat: no-repeat;*/
	padding-top: 10px;
	padding-bottom: 0px;
}

#leftcol_footer {
	background-image: url(images/page_left_footer.jpg);
	background-repeat: no-repeat;
	background-color: #ff0000;
	width: 160px;
	height: 25px;
	float: left;
	position: relative;
}
 
#maincol {
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 620px;
	padding: 10px;
}
 
#footer {
	height: 15px;
	background-color: #eeeeee;
	clear: both;
	padding: 5px;
	text-align: center;
	color: #777777;
	border-top: 1px solid #cccccc;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



.nav_button li {
	background-image: url(images/nav/nav.png);
	width: 125px;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	display: inline;
}

.nav_button a {
	color: #666666;
	text-decoration: none;
}

.nav_button a:hover {
	color: #333333;
	text-decoration: none;
}

.box_left_header {
	width: 150px;
	border: 1px solid;
	background-image: url(images/box_left/header.png);
	height: 20px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

.box_left {
	width: 146px;
	border: 1px solid #000000;
	background-color: #4e4e4e;
	color: #dddddd;
	text-align: left;
	padding: 2px;
}

.box_left a {
	color: #ffffff;
	text-decoration: none;
}

.box_left a:hover {
	color: #ff9999;
	text-decoration: underline;
}

.box_right_header {
	width: 610px;
	border: 1px solid;
	background-image: url(images/box_right/header.png);
	height: 20px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
}

.box_right {
	width: 610px;
	border: 1px solid #000000;
	background-color: #eeeeee;
	color: #333333;
}

.report_params_box {
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	margin-left: auto;
	margin-right: auto;
}

.report_params_box_header {
	background-color: #aaaaaa;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.error_box {
	border: 1px solid #ffaaaa;
	background-color: #ffeeee;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	padding: 5px;
	color: #cc0000;
}

.report_link {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.nav_item {
	padding: 3px;
	border-bottom: 1px dotted #999999;
}
