/* general BODY style */

BODY {
	background: #ffffff;
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px; }
	
/* header's left navigation */

.leftnav {
	background: #d8d9e5; }
	
.leftnav a {
	display: block;
	margin: 0px;
	padding: 0px; }
	
/* left column */

.leftcolumn {
	font: 11px/1.4 Tahoma;
	color: #575757;
	background: url(../i/leftcol_bg.gif) repeat-y #e1e1e1;
	height: 100%;
	vertical-align: top; }
	
.leftcolumn h1 {
	font: bold 12px Tahoma;
	color: #ffffff;
	background: #619c5f;
	padding: 5px 7px 5px 20px;
	text-align: right;
	width: 120px; }
	
.leftcolumn p {
	margin: 8px 20px 10px 20px; }

/* slogan */

.slogan {
	background: url(../i/header_bg_center.gif) repeat-x;
	padding: 25px 1px 0px 0px;
	text-align: right;
	vertical-align: top;
	height: 60px; }
	
/* second-level navigation */

.nav2 {
	background: url(../i/header_bg_nav2.gif) repeat-x;
	padding: 12px 0px 0px 25px;
	text-align; left;
	vertical-align: top;
	height: 66px; }
	
.nav2 a, .nav2 a:visited {
	display: block;
	float: left;
	font: bold 11px Tahoma;
	color: #5a6d98;
	background: url(../i/nav2_bullet.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 9px;
	margin: 0px 12px 0px 0px;
	text-decoration: underline;
	}
	
.nav2 a:hover {
	color: #166a12;
	background: url(../i/nav2_bullet_a.gif) no-repeat 0px 5px;
	text-decoration: none;
	}
	
/* content area */

.content {
	font: 12px/1.4 Tahoma;
	color: #494949;
	background: url(../i/content_bg.gif) repeat-y;
	height: 100%;
	min-height: 100%;
	vertical-align: top;
	text-align: right; }
	
.content h1 {
	font: bold 12px Tahoma;
	float: right;
	clear: both;
	color: #ffffff;
	background: #f58345;;
	padding: 5px 20px 5px 5px;
	text-align: left;
	width: 200px; }
	
.content div.content {
	text-align: left;
	margin: 43px 20px 0px 20px; }
	
/* footer */

.footer {
	font: 11px Tahoma;
	color: #d2d2d2;
	background: url(../i/footer_bg.gif) no-repeat #e7e7e7;
	vertical-align: top;
	text-align: center;
	padding: 16px 0px 0px 0px;
	height: 50px; }
	
.footer a, .footer a:visited {
	font-weight: bold;
	color: #5a6d98;
	text-decoration: underline;
	margin: 0px 20px 0px 20px; }
	
.footer a:hover {
	color: #7e95cb;
	text-decoration: none; }
	
	
