@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	border:0;
	font-family:Arial,Tahoma,Helvetica,sans-serif;
	color:#000;
	background-color:#e6dbcb;
}
html>body {
	font-size:12px;
}
/* Adds right scroll bar to avoid bouncing on short pages */
html { min-height: 100%; margin-bottom: 1px; } 

/* Adds shadow background */
#wrapper{
	width:100%;
	background:#e6dbcb url('images/bg.jpg') center top repeat-y;
	overflow:auto;
}
/* Defines overall width */
#page {
	width:960px;
	margin:auto;
}
#topMenu {
	padding:0;
	padding-right:15px;
	color:#fff;
	font-weight:600;
	font-size:0.9em;
	text-align:right;
	vertical-align:bottom;
	height:20px;
	border-bottom:1px solid #fff;
	background:url('images/header_blue.jpg') #02224D left no-repeat;
}
#header {
	padding:0;
	top:21px;
	height:102px;
	overflow:hidden;
	background:url('images/header_bg.gif') repeat-x;
}
#topleft {
	margin:0;
	padding:0;
	width:617px;
	top:0px;
	left:0px;
	float:left;
	position:relative;
}
#topright {
	margin:0;
	padding:0;
	width:278px;
	height:102px;
	top:0px;
	float:right;
	text-align:right;
}
#container {
	width:805px;
	float:left;
	border-left:155px solid #75886E; 
	display:inline;
}
#leftMenu {
	float:left;
	width:155px;
	margin-left:-155px;
	position:relative;
	top:0;
	left:0;
	border-top:1px solid #75886E;
	color:#fff;
}
#centerCol {
	float:left;
	margin-right:-100%;
	position:relative;
	padding-bottom:1em;
}
#documents {
	float:right;
	width:220px;
	position:relative;
	padding-bottom:1em;
}
#footer {
	background-color:#02224D;
	position:relative;
	bottom:0;
	left:0;
	font-size:0.9em;
	color:#fff;
	height:30px;
	border-left:1px solid #fff;
}

