body A:link{text-decoration: underline; color: #556D97;} 
body A:visited{text-decoration: underline; color: #556D97;} 
body A:active{text-decoration: underline; color: #D1A400;} 
body A:hover{text-decoration: underline; color: #D1A400;}

/****************** main *******************/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C6902;
	font-size: 80%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html { 
	height:100%; 
}
.hdr,.titleMed {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #C4920E;
}
h4 {
	font-size: 90%;
	color: #CF8500;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 15px;
}

/*************** divs ***********/
.leftCol{
	padding: 0px;
	border-right: 1px solid #CCCCCC;
} 

.leftCol A:link{text-decoration: none; color: #556D97;} 
.leftCol A:visited{text-decoration: none; color: #556D97;} 
.leftCol A:active{text-decoration: none; color: #D1A400;} 
.leftCol A:hover{text-decoration: none; color: #D1A400;}

#top {
	background-color: #476727;
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	height: 54px;
	width: 100%;
	text-align: right;
}

.contentBack{
	background-image: url(images/content_back.gif);
	background-repeat: repeat-x;
	background-position: top;
} /*padding for content */ 
.contentPad{
	padding:15px;
} /*padding for content */ 

.highlight {
	background-color: #BDF884;
}



/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #C4920E;
}
				

/********* table styles *********/

.cellHead {
	background-image: url(images/cellHead.gif);
	background-repeat: repeat-x;
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #9EB0CF;
}
.divLine {
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #D2D7E0;
	padding-bottom: 10px;
}
.whiteCell,.greyCell {
	background-color: #FFFFFF;
	border-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #D2D7E0;
}
.divider {
	border-width: 1px;
	border-right-style: solid;
	border-color: #D2D7E0;
}
.greyCell {
	background-color: #F8F9FC;
}
.whiteCell {
	background-color: #FFFFFF;
}


.leftShade {
	background-image: url(images/leftShade.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #EEF1F7;
}
.rightShade {
	background-image: url(images/rightShade.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #EEF1F7;
}
.backCol {
	background-color: #FFFFFF;
	background-image: url(images/backCol.gif);
	background-repeat: repeat-y;
	background-position: left;
}
ul {
	font-size: 100%;
	list-style-type: square;
}
strong {
	font-size: 110%;
}
#leftMenu {
	display:block;
	width: 200px;
}
#rightPhoto
{
	display:block;
}
@media print{ 
/*hide the left column when printing*/
body {
	background: white;
	font-size: 12pt;
	}
#leftMenu{
	display:none;

}
#rightPhoto{display:none;}
#top{display:none;}
}
