#content div.colLeft div.loginBox h2 span,
#content div.colLeft div.contactBox h2 span {
	display: none;
}

#flash {
	margin: 8px 0 11px 0;
	width: 979px;
	height: 193px;
	background: url("/static/images/subpage.top.jpg") no-repeat;
}
#content {
	color: #6f634a;

}
	#content div.colLeft {
		margin: 0 4px 0 1px;
		width: 278px;
		float: left;
	}
	#content div.colLeft div.loginBox {
		padding: 18px 0 0 14px;
		border: 1px solid #e8e4d0;
		margin: auto;
		overflow: hidden;
		width: 258px;
		background: url("/static/images/subpage.loginbox.bg.png") repeat-x;	
	}
		#content div.colLeft div.loginBox div.register {
			margin: 5px 0;
		}
		#content div.colLeft div.loginBox div.action {
			margin: 5px;
		}
		#content div.colLeft div.loginBox h2 {
			width: 79px;
			height: 31px;
			margin: 0 0 9px 0;
			background: url("/static/images/subpage.loginbox.title.png") no-repeat;
		}
		#content div.colLeft div.loginBox h2.logIn {
			width: 115px;
			height: 31px;
			margin: 0 0 9px 0;
			background: url("/static/images/subpage.loginbox.title2.png") no-repeat;
		}
		#content div.colLeft div.loginBox span {
			display: block;
		}
		#content div.colLeft div.loginBox a {
			padding-left: 5px;
			font-weight: bold;
		}
		#content div.colLeft div.loginBox label {
			float: left;
			color: #6f634a;
			padding-top: 4px;
			margin-bottom: 6px;
			clear: both;
			width: 38px;
			height: 14px;
		}
		#content div.colLeft div.loginBox input.text {
			margin-bottom: 6px;
			border: 1px solid #d0ccad;
			width: 101px;
			padding: 1px;
			height: 15px;
			float: left;
			color: #6f634a;
			font-family: Tahoma, Verdana, sans-serif;
			font-size: 8pt;
		}
		#content div.colLeft div.loginBox input.submit {
			background: url("/static/images/subpage.loginbox.button.png") no-repeat;
			width: 76px;
			height: 18px;
			border: 0;
			margin: 1px 0 0 10px;
		}
		#content div.colLeft div.loginBox input[type=submit] {
			float: left;
		}
	#content div.colLeft div.contactBox {
		padding: 11px 5px 10px 14px;
		background: #ece9d8;
		width: 255px;
		margin: 17px auto 0;
	}
		#content div.colLeft div.contactBox h2 {
			margin: 0 0 12px 0;
			width: 57px;
			height: 29px;
			background: url("/static/images/subpage.contactbox.title.png") no-repeat;	
		}
		
	#content div.colRight {
		width: 690px;
		float: left;
	}
		#content div.colRight span.pathBox {
			height: 25px;
			border-bottom: 1px solid #e3dfc6;
			display: block;
			padding: 7px 0 0 13px;
		}
		#content div.colRight span.pathBox em {
			font-style: normal;
			padding-right: 7px;
		}
		#content div.colRight span.pathBox a.mark {
			text-decoration: none;
		}
		#content div.colRight  div.content {
			margin: 15px 0 82px 13px;
		}
		#content div.colRight  div.content h1 {
			margin: 0 0 12px 0;
			font-size: 13pt;
			color: #dc8909;
			font-weight: bold;
		}
		a.print {
			display: block;
			cursor: pointer;
			height: 15px;
			padding-left: 32px;
			float: right;
			background: url("/static/images/subpage.print.png") no-repeat;
			margin-top: -25px;
		}
		div.content ul {
			margin-left: 0;
			padding: 0;
		}
		div.content ul li {
			margin: 0;
			background: url("/static/images/subpage.menu.dotted.gif") no-repeat  0px 4px;
			list-style: none;
			padding: 0 0 0 13px;

		}
		
		div.content a {
		   color: #dc8909 !important;
		   text-decoration: underline !important;
		}
		div.content a:hover {
		   text-decoration: none !important;
		}
		div.content a:visited {
		   color: #e9ab4c !important;
		}
				
	
div.space {
	background: #f1eddb;
	height: 14px;
	clear: both;
	margin: 10px 0 -9px 0; 
}
#submenu, 
	#submenu li {
		list-style: none;
		margin: 0 0 16px 0;
		padding: 0;
	}
	
	#submenu li {
		color: #6f634a;
		font-weight: bold;
		height: 24px;
		padding: 9px 0 0 30px;
		margin-bottom: 1px;
		display: block;
		background: #e9e5d1 url("/static/images/subpage.menu.dotted.gif") no-repeat 14px 13px;
	}
	#submenu li.mark,
	#submenu li:hover { 
		background: #dcd7b8 url("/static/images/subpage.menu.dotted.gif") no-repeat 14px 13px; 
		
	}
	#submenu a {
		text-decoration: none !important;
	}
	#submenu li.second {
		font-weight: normal;
		background: #ece9d8;
	}
	#submenu li.third {
		font-weight: normal;
		background: #fff url("/static/images/subpage.menu.third.bg.gif") bottom repeat-x;
	}
	#submenu li.last {
		background: #fff;
	}
	#submenu li.marked a {
		color: #dc8909;
	}
	
