html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset { 
margin: 0;
padding: 0;
border: 0;
}

body {
font-size: 100%;
	background-position: 0 0;
	background-position:center;
   background-repeat: no-repeat;
   background-attachment: fixed;
background-color : #ffffff;
color: #663399;
font-family:"Comic Sans MS";
margin: 0;
padding: 0;
text-align: center;
}

#wrapper {
	background-color: transparent;
	width: 95%;
	margin: auto;
	text-align: left; 
	padding:10px 0 10px 0;			
}

#banner{
	height: 65px;
	text-align: center;
	background-image:url(Banner2.jpg);
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	height: 73px;
	width: 100%;
}


div#menu {
	width:100%; 	/* makes the div full width */
	border-bottom:1px solid #006600;	 /* draws line on bottom edge of div */
	font-size:85%;	/* SET FONT-SIZE HERE */
	background-image:url(Background.jpg);
	background-color:#663399; /* colors the div */
	font-family:"Comic Sans MS";
	margin-top:75px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	position: fixed;
	display: inline;
	top: -2px;
	left: 0;
	padding:3px 0 0 0;
}

div#menu ul li ul li ul { 
		top:50px;
}
#content{
font-size: 90%;
	font-weight: 600;
margin: 115px 10px 10px 10px;
background-repeat:no-repeat;
	float: left;
	width:97%;
	padding: 10px 0 20px 0;
}

#content h1 {
font-family:"Comic Sans MS";
	font-size: 175%;
	font-weight: 700;
	color: #663399;
	margin: 0px;
	padding: 0px;
}

#content h2 {
	font-size: 150%;
	color: #663399;
	font-weight: 600;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	font-size: 135%;
	color: #663399;
	font-weight: 800;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
#content h4 {
	font-size: 125%;
	color: #663399;
	font-weight: 800;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
#content h5 {
	font-size: 100%;
	font-weight:bold;
	font-weight:500; 
}	
#content th {
	font-size: 90%;
	font-weight:500; 
	color: #006600;
}	
.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}

.rightimage {
	float: right;
	margin: 0 0 20px 15px;
}


.left70 {
	float: left;
	margin: 5px 10px 5px 90px;
}

.right70 {
	float: right;
	margin: 5px 90px 5px 10px;
}


.clearit {
	display: block;
	clear: both;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #ffff00;
	background-color: #663399;
	border-top: 1px solid #006600;
}

#footer p {
	font-size: 85%;
	font-weight:500;
	padding: 5px;
	text-align: center;
}

#footer ul li a:hover, #footer ul li a:focus{
background-color: #663399;
border: 1px solid #006600;
border-bottom: 1px solid #006600;
border-left: 1px solid #006600;
color: #ffff00;
}

#leftcol{
margin-top: 20px;
  width: 180px;
  float: left;
  }

.container{
width: 99%;
float: right;
}

img.figure {
float: right;
margin-left:10px;
margin-bottom:10px;
padding:5px;
}

.logoimage {
	position: absolute;
	height: 150px;
	width: 200px;
	left: 50px;
	top: 0px;
}

table {
	padding: 40px 10px 10px 10px;
	margin-top: 20px;
	border-collapse: separate;
	background-color:transparent;
	font-size:95%;
}
table th {
	padding: 1px;
	background-color:transparent;
}

table td {
	padding: 2px;
	background-color:transparent;
}



BODY {background-color : #ffffff;color : #663399;}
A:LINK {color : #006600;}
A:VISITED {color : #993399;}
A:HOVER {color : #00cc00;text-decoration : none;}

