/*  ********** basic page styles **********   */
body {
	background-color: #FFFFFF;
	margin-top: 10px;
}
/*  ********** /basic page styles **********   */

/*  ********** top navigation **********   */
#header {
	font-family: "Bitstream Vera Sans" Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;	
	font-weight: 500;
	color: #FFFFFF;	
	text-decoration: none;
	cursor: default;
}
.headFoot a:link {
	text-decoration: none;
	cursor: hand;
	color: #FFFFFF;
}
.headFoot a:visited {
	text-decoration: none;
	cursor: hand;
	color: #FFFFFF;
}
.headFoot a:hover {
	text-decoration: underline;
	cursor: hand;
	color: #FFFFFF;
}
.headFoot a:active {
	text-decoration: none;
	cursor: hand;
	color: #0000FF;
}
/*  ********** /top navigation **********  */

#body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: 400;
	color: #333333;
	cursor: default;
	padding: 0px 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
}
#body1 .heading1 {  /*used in Recent Features*/
	font-size:120%;
	font-weight: 900;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

.sidebar {
	font-family: "Bitstream Vera Sans" Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: 600;
	color: #FFFFFF;
	cursor: default;
	margin: 0px 15px 10px 10px;
	padding: 0px;
}
#body1 .sideBar_H {
	font-weight: 900;
	text-transform: capitalize;
}
.sidebar .sideBar_Date {
	color: #666666;
}
.sidebar .sideBar_Subj {
	color: #000000;
}
.sidebar .sideBar_Loc {
	color: #666666;
}
#body1 a:link {
	text-decoration: underline;
	cursor: hand;
	font-style: italic;
	font-weight: normal;
	color: #C77746;
}
#body1 a:visited {
	text-decoration: underline;
	cursor: hand;
	color: #666666;
	font-style: italic;
}
#body1 a:hover {
	text-decoration: underline;
	cursor: hand;
	color: #000071;
}
#body1 a:active {
	text-decoration: none;
	cursor: hand;
}
#body1 p {
	margin-bottom: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#body1 .caption {
	font-size:90%;
	font-weight: 400;
	color: #333333;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#body1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 400;
	font-style:normal;
	display:list-item;
	list-style-type:disc;
	list-style-position:inside;
	position: relative;	
}


/*    ********** drop down menus **********     */

.border1 { /*used in the drop down*/
	border-right-width: .1mm;
	border-right-style: solid;
	border-right-color: #666;
}
.bWidth {  /*used in the drop down*/
	width:19%;
	color: #FFFFFF;
}
.bWidthSmall {  /*used in the drop down*/
	width:10%
}
.bSelected {  /*used in the drop down*/
	background-color: #D6AA83;
}

ul { /* unorder list drop down menu technique*/
	padding: 0;
	margin: 1px;
	list-style: none;
	line-height: 16px;
	background-color: #377;
	border-top-width: 0mm;
	border-right-width: 0mm;
	border-bottom-width: 0mm;
	border-left-width: 0mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
}
/*ul ul{
}*/

ul a {
	padding: 0mm;
	margin:0;
	display: block;
	background-color: #3A80A5;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float:left;
	height: 16px;
	background-color: #CCCCCC;
}
ul ul a {
	text-indent: 2em;	
		color: #FFFFFF;
	padding: 0mm;
	display: block;
	margin:0;
	background-color: #999999;
	border-top-width: 0mm;
	border-right-width: 0mm;
	border-bottom-width: 0.02mm;
	border-left-width: 0mm;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	
}

ul li ul {
	display: none;
	position:absolute;
	float: none;	
		color: #FFFFFF;
}
ul li:hover ul, ul li.sfhover ul {
	display:block;
	color: #FFFFFF;
}
ul li a:hover, ul li a.sfhover {
	display:block;
	color: #FFFFFF;
	background-color: #4594BD;
		 } /* Hover Styles */
	


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a {  height: 1%; }
/* End */

/*    ********** /drop down menus **********     */
