body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.logo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
}
.companytitle {
	position: absolute;
	left: 200px;
	top: 10px;
	z-index: 1;
}
.companyslogan {
	position: absolute;
	left: 275px;
	top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.smlcp {
	font-variant: small-caps;
	font-size: 14px;
}
.nav {
	position: absolute;
	z-index: 2;
	width: 150px;
	left: 10px;
	top: 150px;
}
.pageheading {
	position: absolute;
	height: 50px;
	width: 550px;
	left: 200px;
	top: 150px;
	background-image: url(../images/header.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-align: right;
	letter-spacing: -2px;
}
.headingpadding {
	padding-right: 30px;
}
.pagecontent {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: absolute;
	z-index: 2;
	width: 550px;
	left: 200px;
	top: 200px;
	background-color: #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #0033CC;
	border-left: 1px solid #FFFFFF;
	margin-bottom: 50px;
}
.subheading {
	color: #333399;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.copyright {
	position: absolute;
	top: 0px;
	text-align: right;
	vertical-align: text-bottom;
	height: 100%;
	width: 100%;
	left: 0px;
}
.navimage {
	width: 150px;
	height: 30px;
	border: 0px;
}
a {
	text-decoration: none;
	color: #0033CC;
}
