	html {
		margin:0;
		padding:0;
		color:#000;
		background: white url("images/bg2.png");
  		background-repeat: repeat-x;
  		background-position: top;
		}
		/* 6b3c00 - dark brown, beige - 8D8D6C */ 


	body {
		margin:0;
		padding:0;

		border-left: 0px;
		width:100%;
		background:#fff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #black;
	}
	
	table {
			margin-left:20px;
			margin-right:20px;
			border:thin solid black;
			caption-side: bottom;
			border-collapse: collapse;
	}
	
	th {
		background-color:  #FFE499;
	}
	
	td, th{
			border:thin dotted gray;
			padding: 5px;
	}
	

	#wrap {
		width:900px;
		margin:0 auto;
		background: #6b3c00;
	}

	a {
		color:#054E77;
	}
	a:hover {
		color:#fff;
		background:#A63916;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		background-color: #347DA7;
	/* 052f6d */
	}
	#header {
		border-right: 5px ridge #054E77;
		border-left: 5px ridge #054E77;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
	}
	
	/*background:#F2F5F9 */

	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background-color: #054E77;
		
		border-left: 5px ridge #347DA7;

		color: white;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.8em;
	}
	#header ul li a:hover {
		background:#A63916;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background: url("images/navbutton.png");
  		background-repeat: repeat-x;
  		background-position: top;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}


#contact {
	width: auto; 
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #FFE499;
	border-right: 10px solid #FFE499;
	background-color: #347DA7;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 100%;
	color: white;

}

#contact a {
	font-style: normal;
	}


#contactborder {
	width: auto; 
	display: block;
	padding: 2px 5px 2px 8px;
	border-left: 10px solid #054E77;
	border-right: 10px solid #054E77;
	background-color: #054E77;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 100%;
	color: white;
	margin-top: 0;

}
#contact span{
	text-align: center;
	font-weight: normal;
	font-style: normal;
	}

#firm {
	margin-bottom: 1em;
	}


/*Navigation Menu Beginning */
#navigation{
	width: auto; 
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 100%;
	background-color: #054E77;
	color: #333;
}

* html #navigation{ /*IE 6 only */
	width: 147px; /*Box model bug: 180px minus all left and right paddings for #navigation */
}

#navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navigation li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#navigation li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #FFE499;
	border-right: 10px solid #FFE499;
	background-color: #347DA7;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #navigation li a{ /*Non IE6 width*/
	width: auto;
}

/* old colors right: 6a94d4   left: 5ba3e0 background: 2586d7  */
#navigation li a:hover{
	border-left: 10px solid #A63916;
	border-right: 10px solid #A63916;
	background-color: #A63916;
	color: #fff;
}

/*Navigation Menu End */


	/* 'widths' sub menu, old color: CECC99,  border-top: 5px ridge #054E77 */
	#layoutdims {
		clear:both;
		background:#BFA357;

		margin:0;
		padding:6px 15px !important;
		text-align:right;
		color: #114A6D;
		font-weight: bold;

	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		border-right: 5px ridge #054E77;
		border-left: 5px ridge #054E77;

	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}

/* background-color: #054E77; */

	.col1 h2, h1 {
		background: white url("images/bg3.png");
  		background-repeat: repeat-x;
  		background-position: top;

		display: block;
		padding: 5px 5px 5px 8px;
		color: #062F47;
		text-decoration: none;
		width: 100%;

	}

	.col1 p{
		color: #062F47;
		}

	.col2 h3 {

		background-color: #BFA357;
		text-align: center;
		background: url("images/navbutton.png");
  		background-repeat: repeat-x;
  		background-position: top;

		display: block;
		padding: 5px 5px 5px 0px;
		color: white;
		text-decoration: none;
		width: 100%;
	}
	


	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background: white;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#BFA357;	/* left column background colour */

	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width: 100%;
		border-top:1px solid #000;
		border-right: 5px ridge #054E77;
		border-left: 5px ridge #054E77;

	}
	
	#footer a {
		color: #FFF;
	}
	
	#footer p {
		padding:10px;
		margin:0;
		background: #347DA7;
	}
	#links {
		text-align: center;
		font-size: 75%;
		margin:0;
		background: #CECC99;

	}
	
	#articledisclaimer {
		color:#A63916;
		font-style:italic;
		font-size: 75%;
	}

	#disclaimer {
		color: white;
		font-size: 75%;
	}

	#copyright {
		color: white;
		font-size: 75%;
	}

	
	#blog a:link {color: #BFA357;}
	#blog a:visited {color: #BFA357;}
	#blog a:active {color: #BFA357;}
	#blog a:hover {background-color: #BFA357;}
	#blog a {text-decoration: none;}

#blog {background-color: #BFA357}




