/* CSS Document */
.subSubHead{
	font-weight:bold;
}
/*Main page*/
#centerContent{
	height:400px;
	overflow:auto;
	margin-top:15px;
	padding-left:10px;
}
.headBlock{
	width:700px;
	margin:auto;
}
.description{
	font-size:12px;
	font-weight:bold;
}
.head{
	color:#666600;
	font-size:24px;
}
ul.spaced{
	margin:auto;
	padding-left: 30px;
	display: block;
	width:500px;
}
li.spaced{
	font-size:10px;
}
.sideBarHead{
	clear:both;
	background:url(../images/brownLineWshadow.png) no-repeat bottom;
	width:228px;
	color:#462d1e;
	font: 20px Garamond, Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	
	padding: 10px 20px 12px 0;
	font-weight: bold;
	text-align:right;
}
ul.bDotList{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.bDotList li{
	background:url(../images/brownDotShadow.png) no-repeat right;
	padding-right: 30px;
	text-align:right;
}
.overLay{
	text-align:right;
	font-size: 9px;
	position:absolute; 
	display:none; 
	border: 2px solid black; 
	background-color: lightyellow; 
	width: 300px; 
	height: auto; 
	padding: 5px;
}
.basic{
	background:#FFFFFF;
}
.error{
	color:#993333;
	border:1px solid #eecccc;
	text-align:center;
	font-size: 0.9em;
	margin:1px;
}
td.cHead{
	background:#006600;
	color:#FFFFFF;
	font-weight:bold;
}
td.subHead{
	background:url(../gradientGray.jpg no-repeat top);
	color:#000;
}
.note{
	font-size:0.9em;
	color:#333333;
	margin-left:10px;
	padding:0px;
}
.tColor1{
	background:#ccc; 
}
.tColor2{
	background:#eee;
}
.hidden{
	display:none;
}
.emph{
	font-size:110%;
	font-style:italic;
}
.smEmph{
	font-size:90%;
	font-style:bold;
}
.tdGreen {
	background: url(../images/menubg.gif) repeat-x;
	font-weight: bold;
}
.tdBrown {
	background-color:#865e4b;
	font-weight: bold;
	color:#FFFFFF;
	padding:2px;
}
.tdBrown a:link, .tdBrown a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
.tdBrown a:hover {
	color: #FFF;
	text-decoration:underline;
}
.tdGreenLt {
	background: url(../images/menubgover.gif) repeat-x;
	font-weight: bold;
}
.thinBorder{
	border: #865e4b thin solid;
	padding: 0px;
	margin-top:5px;
}
.heading {
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
}
.subHeading {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}