﻿body
{
	margin: 0 0 0 0;
}
/*Top BgColor*/
.TopBgColor
{
	background-color: #ffffff;
}
.BlueBgColor
{
	background-color: #0D321B;
}
.YellowBgColor
{
	background-color: #F7D39A;
}
.darkRedBdColor
{
	background-color: #9D022E;
}
.LightBlueBgColor
{
	background-color: #ffffff;
}
.BgcolorBlack
{
	background-color: #000000;
}
.MainBgcolor
{
	background-color: #B4C3C1;
}
.darkBgcolor
{
	background-color: #6F7275;
}
/*Content BgColor ash*/
.HomeContentBgcolor
{
	background-color: #E1E9DE;
}
/*Events BgColor*/
.EventBgColor
{
	background-color: #106C33;
}
/*LinkContent*/
.whitefont
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.darkfont
{
	font-family: Verdana;
	font-size: 11px;
	color: #4C5C6E;
	font-weight: bold;
}
.normalwhitefont
{
	font-family: Verdana;
	font-size: 11px;
	color: #1C1C54;
	font-weight: normal;
	text-align: justify;
	line-height: 1.3;
}
.Blank
{
	text-decoration: none;
	border: solid 0px #FFFFFF;
}
.LinkContent
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.ScrollTextContent
{
	font-family: Verdana;
	font-size: 10px;
	color: #1A4431;
	text-decoration: none;
}
.LinkContent a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #578CB6;
	text-decoration: none;
}
.EventLinkContent
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #B8C4F5;
	text-decoration: none;
}
.EventLinkContent a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #410340;
	text-decoration: none;
}
/*table top content*/
.tabletopcontent
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #464A4F;
	text-decoration: none;
}
/*EVENT TOP CONTENT*/
.Eventtop
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #010D54;
	text-decoration: none;
}

/*Page Link*/
.PageLink
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #A6BED1;
	text-decoration: none;
}
.PageLink a:hover
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #090C01;
	text-decoration: none;
}
.LinkBgLineImage
{
	background-image: url(  '../BWDA_Themes/Images/LinkbottomImage.jpg' );
	height: 2px;
}
.LinkTopBgLineImage
{
	background-image: url(  '../BWDA_Themes/Images/LinkTopImage.jpg' );
	height: 2px;
}
.GrayDot
{
	background-image: url(  '../BWDA_Themes/Images/GrayDot.jpg' );
	height: 2px;
}

/*baseContent*/
.Address
{
	font-family: Verdana;
	font-size: 10px;
	color: #605F64;
}
/* table border */
.table
{
	border: solid 1px #3F89C3;
}
.borderbottom
{
	border-bottom: solid 1px #3F89C3;
}
.borderleft
{
	border-left: solid 1px #3F89C3;
}
.borderright
{
	border-right: solid 1px #3F89C3;
}
.Contactborderleft
{
	border-left: solid 1px #6F7275;
}
/*button content */
.buttoncontent
{
	font-family: Verdana;
	font-size: 10px;
	color: #BD0808;
}
.button
{
	border: solid 1px #762437;
	font-family: Verdana;
	font-size: 10px;
	color: #123124;
}
.LinkButton
{
	border: solid 1px #053577;
	width: 150px;
	height: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #123124;
	background-color: #AECAF0;
	text-decoration: none;
	text-align: center;
}
.TextBox
{
	border: solid 1px #053577;
	width: 150px;
	height: 15px;
	font-family: Verdana;
	font-size: 10px;
	color: #123124;
}
.DotShadeBgImg
{
	background-image: url(../BWDA_Themes/Images/DotImage.gif);
}
.DotShadeVertBgImg
{
	background-image: url(../BWDA_Themes/Images/DotImagevertical.gif);
}

/* New;y Added Styles */
.LeftCornerImg
{
	background-image: url(../BWDA_Themes/Images/cornerleft.jpg);
	background-repeat: no-repeat;
}
.MenuBgImg
{
	background-image: url(../BWDA_Themes/Images/menubg.jpg);
}

.MenuContent
{
	font-family: Verdana,Arial;
	font-size: 10px;
	font-weight: bold;
	color: #E1E5E3;
	text-decoration: none;
}
#logo
{
	width: 340px;
	height: 130px;
	text-align: center;
	color: #595959;
}
#logo h1
{
	padding-top: 30px;
	padding-right: 2px;
	font: 20px "arial narrow" , arial, sans-serif;
	font-weight: bold;
}

/** green box **/
#gbox
{
	width: 738px;
	margin-top: 3px;
	margin-left: 3px;
}

#gbox-bg
{
	background: url(images/green_bg.gif) repeat-y;
}
#gbox-grd
{
	background: bottom url(images/green_grad_bot.jpg) no-repeat;
	width: 691px;
}
#gbox-top
{
	background: url(images/green_top.gif) no-repeat;
	height: 24px;
}
#gbox-bot
{
	background: bottom left url(images/green_bot.gif) no-repeat;
	height: 23px;
}

.gbox-grd
{
	padding: 2px 24px;
	font: 12px Verdana;
	color: #000000;
	margin: 1em 0;
	padding-left: 20px;
	padding-right: 20px;
}

.gbox-grd h2
{
	font: bold 18px Verdana, sans-serif;
	color: #000000;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.gbox-grd p
{
	font: 12px Verdana;
	color: #000000;
	margin: 1em 0;
	padding-left: 20px;
	padding-right: 20px;
}

#gbox-grd ol
{
	font: 12px Verdana;
	color: #000000;
	margin: 1em 0;
	padding-left: 30px;
}

#body2
{
	padding-top: 0px;
	background-color: #FFF;
}
#categories
{
	width: 100%;
}

#categories h2
{
	color: #FFFFFF;
	padding: 4px 0 5px 39px;
	background: #847A67;
}
#categories li
{
	background: #C8D7C0 left url(images/bullet.gif) no-repeat;
	border-top: 1px solid #F4EFDF;
	list-style: none;
	font-size: 12px;
	font-family: Verdana;
	padding: 7px 0 8px 35px;
	width: 100%;
}
.bgcolorhead
{
	background-color:#0E311B;
}
.mainbgcolor
{
	background-color:#222E29;
}
.GradientBgColor1
{
	background-color:#747776;
}
.GradientBgColor
{
	FILTER: progid:dximagetransform.microsoft.gradient(startcolorstr=   '#FFFFFF' , endcolorstr= '#C2D3B9' , gradienttype= '1' );
}

