/*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
{
	background-color:#ebecf6;
	border-style:solid;
	border-width:5px;
	border-color:#010080;
	width: 600px; /*--define static width--*/
	margin:auto ;
}

.header {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.title {
	background-color: #b5bcde;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	margin: 0px;
	padding: 0px;
}

.middle 
{
	margin: 0px;
	padding: 0px;
}
.content 
{
	float: right;
	margin: 0px;
	padding: 0px;
	width: 500px; /*--define static width--*/
}

.section
{
	background-color: #b5bcde;
	border-style:solid;
	border-width:2px;
	padding:5px;
	margin:10px;
	border-color:#010080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#news
{
	border-style:solid;
	border-width:2px;
	padding:5px;
	margin:10px;
	border-color:#010080;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.comment
{
	background-color:#ebecf6;
	border-style:hidden;
	border: 0px;
	padding: 0px;
	margin: 10px;
	color: #010080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* ####################################=====Primary Navigation Elements==================########################### */
.priNav {
	margin: 0px;
	padding: 0px;
}

.priLinks {
	background-color: #010080;
	float: right;
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 400px; /*--define static width--*/
}

.priLinks h3
{
	height: 51px;
	width: 100px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}

.priLinks h3 a
{
	background-image: url(../images/link3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	line-height: 51px;
}

.priLinks h3 a:hover, a:active
{
	background-image: url(../images/link4.jpg);
	text-decoration: underline;
}
/*---------------------------------*/

/* ####################################=====Secondart Navigation Elements==================########################### */
.secNav {
	background-color: #010080;
	margin: 0px;
	padding: 0px;
	width: 100px;
	float: left;
}
.secLinks {
	background-color: #010080;
}

.secLinks h3
{
	height: 51px;
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}

.secLinks h3 a
{
	background-image: url(../images/link3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	line-height: 51px;
}

.secLinks h3 a:hover
{
	background-image: url(../images/link4.jpg);
	text-decoration: underline;
}
/*---------------------------------*/

.leftBar {
	float: left;
	height: 52px;
	width: 100px;
	background-image: url(../images/topLeft.jpg);
	background-repeat: no-repeat;
}

.rightBar {
	float: right;
	height: 52px;
	width: 100px;
	background-image: url(../images/topRight.jpg);
	background-repeat: no-repeat;
}

.btmLeft {
	float: left;
	height: 52px;
	width: 100px;
	background-image: url(../images/botLeft.jpg);
	background-repeat: no-repeat;
}

.btmRight {
	float: right;
	height: 52px;
	width: 100px;
	background-image: url(../images/botRight.jpg);
	background-repeat: no-repeat;
}

.bottBar {
	background-image: url(../images/BCorner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100px;
}

.footer {
	background-color: #ebecf6;
}

.footerBar {
	background-color: #010080;
	float: right;
	height: 52px;
	width: 400px; /*--define static width--*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ebecf6;
	text-align: center;
}

/* ##################################=====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
}