body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	background-color: #DFC8B1;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 14px;
	line-height: 22px;
}
h1 {
	font-size: 24px;
	color: #375DA8;
}

.header-bg {
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #F1E3CF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81613B;
}
.mainContainer {
	background-color: #FFFFFF;
	border: 1px solid #81613B;
}
.addressText {
	text-transform: uppercase;
	color: #674E30;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 14px;
	font-size: 12px;
	line-height: 18px;
}
.addressText td{
	text-transform: uppercase;
	color: #674E30;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}
.dateText{
	color: #375DA8;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}
.menuShadow {
	background-image: url(images/menu-shadowBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.navigation {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #6386CE;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.navigation a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-top: 2px;
}
.navigation a:hover {
	background-color: #3A5FAB;
	background-image: url(images/menu-bgover.jpg);
}
.subnavigation{
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #6386CE;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.subnavigation a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
	width: 100%;
}
.subnavigation a:hover {
	background-color: #3A5FAB;
	background-image: url(images/menu-bgover.jpg);
}
.content {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.copyright {
	font-weight: bold;
	color: #595858;
	text-align: right;
	padding-bottom:10px;
	padding-top:10px;
}
.copyright a {
	color: #315399;
	text-decoration: none;
}
.copyright a:hover {
	color: #061AC4;
	text-decoration: underline;
}
.caption{
	font-size: 12px;
}
.ContactTitle {
	font-weight: bold;
	color: #674E30;
	font-size: 16px;
}
.ContactEntrylabel {
	text-align: right;
	padding-right: 10px;
}
.shadow{
	background:url(images/content-topshadow.gif) repeat-x top left;
	}
img{
	border:none;
}