/*This stylesheet is created by Adam Woods 2008. Notice here the nature of this comment, it takes the form of a Java code multiline comment as this stylesheet uses CSS scripting language,and so must adhere to the associated rules */

/* ####################################=====High level elements======================########################### */
a:link, a:visited, a:hover
{
	color: #010080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
}

body
{
	background-color:#ebecf6;
}

.base
{
	border-style:solid;
	border-width:5px;
	border-color:#004b80;
	width: 600px; /*--define static width--*/
	margin:auto ;
}

.section
{
	padding:5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.comment
{
	margin: 10px;
	color: #010080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* ####################################=====TOP==================########################### */
.topRow {
	margin: 0px;
	padding: 0px;
}

.topMiddle {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 200px;
}

.topRight {
	float: right;
	height: 200px;
	width: 200px;
}
/* ####################################=====MIDDLE==================########################### */
.middleRow 
{
	margin: 0px;
	padding: 0px;
}

.middleMiddle {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 200px; /*--define static width--*/
}

.middleLeft {
	float: left;
	height: 200px;
	width: 200px;
}

.middleRight {
	float: right;
	height: 200px;
	width: 200px;
}
/* ####################################=====BOTTOM==================########################### */
.bottomRow 
{
	margin: 0px;
	padding: 0px;
}

.bottomMiddle {
	float: right;
	height: 200px;
	width: 200px; /*--define static width--*/
}

.bottomLeft {
	float: left;
	height: 200px;
	width: 200px;
}

.bottomRight {
	float: right;
	height: 200px;
	width: 200px;
}

.header
{
	margin:auto;
	width: 300px;
	padding-bottom: 10px;
}

.footer
{
	margin: auto;
	width: 600px;
	padding-top: 10px;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#004b80;
}
/* ##################################=====Special formatting Elements==================########################### */
.gap {
	clear: both;
}


/* ##################################=====Text formatting Elements==================########################### */
h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #333366;
 margin: 0px;
 padding: 10px;
}

h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 114%;
 color: #333366;
 margin: 0px;
 padding: 10px;
}

/* h3 used for navigation links - unless defined absolute (ID) */

h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px
}