@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Myriad Pro, Arial;
	font-size: 13px;
	color: #746A53;
}

body {
	background-color: #C2BBA1;
	background-image: url(../siteimages/background_rep.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#homeContentContainer{
	width: 1024px;
	height: 750px;
	background-image:url(../siteimages/homepagemiddle.png);
}

.timeLocation{
	background-image:url(../siteimages/homePage/leftpanelrepeat.png); 
	background-repeat:no-repeat;
	width: 267px;
	height: 168px;
	padding-top: 17px;
}

.timeLocation a{
	font-family: Myriad Pro, Arial;
	font-size: 14px;
	color: #503F2B;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

.timeLocation a:link {
	color: #503F2B;
	text-decoration: none;
}

.timeLocation a:visited {
	text-decoration: none;
	color: #503F2B;
}

.timeLocation a:hover {
	text-decoration: none;
	color: #962C11;
}

.timeLocation a:active {
	text-decoration: none;
	color: #503F2B;
}

.latestArticle{
	height: 227px;
	width: 204px;
	background-color: #E3DCC6;
}

.latestTeaserText{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8E8171;
	width: 200px;
	margin-left: 4px;
	margin-top: 9px;
}

.latestTeaserText a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A76744;
	text-decoration: underline;
	font-style: italic;
}

.latestMessageTitle{
	font-family: "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Trajan Pro", "Times New Roman",Times, serif;

	font-weight:bold;
	font-size: 30px;
	color: #9B1F0F;
	
	margin-top: 20px;
	margin-left: 4px;
}

.latestMessageTitle a{
	font-family: "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Trajan Pro", "Times New Roman",Times, serif;

	font-weight:bold;
	font-size: 30px;
	color: #9B1F0F;
	text-decoration: none;
}

.latestMessageTitle a:link {
	color: #9B1F0F;
	text-decoration: none;
}
.latestMessageTitle a:visited {
	text-decoration: none;
	color: #9B1F0F;
}
.latestMessageTitle a:hover {
	text-decoration: none;
	color: #9B1F0F;
}
.latestMessageTitle a:active {
	text-decoration: none;
	color: #9B1F0F;
}


#subPageMenuContainer{
	background-image: url(../siteimages/subPage_images/subpage_menu_repeat.png);
	background-position: top left;
	background-repeat: no-repeat;

	width: 950px;
	height: 26px;
	padding-left: 71px;
	padding-top: 17px;

	font: "Myriad Pro", Arial;
	font-style: normal;	
	font-size: 14px;
	color: #E3DDC7;
	text-align: left;
}

#subPageMenuContainer .selected{
	color: #FFFFFF;
}

#subPageMenuContainer .currentSection{
	color: #A73D27;
}

#subPageMenuContainer .activeSelection{
	padding-left: 20px;
	color: #FFFFFF;
}

#subPageMenuContainer .firstLink{
	padding-left: 8px;
}

#subPageMenuContainer a {
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	color: #E3DDC7;
	font-style: normal;
	font-weight: normal;
	padding-left: 20px;
}
#subPageMenuContainer a:link {
	color: #E3DDC7;
	text-decoration: none;
}
#subPageMenuContainer a:visited {
	text-decoration: none;
	color: #E3DDC7;
}
#subPageMenuContainer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#subPageMenuContainer a:active {
	text-decoration: none;
	color: #E3DDC7;
}

.textArea{
	background-image: url(../siteimages/subPage_images/textfillerarea.png);
	background-repeat: no-repeat;
}

.title{
	font-family: "Trajan Pro", "Times New Roman MT Extra Bold", serif;
	font-size: 20px;
	font-weight: bold;
	color: #3C2D23;
	letter-spacing: 5px;
}

.rightLinks{
	background-image: url(../siteimages/subPage_images/linksrepeat.png);
	background-repeat: no-repeat;
}

.subPageRightLinks a{
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	color: #503F2B;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
	padding-top: 25px;
	padding-left: 32px;
}

.subPageRightLinks a:link {
	color: #503F2B;
	text-decoration: none;
}

.subPageRightLinks a:visited {
	text-decoration: none;
	color: #503F2B;
}

.subPageRightLinks a:hover {
	text-decoration: none;
	color: #962C11;
}

.subPageRightLinks a:active {
	text-decoration: none;
	color: #503F2B;
}

#footer{
	background-image:url(../siteimages/homePage/footer.png);
	background-repeat:no-repeat;
	
	padding-left: 17px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#847E6B;
	font-size: 10px;
}

.content{
	margin-left: 18px;
	margin-top: 36px;
	position: absolute;
	width: 600px;
	
	font-family: "Myriad Pro", Arial, "Myriad Pro Black";
	font-size: 13px;
	color: #746A53;
	line-height: 20px;
	height: 285px;
	overflow: auto;
}

#footer a {
	padding-left: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color:#847E6B;
	font-size: 10px;
}
#footer a:link {
	color: #847E6B;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #847E6B;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #847E6B;
}
#footer .firstLink{
	padding-left: 10px;
}

.newToText{
	margin-left: 35px;
	margin-top: 10px;
	font-family: Arial;
	font-size: 9px;
	color: #8C835F;
	line-height: 14px;
}

.welcomeText{
	margin-left: 52px;
	margin-top: 108px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

	color: #443420;
	line-height: 25px;
}

#footerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

.subTitle{
	font-weight: bold;
	font-size: 16px;
}

.content li{
	color: #746A53;
}

.content li a {
	color: #503F2B;
	text-decoration: none;
}

.content li a:link {
	color: #503F2B;
	text-decoration: none;
}

.content li a:visited {
	text-decoration: none;
	color: #503F2B;
}

.content li a:hover {
	text-decoration: none;
	color: #962C11;
}

.content li a:active {
	text-decoration: none;
	color: #503F2B;
}

.subTitle a{
	color: #503F2B;
	text-decoration: none;
}

.content li a:link {
	color: #503F2B;
	text-decoration: none;
}

.content li a:visited {
	text-decoration: none;
	color: #503F2B;
}

.content li a:hover {
	text-decoration: none;
	color: #962C11;
}

.content li a:active {
	text-decoration: none;
	color: #503F2B;
}
