body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: scroll;
	background-color: #f6f6f6;
	background-image: url(images/body_tile.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
a:link, a:visited {
	color: #577bb7;
	text-decoration: none;
}
a:hover, a:active {
	color: #373c44;
}
h1 {
	font-size: 20px;
	border-bottom: 1px solid #73777c;
	background-color: #b7bcc4;
	margin: 0px;
}
h1 a:link, h1 a:visited {
	color: #373c44;
}
h1 a:hover, h1 a:active {
	color: #577bb7;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 16px;
	margin: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
}
ul {
	margin-bottom: 10px;
}
.container {
	background-color: #73777c;
	width: 930px;
	text-align: left;
}
.content {
	padding:5px;
}
.left_column {
	background-color: #eeeeee;
	width: 150px;
	height: 500px;
	float: left;
}
.main_column {
	background-color: #eeeeee;
	width: 610px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.right_column {
	background-color: #eeeeee;
	width: 150px;
	height: 500px;
	float: left;
}
.images {
	background-color: #FFFFFF;
	padding: 2px;
	margin: 5px;
	border: solid 1px #000000;
}
.date {
	color: #666666;
}
.tables {
	background-color: #FFFFFF;
	border: solid 1px #cccccc;
	margin-bottom: 5px;
}
.office {
	width: 400px;
	background-color: #FFCCCC;
	border: solid 1px #999999;
}

