.borders {
	border: 6px solid #ffffff;
}
.borders2 {
	border: 1px solid #391213;
}
.mainheadertextlight {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #e9d9c7;
}
.subheadertextdark {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #3C1415;
	padding: 8px;
	}
.subheadertextdark A:link {text-decoration: none; color: #391213}
.subheadertextdark A:visited {text-decoration: none; color: #391213}
.subheadertextdark A:active {text-decoration: none; color: #391213}
.subheadertextdark A:hover {text-decoration: none; color: #A26667}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #391213;
	padding: 10px;
	text-decoration: none;
	
}
.bodytext A:link {text-decoration: none; color: #391213}
.bodytext A:visited {text-decoration: none; color: #391213}
.bodytext A:active {text-decoration: none; color: #391213}
.bodytext A:hover {text-decoration: none; color: #A26667}
.secondaryheader {
	font-family: Tahoma;
	font-size: 14px;
	color: #391213;
	padding: 7px;
}
.pictureborderandpadding {
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: 391213;
	border-right-color: 391213;
	border-bottom-color: 391213;
	border-left-color: 391213;
}
.borderpaddingaroundpics {
	padding: 5px;
	border: 1px solid 391213;
}
.pictureinfosmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #391213;
	text-decoration: none;
	padding: 3px 3px 3px 0px;
}
.padding {
	padding: 7px;
}
.arrowlistmenu{
width: 149px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
font-weight:bold;
color:#E9D9C9;
background:url(SpryAssets/background.gif) repeat-x;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 6px 0 6px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin:0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(SpryAssets/background-hover.gif);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
}

.arrowlistmenu ul li a{
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
color: #300F10;
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #300F10;
background-color: #E9D9C9;
}

.arrowlistmenu ul li a:visited{
color: #300F10;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #E9D9C9;
background-color: #300F10;
}
.noexpandlink{
width: 149px; /*width of accordion menu*/
}
.noexpandlink .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
font-weight:bold;
color:#E9D9C9;
background:url(SpryAssets/background.gif) repeat-x;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 6px 0 6px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin:0px;
}

.noexpandlink .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(SpryAssets/background-hover.gif);
}

.noexpandlink ul{ /*CSS for UL of each sub menu*/
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.noexpandlink ul li{
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
}

.noexpandlink ul li a{
font-family:Tahoma, Arial, Helvetica;
font-size:14px;
color: #300F10;
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #300F10;
background-color: #E9D9C9;
}

.noexpandlink ul li a:visited{
color: #300F10;
}

.noexpandlink ul li a:hover{ /*hover state CSS*/
color: #E9D9C9;
background-color: #300F10;
}
.menuheader A:link {text-decoration: none; color: #E9D9C9}
.menuheader A:visited {text-decoration: none; color: #E9D9C9}
.menuheader A:active {text-decoration: none; color: #E9D9C9}
.menuheader A:hover {text-decoration: none; color: #E9D9C9}
.menuheader2 A:link {text-decoration: none; color: #E9D9C9}
.menuheader2 A:visited {text-decoration: none; color: #E9D9C9}
.menuheader2 A:active {text-decoration: none; color: #E9D9C9}
.menuheader2 A:hover {text-decoration: none; color: #E9D9C9}
a:focus {outline: none;}