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

body 
{
	background-color: #DBDAC8;
	background-color: #F3F3F3;
	background-color:#F0F0E8;
	height: 98%;
}


p {
	color:#555555;
	font-size: 103%;
	font:"Times New Roman", Times, serif; 
}

a:link { color:#49528B; text-decoration:none; font-weight: bold; }
a:visited { color: #49528B; text-decoration:none; font-weight: bold;}

#MasterFrame 
{
	position:relative;
	width: 960px;
	height: 730px;
	background-color: white;
	border: 2px solid #CCCCCC;
	overflow: hidden;
}

#Header
{
	width: 960px;
	height: 63px;
	padding-left: 0px;
	background-color: white;
	overflow: hidden;
}

#Content 
{
	top: 0px;
	width: 960px;
	height: 602px;
	margin: 0px;
	background-color: white;
	text-align: left;
	overflow: hidden;
}

#ContentAlbum 
{
	top: 0px;
	width: 960px;
	height: 642px;
	margin: 0px;
	background-color: white;
	text-align: left;
	overflow: hidden;
}

#ContentBorderTopBottom
{
	top: 0px;
	width: 960px;
	height: 602px;
	margin: 0px;
	background-color: white;
	text-align: left;
	overflow: hidden;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}


#ContentBorderBottom
{
	top: 0px;
	width: 960px;
	height: 602px;
	margin: 0px;
	background-color: white;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #AAAAAA;
}

#Footer
{
	margin-top: 0px;
	height: 60px;
	left: 0px;
	background-color: white;
	overflow: hidden;
}

#FooterTopBorder
{
	margin-top: 6px;
	border-top: 1px solid #AAAAAA;
	height: 36px;
	left: 0px;
	background-color: white;
	overflow: hidden;
}

#LowerNav
{
	padding-right: 23px;
	overflow: hidden;
}

.scrollv5 
{
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: auto;
	height: 600px;
}

.heading { margin-bottom: -12px;  margin-top: 22px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; }

.headingrule { font-size: 120%; margin-bottom: -12px; border-bottom: 1px solid #555555; font-weight: bold; font-family:Arial, Helvetica, sans-serif;  }

.pagetitle2 {
	font-size: 120%;
	font-family: Arial, Helvetica;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	margin-bottom: 2px;
	padding-top: 0px;

}

