﻿/* CSS layout */
#masthead {

	width = 900px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

#top_nav {
	padding-top: 50px;
	min-height: 100px;
	width = 800px;
}

#container {
	border-style: ridge;
		background: #FBFAC4;
	position: relative;
	width: 850px;
	height: 2000;
	padding-left: 2px;
	padding-top: 40px;
	padding-right: 20px;
}
#left_col {
	background: #FBFAC4;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 180px;

}

#footer {
	position: relative;
	width = 800px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
}
.TitleOrange {
	color: #FF6600;
	font-size: larger;
}
.TitleLargeGreen {
	font-size: xx-large;
	color: #009900;
	font-family: "Brush Script Std";
}				
.TitleStyle {
	color: #000080;
	font-family: Aladdin;
	font-size: xx-large;
}
.info {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #F39531;

}

.TitleSmallGreen {
	color: #009900;
	font-family: "times New Roman", Times, serif;
}

.style17 {
	color: #009900;
	font-family: "Brush Script Std";
}
.style8 {
	text-align: center;
}

