﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}
#masthead {
	min-width: 600px;
}
#logo {
	float: left;
	width: 200px;
}
.style1 {
	text-decoration: underline;
}
.style3 {
	text-decoration: underline;
	font-size: x-large;
	font-family: "Swis721 BlkEx BT";
}
.style4 {
	text-align: center;
}
.style5 {
	text-align: left;
	font-family: "Swis721 BlkEx BT";
	color: rgb(255, 255, 0);
	font-weight: normal;
}
.style6 {
	text-align: left;
}
.style7 {
	text-align: left;
	font-family: "Swis721 BlkEx BT";
}
.style8 {
	font-family: "Swis721 BlkEx BT";
}
.style9 {
	text-align: center;
	font-family: "Swis721 BlkEx BT";
}
.style10 {
	text-align: left;
	font-weight: 400;
	font-family: "Swis721 BlkEx BT";
}

#header {
	margin-left: 200px;
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 200px;
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
