.bannerBg {
	background: url(../images/banner.jpg);
	background-repeat: no-repeat;
   height: 173px;
	width: 700px;
	background-position: top;
	background-color: White;
}

.homemenu {
	background: #8abc41;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
} 

a.homemenu:link {
	background: #8abc41;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.homemenu:hover {
	color: #FFCB06;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 11px;
	background:  #58B200;
}	

.menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}

a.menu:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}

a.menu:hover {
	color:  white;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFCB06;
}

.menuline {
	border-bottom: solid;
	border-color: #8abc41;
	border-bottom-width: 1px;
}

.greenBG {
	background-color: #8abc41;
}

.whiteBG {
	background-color: White;
}

.leftShadow {
	background: url(../images/side_shadow.gif);
	background-repeat: repeat-y;
}

.rightShadow {
	background:  url(../images/side_shadow_r.gif);
	background-repeat: repeat-y;
}

.yellowStrip {
	background: url(../images/yellow_strip.gif);
	background-repeat: repeat-x;
   margin-top: 200px;
}


.MainHeadr {
	font-family: Tahoma;
	font-size: 13px;
	color: Black;
	font-weight: bold;
    border-bottom: dotted;
	 border-bottom-width: 1px;
	 border-color: Black;
	 }
.heading1 {
	font-family: Tahoma;
	font-size: 11px;
	color: Black;
	font-weight: bold;
}

.RegTxt {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
}

.RegTxtBlue {
	font-family: Tahoma;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

a.RegTxtBlue:link {
	text-decoration: none;
}

a.RegTxtBlue:hover {
	text-decoration: underline;
}

.Heading2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	color: #42A2FF;
}

.greenBttmL { 
	background: url(../images/green_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: left;
}

.greenBttmR { 
	background: url(../images/green_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-position: right;
}

.credits {
	font-family: Tahoma;
	font-weight: normal;
	font-size: 9px;
	color:  #535353;
}

.tagLine {
	font-family:  Verdana;
	font-weight: normal;
	font-weight: bold;
	font-size: 30px;
	color:  white;
}

.BorderPic {
	border: solid;
	border-width: 1px;
	border-color: Gray;
}

a.BorderPic:link {
	border: solid;
	border-width: 1px;
	border-color: Gray;
}

a.BorderPic:hover {
	border-bottom: solid;
	border-bottom-width: 2px;
	border-left: solid;
	border-left-width: 1px;
	border-right: solid;
	border-right-width: 2px;
	border-top: solid;
	border-top-width: 2px;
	border-color: #303030;
	border: solid;
	
}
