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

body{
	font-family: Arial,sans-serif;
	line-height: 150%;
text-align: justify;
text-transform: uppercase;
display: block;
	color: #333333;	
	margin: 0px;
	padding: 0px;
	background: #7491B1;
width: 720px;}


/******* 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: bold 100% Arial,sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

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

h4{
	font: 80% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-position: center;
	cursor: hand;
}


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



/*************** 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: #5a7aa0;
}

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

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 70px;
	left: 2%;
	right: 2%;
	width:720px;
	background-color: #ffffff;
	height: auto;
	overflow: visible;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image:url(logo_div/tl_curve_white.gif);
	background-repeat: no-repeat;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	background-image:  url(logo_div/tr_curve_white.gif);
background-repeat: no-repeat;	
}

#masthead{
	position: absolute;
	top: -35px;
	left: 2%;
	right: 2%;
	width: 720px;
	
}

#pageNav{
	float: left;
	width: 124px;
	background-color: #fafcfc;
	border-right: 1px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	font: small Verdana,sans-serif;
	text-align: center;	
}

#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 130px;
	padding-right: 15px;
}


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

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;

}

#pageName h2{
		background-image:    url(logo_div/logos.gif);
background-repeat: no-repeat;
	margin:0px;
	padding: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 12px;
margin-left: 25px;}

#pageName img{
	position: absolute;
	top: 7px;
	padding: 0px;
	margin: 0px;
	left: 36px;
	width: 600px;
}

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

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 24px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:    url(logo_div/glbnav_background.gif);
padding-left: 1px;
padding-right: 1px;}


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

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
		background-image:  url(logo_div/gblnav_left.gif);
background-repeat: no-repeat;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	background-image:  url(logo_div/glbnav_right.gif);
background-repeat: no-repeat;
}

#globalLink{
	position: absolute;
	top: 0px;
	height: 18px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


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

a.glink:hover{
  	background-image:    url(logo_div/glblnav_selected.gif);
	text-decoration: none;
}

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

.subglobalNav{
	position: absolute;
	top: 72px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link  {
	font-size: 60%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}
.subglobalNav a:visited{
font-size: 60%;
	color: #d0d3dc;
text-decoration: line-through;}


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

.feature{
	font-size: 80%;	
	width: inherit;
}



html_body .feature {height: auto;}

.feature h1{
background-color: #f8f8f8;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #cccccc;
color: #6e8cb0;
font-size: 140%;
font-weight: bolder;
letter-spacing: 1px;
text-align: center;
padding: 0px;
background-image:    url(logo_div/bg_nav.jpg);
margin-right: -5px;
width: 570px;

max-width: 100%;
}


.feature h2{

color: #6987ad;
font-size: 110%;
letter-spacing: 1px;
text-align: center;
padding: 3px;
}

.feature h3{

color: #b06c69;
font-size: 120%;
font-weight: bolder;
letter-spacing: 1px;
text-align: center;
padding: 3px;
}

.feature h4{
	letter-spacing: 1px;
	text-align: center;
	padding: 3px;
	border: 1px #cecece dotted;
	background-color: #f7f7f7;
	margin: 8px;
	page-break-before: auto;
	page-break-after: auto;

}

.feature img{
	
	padding: 0px 10px 0px 0px;
}





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

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

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


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

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

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

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image:    url(logo_div/bg_nav.jpg);
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #4171a0;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-image:    url(logo_div/glbnav_background.gif);

	font-weight: bold;
	text-decoration: none;
border-right: 3px #f8ba27 solid;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 3px;
font-size: 70%;
text-align: left;
margin-top: -12px;}


#advert img{
	display: block;
margin-left: -6px;
margin-right: -6px;
background-image:    url(logo_div/steinberg.jpg);
background-repeat: no-repeat;
width: 125px;
height: 84px;}


/********************* end **********************/
.h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 4px;
	word-spacing: 5px;
	letter-spacing: 6px;
	cursor: crosshair;
	background-color: #6583A9;
}
