/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 150%;
	font-size: 70%;
	background-color: #37080C;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #653400;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #6699CC;
}

/************** header tag styles **************/

h1{
	color: #37080C;
	margin: 6px 0px 16px;
	padding: 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 2.2em;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

h4{
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #653400;
	margin: 0px 20px;
	background-color: #F4CD8F;
	height: 16px;
	padding-left: 6px;
	padding-top: 1px;
	padding-right: 6px;
	margin-bottom: 6px;
}



/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link  {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 6px 3px 10px;
	color: #653400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #FF9933;
	margin-bottom: 3px;
}
#sectionLinks  a:visited{
    display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 6px 3px 10px;
	color: #653400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #FF9933;
	margin-bottom: 3px;
	text-decoration: none;
}	
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}


/********************* end **********************/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 12px 0px;
	font-size: 1em;
}
.block {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-color: #F4CD8F;
}
.blockhead {
	color: #FFFFCC;
	margin: 0px 0px 12px;
	background-color: #FF9933;
	padding-left: 6px;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li {
	margin-right: 20px;
	font-size: 1em;
}
.right-p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 13px;
	margin: 0px 0px 10px;
	color: #37080C;
	font-weight: bold;
}
.caption {
	font-size: 1em;
	font-style: italic;
}
.leftmar20px {
	margin-left: 20px;
	background-color: #FFDDB4;
}
.left_6px {
	padding-left: 6px;
	padding-bottom: 0px;
	padding-right: 6px;
	padding-top: 0px;
}
.white_1px {
	border: 1px solid #FFFFFF;
}
