﻿/* the style below sets the page banner */
#pageBanner {
color: #336699; 
text-transform: lowercase;
background: url('images/pageBanner.jpg') no-repeat;
padding: 20px 0px 20px 90px;
font: bold 36px Georgia, Times, serif;
}

body {
/* this sets the background color of the page */
background-color: #ffffff; color: #414345; 
/* this sets the default text color of the page */
/* this sets the default font and text size */
font: 80% Verdana, sans-serif; 
}
h1, h2, h3, h4, h5, h6 {
color: #37526d; /* 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 */
h1 { font-size: 2em; }
h2 { font-style: italic; font-size: 2em; }
h3 { font-size: 1.7em; }
h4 { font-style: italic; font-size: 1.7em; }
h5 { font-size: 1.3em; }
h6 { font-style: italic; font-size: 1.3em; }
/* the styles below set link styles and colors */
a:link { color: #0a5baf; }
a:visited { color: #5883b0; }
a:active, a:hover { color: #c65d10; }

/* the styles below create the columns */

#main {
	width:790px;
	border-bottom-style:outset;
	background-color:#F0F0F0;
	position: absolute;
	left:50%;
	margin-left: -395px;
	top: 90px;
	z-index: 8;
	padding:5px;
	font: 80% Verdana, sans-serif;

 }

#lefttop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#righttop {
	position: absolute;
	right:0px;
	top: 0px;
	z-index: 2;
}
#centertop {
	width:800px;
	position:absolute;
	top: 0px;
	left:50%;
	margin-left: -400px;
	z-index: 3;
}
#leftgrey{
	position: absolute;
	left: 0px;
	top: 59px;
	z-index: 4;
}
#rightgrey{
	position: absolute;
	right: 0px;
	top: 59px;
	z-index: 5;
}
#centergrey {
	width:800px;
	position:absolute;
	top: 0px;
	left:50%;
	margin-left: -400px;
	top: 59px;
	z-index: 6;
}
#buttons {
	position: absolute;
	width:790px;
	top: 59px;
	left:50%;
	margin-left: -392px;
	z-index: 7;
}
#search {
	width:150px;
	position:absolute;
	top:3px;
	right:50%;
	margin-right:-420px;
	z-index: 7;
}
