/****
Much of this CSS file was taken from GEMINI Design By Kevin Cannon (kmcannon [at] telus [dot] net.)
This version was edited heavily By Chris Hess at Hess Web Services (www.hesswebservices.com)
***/
body 
{
	font-size: 11px;
	font-family: Georgia;
	background: url('/images/bg.gif') repeat-x;
	background-color: #B979F1;	
	padding: 0;
	margin: 0 auto;
}
	
/****************       COMMON ELEMENTS           *******/
/****************           LINKS           ********/ 
a {
	color:#4290B8;
}

a:hover {
	color:#59806F;
	text-decoration:none;
}	
/****************          HEADINGS          *******/
h2 {
	margin:0;
	padding:10px 0 0 40px;
	font-family:Georgia;
	font-weight:normal;
	font-size:1.5em;
	color:#333;
}
/**********                         PARAGRAPHS         ******/
p {
	text-align: justify;
	text-indent:10px;
	padding-left:30px;
	padding-right:17px;
	font-size:1.3em;
    line-height: 1.4em;
}

p.noindent {
	text-indent:0px;
	padding-left:30px;
	padding-right:20px;
	font-size:1.3em;
    line-height: 1.4em;
}
td{
    font-size: 14px;
    line-height: 1.3em;

}
div.largertext {
	text-align: center;
	font-size:1.3em;
}
ul{
	font-weight: bold;
	font-size: 1.1em;
}
li{
	font-weight: normal;
}
/******************           INDEPENDANT DIVS AND CLASSES            ****/
/*****                    MAIN CONTAINER      *****/
#container {
	width:820px;
	margin: 0 auto;
	padding: 0px;
	background: url('/images/middle_bg.png') repeat-y;
}
/*********                    HEADER                          *******/
#header {
	clear: both;
	height:381px;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
	margin-top: 6px;
}

#header img{
	width:800px;
	margin-top: 3px;
	margin-left: 10px;
}

#logo {
	float: right;
	border: 1px solid;
	margin-top: -90px;
	margin-right: 50px;
	background-color: #B979F1;
}

/***********                      LEFT COLUMN           *****/
#leftcol {
	vertical-align:top;
	width: 799px;
}

#middle {
	position: relative;
	float: left;
	border: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 10px;
	margin-top: -25px;
	background-color: #000000;
	margin-left: 240px;
	font-size: 21px;
	color: #C28AF2;
	z-index: 50;
}

/************************************ NAV *******************/
#nav {
	clear: both;
	margin-left: 9px;
	border: 1px solid #000000;
	background-color: #000000;
	width: 800px;
	vertical-align:top;
	float: left;

}

h2.bolder1{
 position: relative;
 margin: 0;
 font: 20px Georgia;
 color: #FF84CE;
 z-index: 1;
}


/* "Homepage name..." text below (dark coloured). */

h2.bolder2{
 position: relative;
 left: 1px; Top: -33px;
 margin: 0;
 font: 20px Georgia, serif;
 color: #000000;
 z-index: 0;
}


.buttons li
{
	
	text-align: center;
	list-style: none;
	font-size: 14px;
	text-decoration: none;
	height: 16px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;	
}


.buttons li A
{
	color: #D9B8F7;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.buttons li A.buttonsActive
{
	color: #B979F3;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

}


.buttons li A:hover
{
	color: #C28AF2; 
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.aboutus li
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;

}
/******************                  FOOTER                 ****/
.footer {

	text-align:center;
	clear:both;
	margin-left: 10px;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#fff;
	width:800px;
	margin: 9px auto;
	padding-top: 9px;
	padding-bottom: 9px;
}	

.footer2 {
	height: 5px;
	width: 800px;
	margin-left: 10px;
	background-color: #000;
}	

