﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	width: 1100px;
	height: 300px;
}

#top_nav {
}

#container {
	min-width: 600px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#left_col {
	width: 300px;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
}
#page_content {
	margin-left: 375px;
	margin-right: 25px;
}

#footer {
	clear: both;
	width: 1100px;
	height: 120px;
	background-image: none;
	background-repeat: no-repeat;
}
h1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 32px;
	color: #FF0000;
	font-style: italic;
}
h2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 24px;
	color: #003366;
	font-style: italic;
}
p {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #666666;
}
.auto-style5 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.auto-style3 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: right;
}
.auto-style4 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	color: #666666;
	text-align: left;
}
li {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #666666;
}
