	body, html {
		height: 100%;
		}
	
	body {
		font-family: 75%/1em "MS Trechubet", arial, helvetica, sans-serif;
		background: #f8f4ff;
		}
		
	p, li {
		font-size: 9pt;
		color: #444444;
		}
	
	.container {
		height: 100%;
		background: #ffffff;
		}
		
	.shadowleft, .shadowright {
		width: 15px;
		}
		
	.shadowleft {
		background-image: url(../_img/shadow-bg-left.jpg);
		}
		
	.shadowright {
		background-image: url(../_img/shadow-bg-right.jpg);
		}
	
	.header, .menu, .content {
		border-left: 1px solid #999999;
		border-right: 1px solid #999999;
		width: 650px;
		}
	
	.header {
		height: 100px;
		}
	
	.menu {
		height: 25px;
		}
	
	.content {
		padding: 25px 25px 5px 25px;
		vertical-align: top;
		height: 90%;
		}
	
	
	H1 {
		font-size: 1.75em;
		line-height:1.1em;
		font-weight: normal;
		color:#718c71;
		margin-bottom: -20px;
		}
		
	H2 {
		font-size: 1.50em;
		line-height:1.1em;
		font-weight: normal;
		color: #718c71;
		}	
		
	H3 {
		font-size: 1.1em;
		line-height:1.1em;
		font-weight: normal;
		color: #718c71;
		}		
		
	.menugroup {
			height: 100%;
			width: 100%;
		}
		
	.menuitem, .menuitemOver, .menuempty {
		font-size: 10pt;
		font-weight: bold;
		padding-left: 5px;
		}
	
	.menuitem {
		border: 1px solid #ededed;
		width: 130px;
		background: #fafcfa;
		color: #666666;
		cursor: pointer;
		}
		
	.menuitemOver {
		border: 1px solid #bdd7bd;
		width: 130px;
		background: #e3eee3;
		color: #718c71;
		cursor: hand;
		}
	
	.menuempty {
		border: 1px solid #ededed;
		background: #fafcfa;
		}
		
	div.featuredlink {
		border: 1px solid #bdd7bd;
		padding: 5px;
		vertical-align: top;
		background: #e3eee3;
		}
		
	font.linkurl {
		color: #999999;
		}
	
	a.linkurl {
		color: #006699;
		text-decoration: underline;
		}
	
	font.featuredlink {
		font-size: 10pt;
		font-weight: bold;
		}
		
	a {
		color: #006600;
	}
