@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 191px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width:900px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	bottom:auto;
	padding: 10px 10px 50px;
	font-size: 80%;
	color: #333333;
	border-top: 1px dotted #666666;
}
#footer-left {
	float: left;
	padding-left: 10px;
}
#footer-right {
	float: right;
	padding-right: 10px;
}
#container {
	width:920px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	bottom:auto;
}
.bg-maincontent {
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background-image: url(images/bg-maincontent.gif);
	}
.heading1 {
	font-weight: bold;
	color: #01477B;
	font-size: 220%;
	line-height: 30px;
}
.heading3 {
	font-weight: bold;
	color: #01477B;
	font-size: 150%;
}
.heading2 {
	font-size: 120%;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: -.05em;
}


#left-column {
	padding: 0 30px 0 10px;
}
#right-column {
	width:270px;
	padding: 0 20px 0 10px;
	font-size: 12px;
}
#right-column p {
	font-family:"Courier New", Courier, monospace;
}
.datestamp {
	color:#666666;
	paddin-top: 15px;
	margin-left: 800px;
	padding-top: 10px;
}
a:hover {
	text-decoration:none;
}
.photo-left {
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
}

.photo-right {
	margin-left: 15px;
	float: right;
	margin-bottom: 5px;
}

.blue-text {
	color: #01477B;
}
