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

#masthead {
	width: 1100px;
	height: 350px;
}
#top_nav {
	width: 1100px;
	height: 40px;
}
#container {
	min-width: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 1100px;
	background-color: #FFFFFF;
}
#left_col {
	width: 350px;
	float: left;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#logobar {
	width: 1100px;
	height: 100px;
}
p {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 18px;
	color: #666666;
}
h1 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #FF0000;
	font-size: 32px;
	font-style: italic;
}
h2 {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #003366;
}
li {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #333333;
	font-size: 18px;
}
