/* CSS Document */
.heaaderBg{
	background-image: url(images/headerBg.jpg);
	background-repeat: repeat-x;
}
.whiteBg{
	background-color: #FFFFFF;
}
.topLinks:link{
	font-family: Arial,Century Gothic, Verdana,  Helvetica, sans-serif;
	color: #666666;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}
.topLinks:visited{
	font-family: Arial,Century Gothic, Verdana,  Helvetica, sans-serif;
	color: #666666;
	font-weight : normal;
	font-size : 11px;
	text-decoration : none;
}
.topLinks:hover{
	font-family: Arial,Century Gothic, Verdana,  Helvetica, sans-serif;
	color: #000000;
	font-weight : normal;
	font-size : 11px;
	text-decoration : underline;
}
.leftLinks:link{
	font-family: Arial,Century Gothic, Verdana,  Helvetica, sans-serif;
	color: #336600;
	font-weight : bold;
	font-size : 13px;
	text-decoration : none;
	padding-left: 25px;
}
.leftLinks:visited{
	font-family: Arial,Century Gothic, Verdana,  Helvetica, sans-serif;
	color: #336600;
	font-weight : bold;
	font-size : 13px;
	text-decoration : none;
	padding-left: 25px;
}
.leftLinks:hover{
	font-family: Arial,Century Gothic, Verdana,  Helvetica, sans-serif;
	color: #339900;
	font-weight : bold;
	font-size : 13px;
	text-decoration : underline;
	padding-left: 25px;
}
.footerBg{
	background-color: #1B4901;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;

}
.leftBg{
	background-color:#ECECEC;
}
.pageBg{
	background-image: url(images/pageBg.jpg);
	background-repeat: repeat;
}
H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;

}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: justify;

}
.leftMenusBg{
	background-image: url(images/historyGhillie.jpg);
	background-repeat: no-repeat;
}