@charset "UTF-8";
/* CSS Document */

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #3A683E;
}

.bodytext a:link{
	font-family: Arial Black;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:none;
}

.bodytext a:visited{
	font-family: Arial Black;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:none;
}

.bodytext a:hover{
	font-family: Arial Black;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:underline;
}

.bodytext a:active{
	font-family: Arial Black;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:underline;
}


a.smallLink:link, a.smallLink:visited	{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 12px;
	font-weight: bold;
	color: #Maroon;
	text-decoration:none;
}
	
a.smallLink:hover	{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 12px;
	font-weight: bold;
	color: #Maroon;
	text-decoration:underline;
}

a.smallLink:active{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 12px;
	font-weight: bold;
	color: #Maroon;
	text-decoration:underline;
}



/* Gallery Styles */

.gallery_next a:link, .gallery_next a:visited	{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:none;
	padding-bottom: 8px;
}
	
.gallery_next a:hover	{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:underline;
	padding-bottom: 8px;
}

.gallery_next a:active{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:underline;
	padding-bottom: 8px;
}

.gallery_prev a:link, .gallery_prev a:visited	{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:none;
	padding-bottom: 8px;
}
	
.gallery_prev a:hover	{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:underline;
	padding-bottom: 8px;
}

.gallery_prev a:active{
	font-family: Arial, sans-serif;
	color: Maroon;
	font-size: 14px;
	font-weight: 300;
	color: #Maroon;
	text-decoration:underline;
	padding-bottom: 8px;
}

	.gallery_label	{
font-family: Georgia, Times, serif;
	color: #3A683E;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	padding-bottom: 8px;
}

.gallery_desc	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #3A683E;
	padding-bottom: 8px;
}

.header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 120%;
	font-weight: bolder;
	color: #573D25;
}

.subheader {
	font-family: Georgia, Times New Roman, serif;
	color: #3A683E;
	font-size: 18px;
	font-weight: bold;
	line-height: 120%;
}	

.memoryName	{
	font-family: Georgia, Times New Roman, serif;
	color: #573D25;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;

}
	
.sidebarLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebarSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 120%;
	font-weight: normal;
	color: #FFFFFF;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 120%;
	font-weight: bolder;
	color: #000000;
}

.textnav {
	font-family: Georgia, Times New Roman, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}

.textnav a:link{
	color: #FFFFFF;
	text-decoration:none;
}

.textnav a:visited{
	color: #FFFFFF;
	text-decoration:none;
}

.textnav a:hover{
	color: #990000;
	text-decoration:underline;
}

.textnav a:active{
	color: #FFFFFF;
	text-decoration:underline;
}


.bottomnav {
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
}

.bottomnav a:link{
	color: #663300;
	text-decoration:none;
}

.bottomnav a:visited{
	color: #663300;
	text-decoration:none;
}

.bottomnav a:hover{
	color: #000000;
	text-decoration:underline;
}

.bottomnav a:active{
	color: #663300;
	text-decoration:underline;
}

.imgLeft {
	float:left;
	padding:5px 15px 15px 0;
}


