		/*Site wide style rules*/


html, body{
	margin: 0;
	padding: 0;
	line-height: 150%;
	}
body{
	background-color: #F2F2F2;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #070c0f;
	}

#wrapper{
	width: 975px;
	margin: 0px auto;
	}
#head{
	height: 79px;
	background: #498db3 url(../imgs/head03.jpg) repeat-x top left;
	color: #f1f1f1;
	width: 956px;
	margin: 0px auto;
}
#head h2{
	width: 433px;
	height: 30px;
	position: relative;
	top: 26px;
	left: 10px;
	float: left;
	font-size: 120%;
	
}
#head h2 a{
	color: #f1f1f1;
	text-decoration: none;
	font-size: 120%;
	}
#head h2 span{
	background: url(../imgs/h2span.jpg) no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
cursor: pointer
	}
#head address{
	float:right;
	font-style: normal;
	margin-top: 5px;
	margin-right: 7px;
	line-height: 140%;
	font-size: 85%;
}
#inner{
	width: 956px;
	margin: 0px auto;
	border-top: 1px solid #fff;
}

#content{
	width: 600px;
	/*border: 1px dashed #999;*/
	margin: 20px auto;
	background-color: #fff;
	}
acronym{
	border-bottom: 3px double #498db3;
	cursor: help;
	}
 dl{
	margin: 1.5em 30%;; padding:0;
	}
dt dd{
	height: 30px;
	line-height: 30px;
	}

dl a, dl a:link{
	text-decoration: none;
	border-bottom: 1px solid #070c0f;
	color: #070c0f;
	font-weight: 600;
	line-height: 200%;
	margin: .5em 0px;
	}
dl a:visited{
	color:#444;
	border-bottom: 1px solid #444;
}
dl a:hover{
	background-color: #2D4E61;
	color: #f1f1f1;
	border-bottom: 1px solid #2D4E61;
}
h4{
	border-bottom: 1px solid #8F8F8F;
	border-top: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	background-color: #ddd;
	background-image: url(../imgs/h401bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: #498db3;
	padding:0px 0px 0px 10px;
	margin: 0;	
	margin-bottom: .75em;
	text-align: center;
}
#foot{
	height: 39px; 
	background: #3D7595 url(../imgs/footbg.jpg) repeat-x top left;
	color: #fff;
	margin-top: 15em;
	clear: both;
	}
p#disclaimer{
	line-height: 39px;
	float: left;
	margin-left: 10px;
}
#foot ul{
	list-style: none;
	float: right;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -1px; right: 0px;
}
#foot li{
	display: block;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	}
#foot a, #foot a:link{
	text-decoration: none;
	border-bottom: 1px solid #f1f1f1;
	color: #f1f1f1;
}
#foot a:hover{
	color: #2D4E61;
	background-color: #fff;
	border-bottom: 1px solid #2D4E61;
}
	





