﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	min-width: 600px;
}

#logo {
	float: left;
	width: 200px;
}

#header {
	margin-left:200px;
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 200px;
}

#right_col {
	float: right;
	width: 200px;
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
}

font.body 	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	color: #000
}

font.menu2 	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	font-style: bold;
	color: #369
}

font.heading { font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: 
               #800000; font-variant: small-caps 
}
font.heading2 { font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: 
               #000080; font-weight: bold; text-align: Center 
}
font.heading3 { font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; color: 
               #000080; font-style: italic 
}

font.copyright 	{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 9px;
	font-style: normal;
	color: #FFFFFF
}

.auto-style1 {
	background-color: #3E7A6E;
	font-size: large;
	font-family: "Comic Sans MS";
	color: #FFFFFF;
}
.auto-style10 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
}


