body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url("/images/bodyback.jpg") repeat-x #fffffe;
	font-family: arial;
	color: #656661;
}
a {
	color: #0055cc;
}
.brown {
	color: #716339;
	font-weight:bold;
}
#wrapper {
	width: 950px;
	margin: 0px auto;
}
#box {
	width: 100%;
	float: left;
}
#box2 {
	width: 100%;
	float: left;
}
#header {
	width: 100%;
	height: 334px;
	float: left;
}
#headleft {
	float: left;
	width: 248px;
	height: 83px;
	margin: 15px 0px 0px 35px;
}
#headright {
	float: right;
	margin: 35px 50px 0px 0px;
}
#topnavwrap {
	height: 35px;
	float: left;
}
#topnavwrap2 {
	float: left;
	height: 35px;
	padding: 0px;
}
#topnav {
	float: left;
	height: 35px;
	background: url("/images/topnavback.png") repeat-x;
	padding: 0px;
}
.topnavend {
	float:left;
}
.topnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.topnav li {
	height: 35px;
	float: left;
	border-right: 1px solid #0a4788;
}
.topnav li.topnavfirst {
	border-left: 1px solid #0a4788;
}
.topnav a {
	padding-top: 9px;
	color: white;
	text-decoration: none;
	width: 90px;
	float: left;
	height: 35px;
	text-align: center;
	font-size: .75em;
}
.topnav a:hover {
	background: url("/images/topnavhover.jpg") repeat-x;
}
#contentwrap {
	width: 100%;
	float: left;
	background: url("/images/contentback.png") no-repeat;
}
#contentmain {
	width: 890px;
	margin: 0px auto;
	font-size: 10pt;
	padding-top:15px;
	padding-bottom:30px;
	min-height:500px;
	height:auto !important;
	height:300px;
}
#contentmain h1 {
	width: 100%;
	float: left;
	margin: 20px 0px 10px 20px;
	padding: 0px;
	font-size: 1.6em;
}
#contenttopleft {
	width: 550px;
	float: left;
}
#contentright {
	width: 600px;
	float: left;
	border-top: 1px solid #e1e1d6;
}
#contentrightright {
	float: left;
	width: 300px;
	border-right: 1px solid #e1e1d6;
}
.contentrightnav {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.contentrightnav li {
	width: 100%;
	float: left;
	background: url("/images/bluecheck.jpg") no-repeat left;
	padding-left: 25px;
	height: 20px;
	font-size: 1.2em;
	font-style: italic;
	margin: 2px;
}
#contentrightleft {
	width: 299px;
	float: left;
}
#contentleft {
	margin-top: 30px;
	width: 265px;
	float: right;
	background: url("/images/contentleft.gif") repeat-y;
}
#contentleftwrap {
	width: 100%;
	float: left;
	background: url("/images/contentleftback.gif") no-repeat top;
}
#contentleftbottom {
	width: 100%;
	float: left;
	background: url("/images/contentleftbottom.gif") no-repeat bottom;
}
.caldate {
	width: 37px;
	height: 47px;
	background: url("/images/calendarback.png") no-repeat;
}
.caldate h5, h6 {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.caldate h5 {
	color: #333e46;
	font-size: 1.6em;
}
.caldate h6 {
	color: white;
	font-size: 1.2em;
}
#footer {
	background: #fbfbee;
	width: 100%;
	float: left;
	height: 80px;
	padding-top: 20px;
	border-top: 1px solid #e1e1d6;
	font-size: .8em;
}
#footercontent {
	width: 950px;
	margin: 0px auto;
}
.ProductTitle {
	COLOR: #656661;
	FONT-FAMILY: arial;
	FONT-SIZE: 18pt;
}
.DescriptionTitle {
	COLOR: #656661;
	FONT-FAMILY: arial;
	FONT-SIZE: 14pt;
}

/* News */

.BlogFeaturett {
	margin: 15px 10px 10px 20px;
}
.BlogFeaturett .BlogTitle {
	margin-bottom:10px;
}
.BlogFeaturett .BlogTitle A {
	COLOR: #656661;
	FONT-FAMILY: arial;
	FONT-SIZE: 18pt;
	text-decoration:none;
}

.BlogFeaturett .BlogPost {
}
.BlogFeaturett .BlogPostDate {
	display:none;
	width: 37px;
	height: 47px;
	background: url("/images/calendarback.png") no-repeat;
	float:left;
	margin-right:10px;
}
.BlogFeaturett .BlogPostDateDay {
	color: #333e46;
	font-size: 1.6em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.BlogFeaturett .BlogPostDateMonth {
	color: white;
	font-size: 1.2em;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.BlogFeaturett .BlogPostMain {
	float:left;
	width:200px;
	padding-left:20px;
}
.BlogFeaturett .BlogPostTitle {
	color: #716339;
	font-weight:bold;
}
.BlogFeaturett .BlogPostInfo {
	display:none;
}
.BlogFeaturett .BlogPostReadMore {
	display:none;
}
.BlogFeaturett .BlogPostDescription {
	padding-right:10px;
	padding-bottom:20px;
}
