/*BODY*/
body,table{
	background: #fef9d5;
	font: 9pt/12pt Verdana,Arial;
	color: #000;
	font-weight: none;
}

table{
	background: #FFFFFF;
}

/*## HEADERS ##*/
h1,h2,h3,h4,h5,h6{
	color: #315025;
	line-height: 120%;
}
h3{font-size: 14pt}
h4{font-size: 12pt}
h5{font-size: 10pt}

#printHeader{
	width: 100%;
}
#pColm1{
	float: left;
	width: 20%;
}
#pTitle{ /*/ Column 2 /*/
	float: left;
	width: 60%;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #315025;
}
#pTitle tt{ /*/ Column 2 -- Normal /*/
	text-align: center;
	font: 9pt/12pt Verdana,Arial;
	font-weight: 400;
}
#pPrint{ /*/ Column 3 /*/
	float: right;
	width: 20%;
	font-size: 7pt;
	font-weight: 400;
	text-align: center;
}

/*## GENERAL ##*/
.margin0{margin: 0px;}
.marginAuto{margin: auto;}

.center{text-align: center}
.left{text-align: left}
.right{text-align: right}

.floatLeft{float: left;}
.floatRight{float: right;}
.clear{
	clear: both;
	font-size: 1px;
	line-height: 0px;
}
.clearWHeight{
	clear: both;
}

.red{
	color: #ce0000;
}
.darkGreen{
	color: #315025;
}
.lightGreen{color: #6b9663;}

.cs{ /* Coming Soon text */
	color: #ce0000;
	font-weight: bold;
	font-style: italic;
}

b,strong{
	color: #315025
}
.noBold{
	font-weight: 400;
}

/*## List Properties ##*/
.list li{
	margin-top: 10px;
}
.noList{
	list-style-type: none;
}


/*## Font Sizes & Properties ##*/
.s7{font-size: 7pt;}
.s8{font-size: 8pt;}

.bold{font-weight: 700}
.noBold{font-weight: 400}


/*## TD HEADERS ##*/
.tdHdr td{
	background-color: #315025;
	color: #fff;
	padding: 2px;
}

/*//// MEMBERS OF THE MONTH ////*/

.memberColm1{
	float: left;
	width: 332px;
	text-align: left;
	font-size: 8pt;
	padding: 10px;
}
.memberColm2{
	float: right;
	width: 332px;
	text-align: left;
	font-size: 8pt;
	padding: 10px;
	border-left: solid 1px #315025;
}
.memberColm div{
	margin-top: 10px;
}
.mmImg{
	border: double 4px #75b06b;
	margin: 0px 5px 5px 0px;
}
.mmTitle{
	background-color: #315025;
	font-weight: bold;
	color: #fff;
	padding: 2px 2px 3px 4px;
	margin-bottom: 10px;
	margin-top: 10px;
}


/*//// FORM PROPERTIES ////*/
.tdForm{
	background-color: #4c8942;
	color: #fff;
	font-weight: 700;
	padding: 5px;
}

.iTxt{
	font: 9pt Verdana,Arial;
	color: #315025;
}
.iTxt th{
	background-color: #315025;
	color: #fff;
	font-weight: 400;
	text-align: left;
}
.iTxt th b{
	background-color: #315025;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
.iTxt th strong{
	background-color: #315025;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
.iTxt td{
	background-color: #f7f7f7;
}
.iTxt input,select,textarea{
	font: 9pt Verdana,Arial;
	color: #315025;
	border: solid #315025 1px;
}
.iBtn{
	font: bold 9pt Verdana,Arial;
	background-color: #315025;
	color: #fff;
}

/*## LINKS ##*/
a:link, a:active, a:visited{
	text-decoration: none;
	color: #578c43;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
	color: #4a7639;
	font-weight: bold;
}

/*CLASSES*/
.tbody{
	background: #FFFFFF;
	border-style: solid;
	border-color: #315025;
	border-width: 0 2 0 2;
	padding: 20 20 20 20;
}
.bborder{
	background: #315025;
}
.footer{
	font-size: 7pt;
	color: #315025;
}

/*MEMBERS AREA CLASSES*/
.tHdr{
	background-color: #031D7C;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}

/*## CSS BUTTONS ##*/
.btn, a.btn:link, a.btn:active, a.btn:visited{
	display: block;
	background-image: url(../images/btn-bg-hover.gif);
	width: 100%;
	color: #315025;
	text-decoration: none;
	border: solid #315025;
	border-width: 1px 1px 1px 1px;
}
a.btn:hover{
	background-image: url(../images/btn-bg.gif);
	color: #457035;
	border: solid #457035;
	border-width: 1px 1px 1px 1px;
}

/*CSS BOTTOM ROLLOVERS*/
.bot,a.bot:link, a.bot:visited, a.bot:active, a.bot:hover 
{
display: block;
font: 700 10px Verdana, Arial; 
background-color: #315025;
width: 100%;
color: #FFFFFF;
text-decoration:none;
padding: 2px 2px 3px 2px;
} 
a.bot:hover 
{ 
background-color: #4d7c3b;
color: #fff; 
text-decoration:none;
padding: 2px 2px 3px 2px;
}

.solid,a.solid:link, a.solid:visited, a.solid:active, a.solid:hover 
{
display: block;
font: 700 8pt Verdana, Arial; 
background-color: #315025;
width: 100%;
color: #fff;
text-decoration:none;
padding: 2px 2px 3px 2px;
} 
a.solid:hover 
{ 
background-color: #416a31;
color: #fff; 
text-decoration:none;
}
#active{
	display: block;
	font: 700 8pt Verdana, Arial; 
	background-color: #3c622e;
	width: 100%;
	color: #e2e2e2;
	text-decoration:none;
	padding: 2px 2px 3px 2px;
}

/*//// AUDIO PAGE PROPERTIES ////*/
.audioContainer{
	width: 500px;
	margin: auto;
}
.audioTitle{
	float: right;
	width: 374px;
	height: 29px;
	margin-left: 2px;
	margin-bottom: 2px;
	background-color: #315025;
	color: #fff;
	font-weight: 700;
	text-align: left;
}
.audioTitle h5{
	margin: 6px 6px 0px 6px;
	font: 9pt Verdana,Arial;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.audioPlayer{
	float: left;
	width: 124px;
	height: 29px;
	margin-bottom: 2px;
}
