body {
	background-color: #AA9B7E;
}
html {
	height: 100%;
}
.headerBg {
	background-image: url(../images/layout/headerBg.jpg);
	background-repeat: repeat-x;
	height: 130px;
	background-color: #4E5F3F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.frame {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}
.margin {
	margin: 10px;
}
p,td,div {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #333333;
}
.grnBrd {
	border: 1px solid #586744;
}
.footerBg {
	background-image: url(../images/layout/headerBg.jpg);
	background-repeat: repeat-x;
	padding:5px;
}
.footerBg p {
	color:#ffffff;
	font-size:11px;
}

a:link, a:visited {
	color: #586547;
}
a:hover, a:active {
	color: #AA9B7E;
}
.bodyBg {
	background-repeat: repeat-x;
	background-color:#A69A80;
}

/*Makes Round Corners for body*/
.roundCornerBox {
	background: #ffffff;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 8px;
	height:100%;
}
.roundCornerTop {
	background-image: url(../images/layout/rndTopR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.roundCornerTop div {
	background-image: url(../images/layout/rndTopL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundCornerTop div, .roundCornerTop, .roundCornerBot div, .roundCornerBot {
   width: 100%;
   height: 15px;
}
.roundCornerBot {
	background-image: url(../images/layout/rndBotR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
.roundCornerBot div {
	background-image: url(../images/layout/rndBotL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.roundCornerContent {

	padding-right: 10px;
	padding-left: 10px;

	}
/*End*/

h3 {
	color: #536042;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #536042;
	margin:0px;
	padding-bottom: 10px;
	font-variant: small-caps;
}
h4 {
	color: #536042;	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	margin:0px;
	font-weight: bold;
}
.imgBrd {
	margin: 15px;
	padding: 5px;
	border: 1px solid #515E40;
	background-color: #CCCCCC;
}
.footerText{
	font-size:15px;
}
.signUp{
	position:absolute;
	visibility: hidden;
	border: 1px solid #ffffff;
	width: 250px;
	padding: 3px;
	background-image: url(../images/layout/transOverlay.png);
	background-repeat: repeat;
}
ul.bullets {
	padding-left:15px;
	font-size:11px;
}
ul.bullets li{
	padding:5px 0;
}
ul.thumbs {
	margin:0;
	padding:0;
	margin-bottom:15px;
	list-style:none;
}
ul.thumbs li{
	float:left;
	width:50px;
	margin:5px 5px 0 0;
}
ul.thumbs li img {
	border:solid 1px #000;
}
.messageBox
{
border: 1px solid;
margin: 10px 0px;
padding: 10px 50px;
color: #4F8A10;
background-color: #DFF2BF;
}
