@charset "windows-1252";

/* --------- 1. defaults  --------- */

*	{
	margin: 0;
	padding: 0;
	}
body {
	margin:25px 0px;
	padding:0px;
	text-align:center;
	background-color: white;
	padding-bottom: 40px;
	}
img	{
	padding: 0;
	margin: 0;
	border: none;
	}
	
html, body, div, p {
	font-family:  "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;

}
/* Positions and IDs */

/* the overall container for the page */	
#wrapper {
	width: 675px;	
	margin: auto;
	text-align:left;
	height: 130em;
	padding:0px;
	position: relative;
	background-color: white;
	z-index:1;
	}
#masthead{
	position: absolute;
	top: 0px;
	left: 148px;
	width: 525px;
	padding: 0px;
	margin: 0px;
	background-color:white;
	text-align: left;
	}
#navigation{
	position: absolute;
	top: 0px;
	height: 98%;
	background-color: rgb(222,238,220);
	padding-bottom: 20px;
	z-index: 1;
	}
div#navigation img{
	padding: 0;
	margin: 0;
	}
#content{
	position:absolute;
	top: 133px;
	left: 150px;
	width: 500px;
	height: 110em;
	padding: 8em 8px 5px 10px;
	margin: 0px;
	background-color: white;
	z-index: 1;
	}
	
#pagetitle	{
	padding: 8px;
	text-align: center;
	position: absolute;
	top: 4px;
	left: 10px;
	}
#footer{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
   	padding: 2px;
	height: 4em;
	color: white;
	background-color: rgb(98,162,89);
	z-index: 2;	
	}

	
/* 
---------- 2. fonts ---------- 
Taken from Lohar - need modifying
*/

html {
	font-size: 100%;
	}

body {
	font-size: 62.5%;
	}
#content{
	text-align: left;
	}
h1, h2, h3, h4, h5{
	color:  rgb(98,162,89);
	font-family: "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	}
h1
	{
	font-size:1.8em;
	letter-spacing: 0.1em;
	margin: 0em;
	padding: 0.2em 0.7em 0.7em 0em;
	}
h2
	{
	font-size: 1.5em;
	margin: 0em 0 1.2em 0;
	letter-spacing: 0.5em;
	font-variant: small-caps;
	}
h3
	{
	font-size:1.2em;
	letter-spacing: 0.1em;
	margin: 0em;
	padding: 0.2em 0.7em 0.7em 0em;
	font-style: italic;
	}
div#content p
	{
	margin: 0px;
	padding: 0.5em 0px 0.5em 0px;
	font: 1.4em/1.5em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	}
.firstpara{
    font-weight: bold !important;
	}
div#content ul{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
div#content ul li{
	list-style: url(../graphics/bullet.gif);
	margin: 0px 0px 2px 15px;
	padding: 0px 0px 0.2em 5px;
	font: 1.4em/1.5em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	} 
div#masthead h1{
	background-color: rgb(222,238,220);
	color: rgb(2,85,3);
	font-size: 2em;
	padding: 1px;
	margin: 27px 0px 0px 0px;
	font-family: Arial, Geneva, Helvetica, sans-serif; 
	}
div#pagetitle h1{
	font: 2em/1.3em "Comic Sans MS",script,"Trebuchet MS Bold Italic",Verdana,cursive;
	color: rgb(98,162,89);
	}
#footer{
	text-align: center;
	}
div#footer a{
	font:  1.1em/1.7em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	color: white;
	padding: 0px 20px 0px 10px;
	}		
.copyright	{
	font:  1.1em/1.7em "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	color: rgb(225, 225, 225);
	}
/* positioning classes */	
.leftpic{
   	float: left;
   	margin: 6px 12px 6px 0px;
   	padding: 0px;
   	}
.rightpic{
   	float: right;
   	margin: 6px 0px 6px 12px;
   	padding: 0px;
   	}
.clearall{
	clear: both;
	}


/* 	 Drop Down Menu for Ron Bradley  */

/* ---------- 3. links and navigation ---------- */
	A:LINK{color: rgb(180,43,69); font-family: Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif; text-decoration : none}
	A:ACTIVE{color : purple; font-family: arial, sans-serif; text-decoration: none}
	A:VISITED{color :rgb(100, 100, 100); font-family: Arial,"Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif; text-decoration : none}
	A:HOVER{color : blue; text-decoration : underline;}
	/* menu design */
ul { 
	padding: 0px;
	margin:0px;
}
div#navigation ul li {
    font: 1.2em tahoma,arial,helvetica, sans-serif; 
   	list-style-type:none;	
}

div#navigation ul li a {
	display:block;
	width:147px;
	background-color: rgb(135,165,131);
	color: white;
	text-indent:5px;
	text-align: left;
	text-decoration: none;
	line-height:25px;
	border-top:1px solid #999999; /* format the design */
	border-bottom:1px solid #000000;
	border-right:2px solid #000000;
	border-left:none;
}
div#navigation ul li a:hover {
	font-weight: bold;
	color: rgb(50,87,143);
	background-color: rgb(253, 243, 197);
}
.active{
	font-weight: bold;
	color: rgb(50,87,143)!important;
	background-color: rgb(253, 243, 197) !important;
}	

#xtratxt{
   	position: relative;
   	top: 100em;
   	padding: 10px;
   	font: 9px/11px Arial, sans-serif;
	color: rgb(132,208,240);
	z-index; 0;
   	}	
div#xtratxt h1{
   	font: 9px/11px Arial, sans-serif;
	color: rgb(132,208,240);
   	padding: 0;
   	margin: 0;
	}
