body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
}

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

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

a:hover{
	color: #CCCCCC;
}

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

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 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;
}


#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:890px;
	background-image: url(images/start.gif);
	
}

#pageNav{
	float: none;
	width:auto;
	padding: 0px;
	border-right: 1px none;
	border-bottom: 1px none;
	font: 12pt "Times New Roman", Times, serif;
	border-top-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: middle;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: normal;
}



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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;

}

#globalNav img{
	margin-bottom: -4px;
	color: #CCCCCC;
 
}

#globalLink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 36px;
	z-index: 100;
	right: 18px;
	width: 567px;
	color: #CCCCCC;
}


a.glink, a.glink:visited{
  	font-size: 75%;
  	color: #CCCCCC;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	background-image:  url(glblnav_selected.gif);
	text-decoration: none;
	background-position: center center;
	color: #CCCCCC;
}



/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 40px;
	left: -50px;
	min-width: 640px;
	height: 30px;
	padding: 0px;
	visibility: hidden;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	clip: rect(auto,auto,auto,auto);
	right: 200px;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #CCCCCC;
}

.subglobalNav a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 7px;
	right: 10px;
	z-index: 101;
	color: #000099;
	left: 611px;
	height: 2px;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	color: #000099;
	
}

#search a:hover{
	margin: 0px;
	color: #0000CC;
	text-decoration: underline;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}



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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

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



#mainbody {
	position: absolute;
	top: 0px;
	left: 20px;
	right: 2%;
	width:95.6%;
	background-position: center;
}

.style1 {font-size: 18%}
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
.style3 {
	color: #000099;
}
.style4 {
	color: #FF0000;
	margin-left: 5px;
}
#version {
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 101;
	color: #000099;
	left: 612px;
	height: 18px;
	width: 100px;
}
