/* CSS Document */
.rtedge {
	position:absolute;
	float:right;
	width:335px;
	height:351px;
	margin-top:-9px;

}
.rtedge table td {
	color:white;
	font-family:Tahoma,Arial;
	font-size:12px;
	line-height:15px;
	padding-right:22px;
	letter-spacing:1px;
}
.sideShad {
	background: #FDFAD4 url(images/sideshad.gif) repeat-y left top;
}
.topNAV td {padding:0px;
	height:30px;
	background: url(images/brownGrad.jpg); 
}
.topNAV a {
	color:beige;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	padding:4px 12px;
	height:30px;
	width:100%;

}
.topNAV a:hover {
	text-decoration:underline;
/*	background: url(images/brownGrad2.jpg);*/
}
.bodyTD {
	padding:20px;
	vertical-align:top;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;

}
.ListTD {
	padding:0px;
	vertical-align:top;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15px;

}
.title {
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	line-height:25px;
}
.smallTitle {
	font-size:15px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	line-height:20px;
}
.tabletext {
	margin-top:12px;
	border-top:2px solid #5B280B;
	border-bottom:2px solid #5B280B;
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	
}
.tabletext td ul {
	margin-top:0px;
	margin-bottom:0px;	
	line-height:20px;
}	
.copyRight {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}
.indentmenu{
/*font: bold 13px Arial;
width: 100%; leave this value as is in most cases*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/*width: 80%; width of menu*/
/*border: 1px solid #564c66; dark purple border*/
border-width: 1px 0;
background: black url(images/brownGrad.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: beige; /*text color*/
padding: 5px 12px;
text-decoration: none;
border-right: 1px solid beige; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/brownGrad2.jpg) center center repeat-x;
}
.indentmenu ul li #last{
border-right:0px;
}