body {
	margin: 10px 0px 0px;
	padding: 0px;
	color: #996633;
	text-align: left;
	background: #FFFFFF url(images/bg.jpg) repeat-x top;
	font: 11px/150% Tahoma, Arial, Helvetica, sans-serif;
}
a:link {
	color: #46b49b;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
	a:visited {color: #005387; text-decoration: none;}
	a:hover {color: #004A81; text-decoration: none;
}
a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}
/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #F4F1EC;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}
/* Images */
img.floatRight {
	margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}
.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}
#bcontent {
	margin: 10px;
}

#topnav {
	margin: 10px;
	color: #FFFFFF;
}

a.nav:link {
	color:#FFFFFF;
	text-decoration:none;
	font: 12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	border-style: none;
}
a.nav:visited { font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-decoration:none}
a.nav:hover {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#46b49b;
	text-decoration:underline;
}
a.nav:active {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background: #bfb89d;
}

ul {
	line-height:150%;
}
.sidebar {
	background: #BFB89C url(images/mock1_06.jpg) no-repeat left bottom;
	color: #FFFFFF;
	padding: 10px 10px 130px;
	font-size: 12px;
}
.ContactBar {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663333;
	padding: 10px;
}
.ContactBarLink{
	color: #663333;
}
#container {
	border: 2px solid #663333;
}
#main {
	border-top: 3px solid #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#maincontent {
	margin: 10px;
	background: top;
}
#maincontent h1 {
	color: #003399;
	font: 24px/150% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: 5px solid #ddd;
}
#maincontent h2 {
	font-size: 18px;
}




.bline {
	color: #46b49b;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-size: 14px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#bnav {
	text-align: center;
}
