body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	background-color: #FFFFCC;
	font-weight: 400;

	}

#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:800px;
	height:90;
	z-index: 6;

	}
#topNav {
	position:absolute;
	top:136px;
	left:212px;
	margin-left:36px;
	z-index: 3;

	}
#content {
	position:absolute;
	top:200px;
	left:163px;
	width:600px;
	padding:28px 0px 0px 32px;
	z-index: 2;
	border-left-width: medium;
	border-left-style: none;
	border-left-color: #FF9933;


	}
#address {
	clear:both;
	padding:25px 150px 20px 150px;
	text-align:center;
	}

#leftBox {
	position:absolute;
	top:200px;
	left:10px;
	width:133px;
	padding:8px 5px 5px 5px;
	height: 204px;
	background-color: #7BA7D2;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #336699;
	border-bottom-color: #336699;
	z-index: 1;
	}
a:link {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #6699CC;
	text-decoration: none;

}
p {
	font-size: 14px;
}
