/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
  font-family: Arial,sans-serif;
}

td {
	font-family: Arial,sans-serif;
}

th {
	font-family: Arial,sans-serif;
}

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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: 125% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #0000FF;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h6{
  font: 250% Arial,sans-serif;
  color: #3300FF;
  margin: 0px;
  padding: 10px;
  text-align: center;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#globalNavLeft{
	
	top: 0px;
	width: 100%;
	height:21px;
	background-color:#D8D8DB;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#globalsearch{
	
	top: 0px;
	width: 100%;
	height:21px;
	background-color:#D8D8DB;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	
}

#graphicsLeft{
	
	top: 0px;
	width: 100%;
	height:60px;
	color: #cccccc;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#graphicsright{
	
	top: 0px;
	width: 100%;
	height:184px;
	color: #cccccc;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

#pageNavLeft{
	
	top:0px;
	padding: 2px;
	background-color: #d8d8db;
	border-left: 2px solid #ffffff;
	font: small Arial,sans-serif;
}

#statmentsmall{
	
	top: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
	background-color: #ffffff;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

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

#sectionLinks{
	margin: 0px;
	padding: 2px;
	background-color:#74A1f4;
}

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

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: D8D8DB;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #ffffff;
	background-color: #D8D8DB;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


