.attn {
	color: #f00;
	font-size: 2em;
	}

html, body {
	padding: 0;
	margin: 0;
	background-color: #58799c;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.45;
	color: #666;
	background: url(./images/body.gif) top repeat-x #58799c;
	}

a {
	color: #41a082;
	text-decoration: none;
	font-weight: bold;
	}
	
a img {
	border: none;
	}

p {
	padding: 0;
	margin: .5em 0 .8em 0;
	}

ul li {
	list-style-image: url(/lib/css/images/bullet.jpg)	;
}

acronym {
	cursor: help;
	}

#header, #content, #footer {
	clear: both;
	width: 915px;
	padding: 0 10px;
	margin-right: auto;
	margin-left: auto;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #9fcabc;
	}
	
h1 {
	font-size: 2em;
	color: #fff;
	line-height: 67px;
	height: 67px;
	margin: 0 0 5px;
	padding:  24px 0 0 20px;
	font-weight: normal;
	background: url(./images/h1.jpg) bottom left no-repeat;
	clear: left;
	}
	
h2 {
	font-family: "Trebuchet MS", "Tahoma", Arial, sans-serif;
	font-size: 1.5em;
	margin: 25px 0 .5em 0;
	color: #6c97b9;
	}

h3 {
	font-family: "Trebuchet MS", "Tahoma", Arial, sans-serif;
	font-size: 1.2em;
	margin: 25px 0 .5em 0;
	color: #87a792;
	}
h3 a {
	color: #87a792;
	}
	
h4 {
	font-size: .9em;
	margin: 16px 0 .4em 0;
	color: #1e83b1;
	}
h4 a {
	color: #1e83b1;
	}
	
h5 {
	font-size: .9em;
	margin: .6em 0;
	}
	
label {
	font-family: "Trebuchet MS", "Tahoma", Arial, sans-serif;
	font-size: 1.2em;
	margin: 25px 0 .5em 0;
	color: #87a792;
	}