body 
{
	margin:0px;
	height:100%;
	font-size: 8pt;
	font-family: tahoma;
}

/** MasterPage Area **/

.maintable
{
	border-right: #5d390e 1px solid;
	border-top: #5d390e 1px solid;
	border-left: #5d390e 1px solid;
	width: 777px;
	border-bottom: #5d390e 1px solid;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.ContentMianDiv
{
	width: 777px;
	position: relative;
	height: 100%;
	background-image: url(images/bodybg.gif);
	background-repeat: repeat-x;
}


/** Header Area **/

.HeaderMainDiv
{
	width: 777px;
	position: relative;
	height: 148px;
}

.HeaderDiv
{
	width: 777px;
	height: 142px;
	background-color: #f5fad2;
	border-bottom: #008c34 6px solid;
	

}

.HeaderLogoDiv
{
	width: 323px;
	height: 142px;
	float:left;

}
	
.HeaderNaviDiv
{
	width: 454px;
	height: 142px;
	float:left;
}

/** Footer Area **/

.FooterMainDiv
{
	width: 777px;
	height: 42px;
	position:relative;
	}

.FooterDiv
{
	width: 777px;
	line-height: 27px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 15px;
}

.FooterText
{
	font-size: 8pt;
	color: #8ede6b;
	font-family: tahoma;
}

/** Catergories Area **/

.ContentBodyDiv
{
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}

.CategoriesMainDiv
{
	width: 100%;
}

.CategoriesHeadingText
{
	font-weight: bold;
	font-size: 15pt;
	color: #03a415;
	font-family: 'Trebuchet MS';
}

.HeadingDiv
{
	height:37px;
	vertical-align:middle;
	}
	.HeadingText
{
	font-weight: bold;
	font-size: 15pt;
	color: #03a415;
	font-family: 'Trebuchet MS';
	}
	
a.CategoryHeadingTxt, a.CategoryHeadingTxt:link, a.CategoryHeadingTxt:active, a.CategoryHeadingTxt:visited
{
	font-weight: bold;
	font-size: 11pt;
	color: #2b2bac;
	font-family: arial;
	text-decoration: none;
}

a.CategoryHeadingTxt:hover
{
	color: #9acd32;
	text-decoration: underline;
}


a.CategorySubHeadingTxt, a.CategorySubHeadingTxt:link, a.CategorySubHeadingTxt:active, a.CategorySubHeadingTxt:visited
{
	font-size: 11pt;
	color: black;
	font-family: tahoma;
	text-decoration: none;
}

a.CategorySubHeadingTxt:hover
{
	color: #800000;
	text-decoration: underline;
}