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

body{
	font-family: Verdana, Arial, sans-serif;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	color: #006699;
	background-color: #FFFFFF;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:hover {
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFFF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 background-color: #FFFFFF;
}

h2{
 font-size: 114%;
 color: #006699;
 background-color: #FFFFFF;
}

h3{
 font-size: 100%;
 color: #334d55;
 background-color: #FFFFFF;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 background-color: #FFFFFF;
}

h5{
 font-size: 100%;
 color: #334d55;
 background-color: #FFFFFF;
}

ul{
	list-style-type: square;
	background-color: #FFFFFF;
}

ul ul{
 list-style-type: disc;
 background-color: #FFFFFF;
}

ul ul ul{
 list-style-type: none;
 background-color: #FFFFFF;
}

label{
 font: bold 100% Verdana,Arial,sans-serif;
 color: #334d55;
 background-color: #FFFFFF;
}
				

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

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
  float:none;
	width: auto;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-color: #FFFFFF;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
	background-color: #FFFFFF;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	background-color: #FFFFFF;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	border-top: none #cccccc;
	border-right: none #cccccc;
	border-bottom: none #cccccc;
	border-left: none #cccccc;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

.style3 {
	font-size: large;
	color: #006699;
}
.style5 {font-size: xx-large}
.style7 {font-size: medium; color: #006699; }
.style9 {color: #006699}
.style17 {font-size: x-large; color: #006699; font-weight: bold; }
.style22 {font-size: xx-large; color: #000000; }
.style23 {
	color: #000000;
	font-style: italic;
}
#size {	position:absolute;
	left:5px;
	top:77px;
	width:341px;
	height:204px;
	z-index:1;
}
/************* #layer styles ***************/

#Layer1 {
	position:absolute;
	left:401px;
	top:725px;
	width:500px;
	height:101px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:354px;
	top:674px;
	width:614px;
	height:35px;
	z-index:1;
}
#Layer3 {
	position:absolute;
	left:40px;
	top:14px;
	width:101px;
	height:94px;
	z-index:2;
}
#Layer4 {
	position:absolute;
	left:901px;
	top:14px;
	width:109px;
	height:88px;
	z-index:3;
}
#Layer5 {
	position:absolute;
	left:83px;
	top:169px;
	width:0px;
	height:1px;
	z-index:2;
}

