@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
a, a:visited {
	color: #78392F;
	text-decoration: none;
}

.leftcol {
	width: 467px;
}
.rightcol {
	width: 421px;
}

.navbar {
	background-color: #161616;
}
.strapline {
	background-color: #161616;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 18px;
	height: 35px;
	vertical-align: middle;
	padding-left: 22px;
}
.strapline_brown {
	background-color: #78392F;
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 18px;
	height: 35px;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-left: 22px;
}


.left_shadow {
	width: 10px;
	background-color: #EEEEEE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
.right_shadow {
	width: 10px;
	background-color: #E0DFE3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.txtbg {
	border-top-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #663128;
	border-left-color: #663128;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #78392F;
}

.white_serif_txt {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}
.yellowtxt {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC99;
}
.whitetxt {
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120%;
}
.txtbg_pale {
	background-color: #F9F5EE;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E0DCD6;
	padding: 15px 22px;
}

.imgbg_fawn {
	background-color: #EAD8B5;
	background-image: url(imgbg_fawn.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.yellowbullets {
	color: #E4AD82;
}
.imgbdr {
	border: 1px solid #000000;
}
.subhead {
	font-family: Tahoma, Arial;
	color: #78392F;
	font-size: 18px;
}
.planbdr {
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.footer, .footer a:link, .footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
}
.whttxt {
	color: #FFFFFF;
}
