body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #505050;
}
.container {
	margin: 4px 20px 20px 103px;
	width:600px;
}

.normalTable .left, .normalTable .left .spacer{
	width:450px;
}
.normalTable .right, .normalTable .right .spacer {
	width:150px;
}
.homeTable .left, .homeTable .left .spacer,
.homeTable .right, .homeTable .right .spacer {
	width:300px;
}
.homeTable .normal .left, .homeTable .normal .right {
	vertical-align:top;
	padding:5px;
	width:300px;
	border-right:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}
.homeTable .mid {
	border:none;
	width:15px;
}
#contact .left, #contact .left .spacer,
#contact .mid, #contact .mid .spacer,
#contact .right, #contact .right .spacer {
	width:200px;
}

.header td {
	vertical-align:top;
	border-bottom:solid 1px #CCCCCC;
	padding-top: 24px;
	padding-bottom:4px;
}
.header .left {
	font-family: Helvetica, Arial;
	vertical-align:bottom;
	font-size: .88em;
	line-height: .88em;
	color: #336699;
	font-weight: bold;
}
.header .right , .header .mid {
	vertical-align:bottom;
	font-size: .69em;
}
.normal td {
	font-size: .69em;
	vertical-align:top;
	border-bottom:solid 1px #CCCCCC;
	padding:4px 0px;
}
.normal div {
	margin:3px 0px 3px 12px;
}
.normal .subheader {
	font-family: Helvetica, Arial;
	font-size: 1.09em;
	font-weight: bold;
	color: #336699;
	line-height: 1.09em;
	margin:2px 0px 3px 0px;
}
.normal .section {
	font-weight: bold;
	margin:2px 0px 3px 0px;
}
a:link, a:visited {
	color: #D01413;
	text-decoration: none;
}

a:active, a:hover {
	color: #D01413;
	text-decoration: underline;
}
a.current:link, a.current:visited {
	color: #505050;
	text-decoration: none;
}

a.current:active, a.current:hover {
	color: #505050;
	text-decoration: underline;
}
#nav {
	font-family: Helvetica, Arial;
	font-size: 0.75em;
	color: #333333;
}

#nav .left img {
	margin-left:43px;
	margin-right:27px;
}
#nav .right {
	padding-left:54px;
}
#nav .firstRow td{
	font-weight: bold;
	padding:10px 0px;
	background-color:#FFCC33;
	}
#nav .secondRow td {
	border-top:#fff solid 1px;
	font-weight: normal;
	color:#fff;
	padding:4px 0px;
	background-color:#F9A700;
	}
#nav .secondRow a {
	color:#fff;
	}
#nav .secondRow a:hover {
	color:#fff;
	text-decoration:underline;
}
#nav .secondRow .pipe {
	margin:0px 8px;
}