body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#navBar{
	float: left;
	margin: 5px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 90%;

}

/*********** #topofReport styles ***********/

.topofReport {
	text-align: left;
	border-bottom: 3px solid;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	background-image: url(../images/logo_sm.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
}

.topofReport img {
	float: left;
	border: none;
	background-image: url(../images/logo_sm.gif);
	background-repeat: no-repeat;
}

.topofReport a:link { 
border: none;
}


/***********************************************/
/* NavBar link styles                          */
/***********************************************/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLink {
	position: relative;
	border-bottom: 3px solid #333333;
	background-color: #6586A5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D18635;
	padding: 0px 0px 2px 10px;
}

#sectionLink a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#sectionLink a:hover{
	text-decoration: none;
	color: #D89852;
	font-weight: bold;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	bottom: 1px solid #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;


}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 16px;



}
.relatedLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

.relatedLinks a:hover{
	text-decoration: none;
	color: #D89852;
	background-color: #dddddd;
	list-style-type: none;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	 -bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}
