body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;
	padding: 0px;
	background-repeat: repeat;
	font-size: 1.1em;
	background-image: url(../images/gray_rock.gif);
	margin-right: 10%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
	width: 80%;
}

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

a:link{
	text-decoration: none;
	color: #000000;
	font-size: 1em;
	}
 a:visited{
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}

a:hover{
	text-decoration: underline;
}

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

h1{
	font: normal 18px Papyrus, "Tempus Sans ITC", "Bradley Hand ITC", Script, mono;
	margin: 0px;
	padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

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

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

h5{
	margin: 0px;
	padding: 0px;
	margin-left: 40px;
	font-size: 16px;
	font-weight: normal;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

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

#masthead{
	position: static;
	background-image: url(../images/ltgray_aluminum.gif);
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 6px;
}
#siteName{
	margin: 100px;
	padding: 16px 0px 8px 11px;
	color: #FFFFFF;
	font-weight: bold;
}
#globalNav{
	background-image: url(../images/ltgray_aluminum.gif);
	padding-left: 6px;

}

#globalLink{
	z-index: 0;
	visibility: visible;
	color: #000000;
	height: 25px;
	padding-top: 6px;
	
}
a.glink,{
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px 2px;
	height: 22px;
	
}
a.glink:hover{
	text-decoration: underline;
	color: #000000;
}
a.glink:visited{
	color: #333333;
	font-weight: normal;
	border-bottom-width: thin;
	
}
.subglobalNav{
	top: 118px;
	position: absolute;
	visibility: hidden;
	height: 50px;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	text-align: left;
	padding-bottom: 8px;
	background-image: url(../images/gray_rock.gif);
	padding-left: 8px;
}

.subglobalNav a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	font-size: 1em;
	padding-right: 4px;
}
/*link text and background image of submenu items on mouse hover*/
.subglobalNav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 1em;
	/*subglobal text on hover*/
	
}
.subglobalNav a:visited{
	color: #CCCCCC;
	font-size: 1em;
	text-decoration: none;
}

#Page_Name{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	padding-top: 15px;
	background-image: url(../images/ltgray_aluminum.gif);
	padding-bottom: 15px;
	font-weight: normal;
	height: 35px;
}
#content{
	background-repeat: repeat;
	padding-top: 16px;
	padding-bottom: 30px;
	font-size: 1.1em;
	font-weight: normal;
	left: 0px;
	background-image: url(../images/ltgray_aluminum.gif);
	color: #000000;
	padding-left: 6px;
	padding-right: 6px;

}

#siteinfo{
	font-size: x-small;
	color: #FFFFFF;
}

