/* CSS Document */
/*--------------BACKGROUND--------------*/
.BGPageLeftShadow {
	background-image:url(../images/bg_page_leftshadow.gif);
	width:17px;
}
.BGPageRightShadow {
	background-image:url(../images/bg_page_rightshadow.gif);
	width:17px;
}
.BGPageTopShadow {
	background-image:url(../images/bg_page_topshadow.gif);
	height:17px;
}
.BGPageBottomShadow {
	background-image:url(../images/bg_page_bottomshadow.gif);
	height:17px;
}
.BGPageTopLeftShadow {
	background-image:url(../images/top_left_corner_shadow.gif);
	width:17px;
	height:17px;
}
.BGPageTopRightShadow {
	background-image:url(../images//top_right_corner_shadow.gif);
	width:17px;
	height:17px;
}
.BGPageBottomLeftShadow {
	background-image:url(../images/botom_left_corner_shadow.gif);
	height:17px;
	width:17px;
}
.BGPageBottomRightShadow {
	background-image:url(../images/botom_right_corner_shadow.gif);
	height:17px;
	width:17px;
}

/*-------------------------------------------------------*/

.BGContent {
	background-image:url(../images/bg_content.gif);
	width:766px;
}

.BGTopBanner {
	background-image:url(../images/bg_topbanner.gif);
	height:109px;
}

.BGLeftLinks {
	background-image:url(../images/bg_leftlinks.gif);
	width:187px;
}
.ContentText {
	font-family:Garamond;
	color:#5F3E2F;
	font-size:12px;
}

.ContentTextHeading {
	font-family:Garamond;
	color:#AD7923;
	font-size:13px;
}
.ContentTextSubHeading {
	font-family:Garamond;
	color:#1F6B05;
	font-size:13px;
	font-weight:bold;s
}
.ContentTextBox {
	border-bottom:1px #B3B39A dotted;
}

.LeftLinksSeperator {
	background-image:url(../images/seperator_leftlinks.gif);
	height:2px;
}


.LeftLinks {
	font-family:tahoma;
	font-size:11px;
	color:#F6F6EB;
	text-decoration:none;

}

.LeftLinks a {
	font-family:tahoma;
	font-size:11px;
	color:#F6F6EB;
	text-decoration:none;

}
.LeftLinks a:hover{
	font-family:tahoma;
	font-size:11px;
	color:#F6F6EB;
	text-decoration:underline;

}
.LeftLinksActive {
	font-family:tahoma;
	font-size:11px;
	color:#F6F6EB;
	background-color:#962D3C;
	display:block;
}


.BGFooter {
	background-image:url(../images/bg_footer.gif);
	height:34px;
}
.FooterLinks {
	font-family:arial;
	color:#ffffff;
	font-size:9px;
	text-decoration:none;
}
.FooterLinks a{
	font-family:arial;
	color:#ffffff;
	font-size:9px;
	text-decoration:none;
}
.FooterLinks a:hover{
	font-family:arial;
	color:#ffffff;
	font-size:9px;
	text-decoration:underline;
}

.HeadingLine {
	background-color:#E9EADC;
	border-top:#CCCCB4 1px solid;
	height:6px;
}
/* ul {
	display:block;
	padding:2px;
	border-right:#660099 1px solid;
}
li {
	font-family:tahoma;
	font-size:11px;
	color:#F6F6EB;
	background-color:#962D3C;
	display:inline;
}
li a{
	font-family:tahoma;
	font-size:11px;
	color:#F6F6EB;
	background-color:#962D3C;
	display:inline;
}
li a:hover{
	font-family:tahoma;
	font-size:11px;
	color:#F6F6EB;
	background-color:#962D3C;
	display:inline;
}*/



.BorderBottom {
	border-bottom:1px #CCCCB4 solid;
}

.GridBox {
		background-color: #E9EADC;
		padding:5px;
		display: block inline;
		text-align:center;
}
.GridHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #7E0011;
	text-decoration: none;
	text-align: center;
}
.GridHead a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #7E0011;
	text-decoration: none;
	text-align: center;

}
.GridHead a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: none;
	color: #7E0011;
	text-align: center;
	text-decoration:underline;

}

.GridHeadActive{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: Bold;
	color: #7E0011;
	text-decoration: none;
}

.TabBorderBottom {
	border-bottom:#CBCDB5 2px solid;
}
