* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #FFFFFF;
	background-image: url(/elements/images/topheader.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}
p {
	margin: 0 0 20px 0;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}
	
#wrapper {
	width: 900px;
	text-align: left;
	margin: auto;
	}
	#header {
		width: 900px;
		height: 110px;
		}
		#header01 {
			margin-top: 70px;
			width: 1px;
			height: 43px;
			background-image: url(/elements/images/smallline.jpg);
			}
		#header02 {
			text-align: right;
			font-size: 9px;
			color: #699487;
			margin-top: 5px;
			margin-right: 10px;
			clear: right;
			}
			#header02 a, #header01 a:visited {
				color: #699487;
				text-decoration: none;
				}
			#header02 a:hover {
				text-decoration: underline;
				}
		#header03 {
			clear: right;
			margin-right: 10px;
			margin-top: 22px;
			}
		#header04 {
			clear: right;
			margin-top: 8px;
			color: #699487;
			font-size: 11px;

			width: 524px;
			height: 43px;
			background-image: url(/elements/images/smallline.jpg);
			background-position: bottom right;
			background-repeat: no-repeat;
			text-align: right;
			padding-right: 10px;
			}
			#header04 li {
				display: inline;
				padding-left: 12px;
				}
			#header04 a, #header a:visited {
				color: #699487;
				text-decoration: none;
				}
			#header04 a:hover {
				color: #000000;
				}
	#content {
		width: 900px;
		height: auto;
		background-image: url(/elements/images/dottedline.jpg);
		background-repeat: repeat-y;
		padding-left: 60px;
		padding-right: 20px;
		color: #4a4a4a;
		}
	#content { 					/* makes background image display correctly in IE */
		width:900px; 
		voice-family: "\"}\""; 
		voice-family:inherit;
		width:820px;
		} 
	html>body #content {		/* makes background image display correctly in IE */
		width: 820px;
		}
#footer {
	margin-bottom: -15px;
	background-image: url(/elements/images/footerbg.gif);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;
	font-size: 9px;
	line-height: 12px;
	color: #699487;
	}
	#footer p {
		padding-top: 5px;
		}
	#footer a, #footer a:visited {
		color: #699487;
		text-decoration: none;
		}
	#footer a:hover {
		text-decoration: underline;
		}