/**
styles
**/
		body {
			background: #ffffff;
			margin: 0px;
			font: 11px/16px Verdana;
			color: #1f1f1f;
		}
		
		h3, h2 {
			color: #71a075;
			height: 18px;
			font: 18px/20px Arial;
			font-weight: bold;
			margin: 0px 0px 20px 0px;
			letter-spacing: -0.8px;
		}
		h3 b, h2 b {
			color: #405f83;
		}
		h2 {
			font: 14px/16px Arial;
			font-weight: bold;
			margin: 0px;
		}
		
		h1 {
			color: #696969;
			font: 14px/14px Arial;
			text-transform: uppercase;
			margin: 15px 0px 15px 0px;
			font-weight: bold;
			position: relative;
		}
		p {
			margin: 0px 0px 15px 0px;
		}			
		b {
			color: #374a39;
		}			
		a {
			color: #567a59;
		}
		a:hover {
			color: #374a39;
		}
		.picture { 
			float: right;
			margin: 0px 0px 32px 32px;
			clear: all;
		}
		ul {
			margin: 10px 0px 10px 20px;
			padding: 0px 0px 0px 0px;
		}
		li {
			padding: 2px 0px 2px 0px;
		}
		sup {
			font-size: 8px;
		}	
		sub {
			font-size: 8px;
		}						
		#hline {
			 border-bottom: solid 1px #ececec; 
			 margin: 20px 0px 20px 0px;
		}
		.top {
			font-size: 8px;
			text-transform: uppercase;
			text-align: right;
			margin: 10px 0px 10px 0px;
		}		
/**
Home
**/		
		#quickLinks {
			float: right;	
			height: 255px;		
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 80px 40px;
		}
		#quickLinks .links {
			background: #d9e5da;
			padding: 10px;
			margin: 0px;
		}
		#quickLinks .links li {
			list-style-image: url(/images/ico.list.gif);
		}		
/**
Home
**/				
		#rightSide {
			width: 225px;
			text-align: left;
			margin: 20px 0px 20px 0px;
		}
		#rightSide .more {
			font-size: 8px;
			margin: 5px 0px 20px 0px;		
			text-align: right;
		}		
		#rightSide .contact {
			border: 1px solid #ececec;
			font-size: 10px;
			margin: 5px 0px 20px 0px;	
			padding: 10px;	
		}				
		
		#news {
			border-top: 1px solid #ececec;
			border-bottom: 1px solid #ececec;
			padding: 5px;
		}	
		#news .title a {
			color: #416084;
			margin: 0px 0px 4px 0px;
			font-weight: bold;
			text-decoration: none;
		}					
		#news .date {
			color: #71a075;
			font-size: 9px;
			margin: 0px 0px 2px 0px;
		}	
		#news .description {
			color: #6c6c6c;
			font: 9px/12px Verdana;
			margin: 0px 0px 6px 0px;
		}	
				
			
/**
Box
**/		
		#box {
			margin: 16px 0px 16px 0px;
			padding: 10px;
			border: 1px solid #dddddd;
			background: #fcfcfc;
		}	
		#box td {
			padding: 1px;
		}			
/**
Download Box
**/				
		#download { 
			background: url(/images/ico.pdf.gif) no-repeat;
			margin: 15px 0px 15px 0px;
			height: 35px;
		}
		#download .link {
			margin: 0px 10px 0px 40px;
		}
		#download .filesize {
			font-size: 10px;
			margin: 0px 0px 0px 40px;
		}
		#download .description {
			margin: 0px 0px 0px 40px
		}			
		
/**
Form Feedback
**/				
		#msgError {
			background: url(/images/ico.error.gif) no-repeat;
			border: 4px solid #db1515; 
			color: #db1515; 
			padding: 10px 10px 10px 50px;
			margin: 20px 0px 20px 0px;
		}
		#msgSuccess {
			background: url(/images/ico.success.gif) no-repeat;
			border: 4px solid #67955c; 
			color: #67955c; 
			padding: 10px 10px 10px 50px;
			margin: 0px 0px 20px 0px;
		}				
/**
Form Errors
**/				

		.frmError {
			background: #db1515;
		}
		.frmFocus {
			border: 2px solid #007fc5;
		}
		#errors {
			background: #392193;
			color: #FFFFFF;
			line-height: 18px;
			padding: 5px 5px 5px 5px;
			margin: 20px 0px 0px 0px;
		}
			
		#errors h1 {
			color: #FFFFFF;
			font-size: 12px;
			font-weight: bold;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
		}
		
		.required {
			background: #73a275;
			height: 18px;
			width: 3px;
		}
		.frmHr {
			margin: 10px 0px 15px 0px;
			border-bottom: 1px solid #dcdee0;
			
		}

/**
Data Table
**/				
		.datatbl {
			border: 2px solid #71a075;
			margin: 10px 0px 25px 0px;
			background: #f8f8f8;
		}
		.datatbl td {
			border-bottom: 1px solid #e5e5e5;
			border-right: 1px solid #e5e5e5;
			background: #ffffff;
		}	
		.datatbl th {
			background: #71a075;
			color: #ffffff;
		}			
/**
Table
**/				
		.tbl {
			border: 2px solid #e5e5e5;
			margin: 10px 0px 10px 40px;
			background: #ffffff;
		}
/**
Footer Navigation
**/			
		#footNav {
			position: relative;
			height: 30px;
			margin: 40px 0px 0px 0px;
		}		
		#footNav a {
			display: block;
			height: 30px;
			line-height: 30px;
			width: 100px;
			text-align: center;
			text-transform: uppercase;
			font-size: 9px;
			border: 1px solid #e5e5e5;
			background: #fafafa;
			text-decoration: none;
		}	
		#footNav a:hover {
			background: #71a075;
			color: #ffffff;
			text-decoration: none;
		}	
		#footNav .prev {
			position: absolute;
			left: 0px;
			top: 0px;
		}	
		#footNav .next {
			position: absolute;
			right: 0px;
			top: 0px;
		}						
/**
Map
**/		
		.mapThumb {
			border: 2px solid #71a075;				
		}
		
		#mapNav {
			position: relative;
			height: 20px;
			margin: 0px 0px 10px 0px;
			width: 650px;
		}		
		#mapNav a {
			display: block;
			height: 20px;
			line-height: 20px;
			width: 100px;
			text-align: center;
			text-transform: uppercase;
			font-size: 9px;
			border: 1px solid #e5e5e5;
			background: #fafafa;
			text-decoration: none;
		}	
		#mapNav a:hover {
			background: #71a075;
			color: #ffffff;
			text-decoration: none;
		}	
		#mapNav .prev {
			position: absolute;
			left: 0px;
			top: 0px;
		}	
		#mapNav .next {
			position: absolute;
			right: 0px;
			top: 0px;
		}			
		#mapNav .return {
			position: absolute;
			left: 225px;
			top: 0px;
		}		
		#mapNav .return a {
			width: 200px;
		}				

		
/**
Reference Box
**/				
		#reference { 
			background: url(/images/ico.reference.gif) no-repeat;
			margin: 15px 0px 15px 0px;
		}
		#reference .link {
			margin: 0px 10px 0px 40px;
		}
		#reference .description {
			margin: 0px 0px 0px 40px
		}	
