* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	color: #9f9f9f;
	font-size: 11px;
	font-family: "trebuchet ms", helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #666;
}
p {
	color:#4b003b;
}
#header {
	width: 100%;
	height: 141px;
	background-color: #4d4d4d;
	background: url('images/menu-bg.jpg') repeat-x;
	color: #ffffff;
}
#header_inner {
	position: relative;
	width: 759px;
	height: 142px;
	margin: 0px auto;
	background: url('images/logo.jpg') no-repeat;
}
#header_inner span {
	position: absolute;
	left: 20px;
	bottom: 23px;
	text-transform: lowercase;
	font-size: 39px;
	font-weight: normal;
	letter-spacing: -2px;
}
#header_inner span img {
	border:none
}
img {
	border:none
}
#mainnavigation {
	position: absolute;
	right: -11px;
	bottom: 1px;
	color: #DADADA;
	font-size: 14px;
	width: 527px;
}
#mainnavigation .nav {
	width:100%;
	overflow:hidden;
}
#mainnavigation .nav li {
	display:inline;
}
#mainnavigation .nav li a {
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0 7px 0 7px;
	border-right:#960078 solid 1px;
}
#mainnavigation .nav li a:hover {
	text-decoration:underline;
	background-color:#960078;
	color:#FFF;
}
#aboutmenu {
	position: absolute;
	right: 3px;
	bottom: 105px;
	color: #DADADA;
	font-size: 14px;
	width: 170px;
}
#aboutmenu a {
	color:#FFF;
	font-size:10px;
	padding-left:7px;
	padding-right:2px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bullet.jpg) left no-repeat;
}
#aboutmenu a:hover {
	color:#CCC;
	text-decoration:underline;
}
#main {
	padding-top: 0px;
	position: relative;
	width: 756px;
	_width: 760px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#mainimage {
	margin-left:-1px;
}
h2 {
	margin-top: 10px;
	color: #960078;
	font-size: 18px;
	font-weight:normal;
	height: 34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	margin-top: 10px;
	color: #960078;
	font-size: 18px;
	font-weight:normal;
	height: 34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 span {
	background: inherit;
	color: #85AC1E;
}
h3.first {
	margin-top: 0px;
}
#lcol {
	position: relative;
	width: 234px;
	float: left;
}
#quote-place {
	border-bottom: #4b003b solid 2px;
	border-right: #4b003b solid 2px;
	border-left: #4b003b solid 2px;
	background-color:#F3F3F3;
}
#lcontent {
	position: relative;
	padding: 0px 5px 0px 10px;
}
#lcol p {
	font-size: 12px;
	line-height: 16px;
	margin: 0px;
	color:#333;
}
.divider {
	font-size: 0px;
	position: relative;
	border-bottom: solid 1px #F5F5F5;
	height: 1px;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.summary {
	text-align: right;
	font-style: italic;
}
ul.divided li {
	border-top: solid 1px #F5F5F5;
	margin-top: 4px;
	padding-top: 4px;
	background-position: 0px 9px;
}
ul.divided li.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: 0px 5px;
}
#rcol {
	position: relative;
	margin-left: 235px;
	width: 520px;
	background-image: url('images/a2.gif');
	background-repeat: repeat-x;
}
#rcontent {
	position: relative;
	padding: 10px 0 0px 10px;
}
#rcontent p {
	font-size:13px;
}
h1 {
	color: #4b003b;
	font-size: 26px;
}
h1 span {
	background: inherit;
	color: #85AC1E;
}
h1 span sup {
	background: inherit;
	color: #85AC1E;
	font-size: 14px;
}
#slogan2 {
	font-size: 14px;
	position: relative;
	top: -5px;
	width:520px;
}
.box {
	position: relative;
	border: dashed 1px #dadada;
	margin-top: 15px;
	background: inherit;
	color: #AAB165;
	width:500px;
}
.box h2 {
	background: inherit;
	color: #6C7425;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top:0px;
	padding-top:0px;
}
.box h2 a {
	color:#4b003b;
	text-decoration:none;
}
.box h2 a:hover {
	color:#000;
	text-decoration:underline;
}
.box p {
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	color:#333;
}
.box_inner {
	border: solid 1px #fff;
	padding: 15px;
	background: #FFFFE9 url('images/a4.gif') repeat-x;
	color: inherit;
}
.captioned_image {
	position: relative;
	padding-bottom: 15px;
	float: left;
	margin-right: 17px;
}
.captioned_image div {
	position: absolute;
	font-size: 9px;
	bottom: 0px;
	left: 0px;
}
#footer {
	color:#FFF;
	clear: both;
	background-color: #960078;
	margin: 0px auto;
	
	text-align: center;
	height:107px;
}
#footer a {
	color:#CCC;
	text-decoration:underline;
}
#footer p {
	color:#FFF; padding-top: 8px;}
#footer-center {width:760px; margin: 0px auto;}
.foot-image { float:right;}
.float-left-img { float:left; padding-right:2px; padding-bottom:1px;}
.bullet-list { padding-left:15px; color:#000; font-size:14px;}
.bullet-list li{ padding-bottom:15px;}
.bullet-list a { color:#000;}
.sub-bullet-list { padding-left:22px; color:#000; font-size:14px; padding-bottom:0px;}
.sub-bullet-list li {padding-bottom:0px;}
.sub-bullet-list a { color:#000;}