﻿body 
{
	background-image: url("../images/bgMain.png");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #7a944e;
  height: 100%;	
  margin: 0px;
}
.mainMenu
{
	background-image: url("../images/bgMenu.png");
	background-repeat: repeat-x;		
	margin: 14px 0px 0px 0px;
	height: 32px;
	width: 100%;
	text-align: center;
	display: block;
}
.dvContainer
{
	width: 900px;
	margin: 0px auto;
}
.footer
{
	font: 11px Tahoma;
	color: White;
}
.footerlink, .footerlink:visited
{
	font: 11px Tahoma;
	color: White;
	text-decoration: none;
}
.footerlink:hover
{
	text-decoration: underline;
}
.contentContainer
{
	width: 847px;
}
.DefaultText
{
	font: 12px/18px Tahoma;
	color: #FFFFFF;	
}
.siteContent
{
	font: 12px/18px Tahoma;
	color: #343434;
	width: 782px;
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	padding: 8px;
}
.leftBorder
{
	vertical-align: top;
	background-image: url("../images/borderLeft.gif");
	background-repeat: repeat-y;		
	width: 33px;		

}
.rightBorder
{
	vertical-align: top;
	background-image: url("../images/borderRight.gif");
	background-repeat: repeat-y;
	width: 32px;
}
h1
{
	line-height: 0px;
	/* font: 20px Tahoma; */
}
.clH1
{
  line-height: 0px;
}
.specialTitle
{
	font: bold 16px Tahoma;
}
.fbLink, .fbLink:visited
{
	font: 12px/18px Tahoma;
	color: white;
    text-decoration:none;
}
.fbLink:hover
{
text-decoration: underline;
}
.realself, .realself:visited
{
	font: 12px/18px Tahoma;
	color: white;
    text-decoration:underline;
}
