body {
	margin-top:0;
	margin-right: 0;
	margin-left:0;
	padding:0;
	color:#000;
	min-width:700px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	background: #2f517e url(images/bkgd.gif) repeat;
	}


#maintable {
	border: #fff 5px solid;
	margin: 20px auto 0;
	background: #2f517e;
	width: 750px;
}

#topnav {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size:10px;
	color: #888;
	}
	
#topnav a{
	color: #888;
	text-decoration: none;
	}

#topnav a:hover {
	color: #2f517e;
	}

/*********  NAV  ********/

#nav {
	background-color:#c9d2de;
	float:left;
	width:150px;
	font-size: 10px;
	margin-top: 5px;
	}
#nav h2, #nav h3, #nav p {
	padding:0;
}

/*** nested menu from http://www.howtocreate.co.uk/tutorials/testMenu.html**/
#nav ul, #nav ul ul {
  width: 150px;
  background-color: #c9d2de;
  padding: 0;
  margin: 0;
  
}

#nav ul li {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  color: #2f517e;
  padding: 8px 5px;
}

#nav ul li ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 150px;
}

#nav ul li:hover, #nav ul li.over {
  background-color: #2f517e;
  color: #eae7d1;
  font-style: normal;
}

#nav ul li.over {
  background-color: #2f517e;
  color: #eae7d1;
}

#nav ul li:hover ul, #nav ul li.over ul {
  display: block;
}


/* and some link styles */
#nav ul li a { color: #2f517e; display: block; width: 100%; text-decoration: none; text-align: left; font-weight: bold;}
#nav ul li a:hover {color: #eae7d1; font-style: normal; font-weight: bold;}
#nav ul li:hover > a {color: #eae7d1; font-style: normal; font-weight: bold;}

#nav li ul li a {
		text-align: left;
		}


/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */


/**********  MAIN (INDEX) *******/

#main {
	width: 600px;
	background-color: #d0d9e0;
	/*margin-left:126px;*/
	margin-top: 0;
	margin-right: 0;
	font-size:12px;
	/*float: top;*/
	color: #204e7a;
	}
/* \*/ /* * html #main img {margin-left: -3px; margin-right:0px;} /* */

#main h2 {
	font-size: 16px;
	font-style: italic;
	color: #1b3a7b;
	padding: 0 0 0 15px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

#main_body {
	margin: 10px 0 0 5px;
	padding: 0;
	float: left;
	border-right-width: 1px;
	width: 595px;
	background: repeat bottom;
}

#main_body_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 394px;
	background: repeat bottom;
}

#main_body_right {
	width: 197px;
	margin: 0;
	padding: 0;
	float: left;
	background: repeat bottom #eeeeee;
	border-style: dotted;
	border-width: 1px;
}

#main_body h2 {
	color: #794d33;
	font-variant: normal;
}



#main p {
	padding: 0;
	margin: 10px 15px 20px;
}

#main ul {
	margin-top: 5px;
}

#main li {
	margin-bottom: 8px;
}

#main a {
	color: #333;
}
	
#main a:link {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
	
#main a:hover {
	color: #2f517e;
	}
	
#main a:visited {
	color: #333;
	}

#main h3 {
	padding:0 10px;
	font-size: 12px;
	font-weight: normal;
	color: #204e7a;
	}



/*******  MIDDLE (inside) *******/

/* #middle {
	width: 562px;
	margin-left:135px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	font-size:12px;
	color: #204e7a;
	vertical-align:top;
	}
*/

#middle {
	margin-left: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	/*padding: 0 10px 0 10px;*/
	font-size:12px;
	color: #333;
	vertical-align:top;
	text-align: left;
	}

#middle #taxtable td {
	color: #1a3a7b;
	border-top-width: 3px;
	border-style: dotted;
	font-size: 8pt;
	border-width: 1px;
}

#middle .footnotes {
	font-size: 8pt;
	color: #1a3a7b;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	padding-top: 10px;
}

#middle img.flushright {
	float: right;
	margin: 0 15px 10px 10px;
	}

#middle #whatwedo {
	color: #794d33;
	}
	
#middle #whatwedo h2 {
	color: #794d33;
	}

#middle h2 {
	font-size: 16px;
	font-style: italic;
	color: #1b3a7b;
	padding-left: 15px;
	}
	
#middle h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0;
	padding: 0 0 5px 15px;
}

#middle p {
	margin: 0;
	padding: 0 10px 20px 15px;
	color: #4e4e4e;
}

#middle p.intro {
	margin: 0;
	padding: 0 10px 20px 15px;
	color: #794d33;
}


#middle p a, #middle li a {
	color: #204e7a;
	}

#middle p a:visited, #middle li a:visited {
	color: #204e7a;
	}

#middle p a:hover,#middle li a:hover {
	color: #000;
	}
	
#middle h1 {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	}

#middle #breadcrumb {
	width: 80%;
	padding-bottom: 5px;
	margin: 10px 0 10px 0;
	color: #666;
	font-size: 10px;
	border-bottom: 1px dashed #666;
	}

#middle #breadcrumb a {
	color: #666;
	text-decoration: none;
	}

#middle #breadcrumb a:link, #middle #breadcrumb a:visited {
	color: #666;
	text-decoration: none;
	}
	
#middle #breadcrumb a:hover {
	color: #000;
	text-decoration: underline;
	}

#middle #testimonials .quote {
	font-style: italic;
	}
	
#middle #testimonials hr {
	width: 40%;
	margin-top: 10px;
	margin-left: 0;
	margin-bottom: 10px;
	height: 1px;
	border-top: 1px dashed #666;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	}


/*******  RIGHT *******/

#right {
	width: 200px;
	margin-left: 560px;
	background:#ececec;
	top: 0px;
	vertical-align:top;
	font-size: 8pt;
	color: #1a3a7b;
	text-decoration: none;
}

#right h2 {
	font-size: 14px;
	font-style: italic;
	color: #333333;
	padding-left: 15px;
	}

#right a {
	color: #1a3a7b;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}

#right a:link {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #1a3a7b;
	text-decoration: none;
}

#right a:hover {
	color: #333333;
	text-decoration: none;
}

#right a:visited {
	color: #1a3a7b;
	text-decoration: none;
}


/**************footer*************/

#footer {
	background-color:#2f517e;
	clear: both;
	text-align:center;
	font-size:10px;
	color: #fff;
	margin-left: 4px;
	}

#footer p {
	padding:5px;
	margin:0;
}

#footer p a {
	color: #fff;
	}
	
#footer p a:link {
	text-decoration: underline;
	font-style: none;
	}

#footer p a:hover {
	text-decoration: underline;
	color: #eae7d1;
	}
	
#footer p a:visited {
	color: #fff;
	}

#address {
	background-color:#c9d2de;
	position: relative;
	bottom: 0;
	}


.more {
	color: #204e7a;
	font-style: italic;
	text-decoration:underline;
	}

hr {
	width: 90%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	border-top: 1px dashed #666;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	}
	
table, td, tr {
	margin-left: 0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
	}

	
tr {
	vertical-align:top;
	}
	
img {
	border:0;
	margin: 0;
	padding: 0;
	}

ul {
	padding: 0 0 10px 30px;
	margin: 0;
}

li {
	margin: 0 0 3px;
	padding: 0;
	}

ul.nobullet {
	list-style: none;
	margin: 5px 0 0 0;
	}