* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	width: 100%;
	}
	
* html #container {	
	height: 100%;
	}
		
body {
	background: url(images/bg.png) repeat-x top #FFFFFF;
	}
		
.clear {			
	clear: both;
	}
	
#container {
	position: relative;
	width: 798px;
	min-height: 100%;
	margin: 0 auto;
	border-left: #2a6892 solid 1px;
	border-right: #2a6892 solid 1px;
	background: #FFFFFF url(images/bg_container.png) repeat-y left;
	}
	
#header {
	width: 798px;
	height: 185px;
	background: url(images/head.png) no-repeat top;
	border-bottom:  #2a6892 solid 1px;
	}
	
#header h1 {
	padding-top: 110px;
	padding-left: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #195c89;
	}
	
#header a {
	color: #195c89;
	text-decoration: none;
	}
	
#header a:hover {
	text-decoration: none;
	}
	
#left {
	width: 154px;
	float: left;
	display: inline;
	padding-top: 5px;
	}
	
#left div.title {
	width: 154px;
	height: 21px;
	background: url(images/left_title.png) no-repeat;
	}
	
#left div.title h2 {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
	padding-top: 3px;
	}
	
#left div.title h2 a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#left ul {
	list-style: none;
	}
	
#left ul li {
	display: block;
	height: 20px;
	border-bottom: solid 1px #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	}
	
#left ul li a {
	display: block;
	padding-left: 25px;
	padding-top: 2px;
	height: 20px;
	color: #000000;
	text-decoration: none;
	}
	
#left ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/act.png) repeat-y;
	}
	
#left ul li.more {
	background: #FFFFFF url(images/more.png) no-repeat;
	background-position: 0 50%;
	}
	
#left ul li.more a {
	display: block;
	padding-right: 20px;
	padding-top: 2px;
	height: 20px;
	text-decoration: none;
	color: #266590;
	text-align: right;
	}
	
#left ul li.more a:hover {
	text-decoration: none;
	background: none;
	color: #ff982f;
	}
	
#content {
	width: 584px;
	float: left;
	display: inline;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	}
	
#content h3 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #f35e00;
	padding-bottom: 10px;
	}
	
#content p {
	padding-bottom: 10px;
	padding-left: 10px;
	color: #3c526b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
