#logo img {
	padding: 10px;
	width: 200px;
}
#name {
	font-size: 150%;
	position: absolute;
	left: 240px;
	top: 30px;
}
#content2 {
	position: absolute;
	width: 220px;
	left: 550px;
	top: 200px;
	background-color: #FFFFFF;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}


#address {
	position: absolute;
	left: 240px;
	top: 70px;
	font-size: 90%;
}
#phonefax {
	font-size: 90%;
	position: absolute;
	left: 240px;
	top: 90px;
}
#navcontainer {
	margin: 0;
	padding: 0;
	height: 18px;
	width: 500px;
	left: 240px;
	position: absolute;
	border-width: 0px;
	z-index: 4;
	background-color: #FFFFFF;
	top: 130px;
	font-size: 100%;
}
#navcontainer UL {
	list-style: none;
	margin: 0;
	border: none;
	padding-top: 5px;
	font-size: 100%;
}

#navcontainer LI {
	display: block;
	margin: 0;
	width: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	float: left;
	font-size: 90%;
}

#navcontainer A {
	color: #FFFFFF;
	display: block;
	width: auto;
	text-decoration: none;
	padding: 2px 10px;
	border-right: 1px solid #fff;
	background-color: #838A9C;
}

#navcontainer A:hover, #navcontainer A:active {
	color: #FFFFFF;
	background-color: #999999;
}

#navcontainer A.active:link, #navcontainer A.active:visited {
	position: relative;
	z-index: 102;
	background-color: #002FBB;
}
#content1 {
	position: absolute;
	width: 460px;
	left: 20px;
	top: 200px;
	right: 20px;
}
.footer {
	font-size: 85%;
	color: #666666;
}
h2 {
	font-size: 100%;
}
#content1 li {
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #666666;
}
#content3 {

	position: absolute;
	width: 284px;
	left: 20px;
	top: 200px;
	background-color: #FFFFFF;
}
#content4 {

	position: absolute;
	width: 400px;
	left: 350px;
	top: 200px;
	background-color: #FFFFFF;
}
.table1 {
	background-color: #EAEAEA;
}
.table1header {
	font-size: 100%;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background-color: #999999;
	padding-left: 10px;
	padding-right: 10px;
}

.table1column1 {
	font-size: 90%;
	text-align: right;
}
