body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.25em;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: 0;
}
a {
	outline: 0;
	color: #0047b6;
}
	
input, textarea, select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.darkBlue, .darkBlue a { color: #253255; }
.offBlue, .offBlue a { color: #093664; }
.gray, .gray a { color: #707276; }
.orange, .orange a { color: #d65e27; }
.gold, .gold a { color: #9b8900; }

.lowercase { text-transform: none; }
.center { text-align: center; }

h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 20px;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #d65e27;
}
h2 {
	margin: 0;
	padding: 0 0 8px;
	font-size: 14px;
	line-height: 1.25em;
	text-transform: uppercase;
	color: #253255;
}
h3 {
	margin: 0;
	padding: 0 0 8px;
	font-size: 14px;
	line-height: 1.25em;
	text-transform: uppercase;
	font-weight: normal;
	color: #9b8900;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #253255;
}
h5 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25em;
}
h6 {
	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.25em;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0 0 15px;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}
	td {
		margin: 0;
		padding: 0;
	}
img.right {
	float: right;
	display: inline;
	margin: 2px 0 10px 15px;
}
img.left {
	float: left;
	display: inline;
	margin: 2px 15px 10px 0;
}
img.center {
	display: block;
	text-align: center;
	margin: 5px auto;
}
#body img {
	border: 1px solid #000;
}

#topBar {
	height: 30px;
	background: #be5e30;
}

#body {
	padding: 0 30px 0 71px;
}
    #body ul {
	    margin: 0;
	    padding: 0 0 15px 30px;
	    list-style: none;
    }
    #body ul li {
        padding: 0 0 0 8px;
        background: url(../webimages/popup_ul.gif) no-repeat left 7px;
    }


ul#controls {
	position: absolute;
	top: 38px;
	right: 15px;
	width: 230px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
}
	#controls a {
		color: #000;
		text-decoration: none;
	}
	#controls .close {
		float: left;
		display: inline;
	}
		#controls .close a {
			padding: 0 0 0 13px;
			background: url(../webimages/popup_close.gif) no-repeat left center;
		}
	#controls .print {
		float: right;
		display: inline;
	}
	
