﻿/* the style below sets the page banner */
#pageBanner {
	text-transform: lowercase;
	background: url('images/pageBanner.jpg') no-repeat;
	padding: 20px 0px 20px 90px;
	font: bold 36px Georgia, Times, serif;
	position: absolute;
	left: 200px;
	top: 100px;
}
body {
	/* this sets the background color of the page */
background-color: #ffffff; /* this sets the default text color of the page */ /* this sets the default font and text size */;
	font: 80% Verdana, sans-serif;
	position: absolute;
	width: 100px;
}
h6 {
	/* this sets the colors of the headings */font-family: Georgia, 'Times New Roman', Times, serif; 
/* this sets the font for all headings */
}
h5 {
	/* this sets the colors of the headings */font-family: "Comic Sans MS";
	font: 10 "Comic Sans MS";
}
h4 {
	/* this sets the colors of the headings */font-family: "Comic Sans MS", Arial, Helvetica;
	font: 14 "Comic Sans MS", Arial, Helvetica;
}
h3 {
	/* this sets the colors of the headings */font-family: "Comic Sans MS", Arial, Helvetica;
	font: 12 "Comic Sans MS", Arial, Helvetica;
}
h2 {
	/* this sets the colors of the headings */font-family: Georgia, 'Times New Roman', Times, serif; 
/* this sets the font for all headings */
}
h1 {
	/* this sets the colors of the headings */font-family: Georgia, 'Times New Roman', Times, serif; 
/* this sets the font for all headings */
}
/* the styles below set font sizes and styles for specific headings */
/* the styles below set link styles and colors */
a:link {
}
a:visited {
}
a:hover {
	color: #808000;
}
a:active { color: #c65d10; }
/* the styles below create the columns */
#container { width: 700px; background: #ffffff; padding:10px; }
#left {
	width: 824px;
	float: left;
	background: #ffffff;
	left: 200px;
	position: absolute;
	top: 150px;
	max-height: 1000px;
}
#centerleft {
	width: 218px;
	float: left;
	background: #ffffff;
	left: 369px;
	position: absolute;
	top: 100px;
	max-height: 1000px;
}
#centerright {
	width: 218px;
	float: left;
	background: #ffffff;
	left: 587px;
	position: absolute;
	top: 100px;
	max-height: 1000px;
}
#right {
	width: 218px;
	float: left;
	background: #ffffff;
	left: 805px;
	position: absolute;
	top: 100px;
	max-height: 1000px;
}
#leftmenu {
	font: 12 Arial, Helvetica, sans-serif;
	position: absolute;
	top: 150px;
	left: 0px;
	color: #FFFFFF;
}
#bottommenu {
	font: 12 Arial, Helvetica, sans-serif;
	position: relative;
	top: auto;
	left: 0px;
	color: #000000;
	height: 100px;
}
