/* CSS Document */
a.DefaultSideLink:link, a.DefaultSideLink:visited, a.DefaultSideLink:active {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.DefaultSideLink:hover {
	color: #FFFF88;
	text-decoration: underline;
}

#TabHome a:link, #TabHome a:visited, #TabHome a:active {
	width: 123px;
	height: 41px;
	background: url(../images/tab-home.jpg) top left no-repeat;
}

#TabHome a:hover {
	background: url(../images/tab-home-hover.jpg) top left no-repeat;
}

.TabText {
	width: 100%;
	height: 41px;
	color: #330000;
	background-color: #e0c864;
	visibility: hidden;
}

#FooterMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FEFEFE;
	text-align: center;
	padding-top: 15px;
}

#FooterMenu a:link, #FooterMenu a:visited, #FooterMenu a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FEFEFE;
	text-decoration: none;
}

#FooterMenu a:hover {
	color: #f0c600;
	/* background-color: #FFFFFF; */
}

#FooterCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FEFEFE;
	width: 402px;
	height: 92px;
	text-align: center;
	padding-top: 15px;
}

h1.pageTitle, h2.pageTitle {
	font-family: georgia, "times new roman", serif;
	font-size: 24px;
	font-style: italic;
	text-decoration: none;
	color: #3F3F3F;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.PageTopLeftCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/top-left-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

.PageTop{
	height: 6px;
	width: 772px;
	background-image: url(../images/top-shadow.jpg);
	background-repeat: repeat-x;
	background-position: top left;

}

.PageTopRightCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/top-right-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageLeft{
	width: 32px;
	background-image: url(../images/left-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

.PageContent{
	width: 772px;
	/* height: 675px; */
}

.PageContentFooter {
	width: 772px;
	height: 60px;
	/* background-color: #9E2612; */
	background-color: #994723;
}

.PageRight{
	width: 32px;
	background-image: url(../images/right-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageBottomLeftCorner{
	height: 32px;
	width: 32px;
	background-image: url(../images/bottom-left-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

.PageBottom{
	height: 6px;
	width: 772px;
	background-image: url(../images/bottom-shadow.jpg);
	background-repeat: repeat;
	background-position: top left;
}

.PageBottomRightCorner{
	height: 32px;
	width: 32px;
	background-image: url(../images/bottom-right-shadow.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}