body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#AA9985;
	text-align:center;
	margin:auto;
	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
}
h1 {
	font-family: Times, Times New Roman, serif;	
	font-size:16pt;
	font-weight:normal;
	color:#776855;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12pt;
	color:#776855;
}
h3 {
	font-family: Times, Times New Roman, serif;	
	font-size:12pt;
	color:#776855;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#776855;
	padding-left:4px;
	padding-right:4px;
	line-height:130%;
}
.imgbdr{
border:1px solid #CCCCCC;
}
#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#navlist li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#776855;
	line-height:130%;
	padding-left: 20px;
	background-image: url(/test/images/li.gif);
	background-repeat: no-repeat;
	background-position: 1em 6px;
}

#navlist ul { 
	list-style: none;
}
.mainTableBorder {
	border-right:2px solid #AA9985;
	border-bottom:2px solid #AA9985;
	background-color:#C1C3A9;
}
.thinBorder{
	border:1px;
	border-collapse:collapse;
}
.navImgHolder {
	background-color:#C1C3A9;
	
	background-repeat: no-repeat;
	border-right:2px solid #AA9985;
	
	
}
.imgBlurb {
	/*background-color:#F2F2F2;*/
	font-family: Arial, Helvetica, sans-serif;
	padding-left:5px;
	font-size:8pt;
	font-style:italic;
	color:#666666;
	line-height:140%;
}
/*MAIN CONTENT AREA */
.mainContent {
	padding:3px 3px 3px 10px;
}
.mainBg{
	background-color:#EFEFE8;
}
.button
{
font-size:11;
font-family:verdana;
color:#333;
	font-family:verdana,helvetica,sans-serif;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
	background-color:#ddd;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffcccccc');
}
.boxes
{
font-size:11;
font-family:verdana;
color:#333333;
border-bottom:1px solid #999999;
border-top:1px solid #999999;
border-left:1px solid #999999;
border-right:1px solid #999999;
}
.mouseHover{
background-color:#D7DCE4;
}
.mouseHoverHand{
background-color:#D7DCE4;
cursor:pointer;
}
.captionStyle{
font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#776855;
	line-height:130%;
	padding:5px;
	font-style:italic;
}