﻿html {
	height: 100%; 
	margin-top: -12px;
	margin-bottom: -1px;}
	
	

	
body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background-color: #000;	
	color: #000;
	text-align: center;
	height: 100%;}
	
	



img {
	border: none;}
	
	/* this group sets the normal link colors */
A:LINK {
color: #FF99FF;
text-decoration: none;
font-weight: bold;
}
A:VISITED {
color: #00EFFF;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color : #33FFFF;
text-decoration: underline overline;
background-color: #CC99FF;
font-weight: bold;
}
A:ACTIVE {
color : #FF99FF;
text-decoration: none;
font-weight: bold;
}

	
h1 {
	color: #fff;
	font: normal 26px Georgia, Georgia, serif;
	margin: 0 0 20px 0;}

h2 {
	color: #92938b;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h3 {
	color: #acaf9b;
	font: normal 20px Verdana, Arial, sans-serif;
	margin: 5px 0;}

h4 {color: #2e4918;
	font: normal 18px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h5 {color: #554e44;
	font: normal 16px "Comic Sans MS", "Trebuchet MS", sans-serif;
	margin: 5px 0;}

h6 {color: #2e4918;
	font: bold 12px Verdana, "Trebuchet MS", sans-serif;
	letter-spacing: 1px;
	margin: 5px 0;}
	
hr {
	background-color: #d3d3b9;
	color: #d3d3b9;
	height: 1px;
	width: 80%;}

#wrapper {
	background-image: url('wolf-pink.jpg');	
	color: #000;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	}

#wrapper2 {
	background: #004284 url('wolf-blue.jpg');	
	color: #fff;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	}
	
#wrapper3 {
	background: #f9f9f9 url('lab.jpg');	
	color: #000;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	}

#content {
	width: 810px;
	float: right;
	text-align: left;
	padding: 10px 14px;}
	
#sidebar {
	width: 150px;
	float: left;
	text-align:left;
	font-size: 90%;
	line-height:20px;
	padding:  65px 0 0 180px;}

#sidebar a {
	color: #351500;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;}

#sidebar a:hover {
	color: #88664a;
	text-decoration: overline underline;
	font-weight: bold;}

#sidebar2 {
	width: 150px;
	float: left;
	text-align:left;
	font-size: 90%;
	line-height:20px;
	padding:  65px 0 0 180px;}

#sidebar2 a {
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;}

#sidebar2 a:hover {
	color: #f9f9f9;
	text-decoration: overline underline;
	font-weight: bold;}
	
#sidebar3 {
	width: 150px;
	float: left;
	text-align:left;
	font-size: 90%;
	line-height:20px;
	padding:  65px 0 0 180px;}

#sidebar3 a {
	color: #bc9753;
	padding: 0 15px;
	text-decoration: none;
	font-weight: bold;}

#sidebar3 a:hover {
	color: #7a6129;
	text-decoration: overline underline;
	font-weight: bold;}

#footer {
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 90%;
	padding: 20px 10px;}
	
#footer p {
	padding: 0;
	margin: 0;}
	
#footer a {
	color: #fff;
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;}

#footer a:hover {
    color: #f0f0f0;
	text-decoration: overline underline;
	font-weight: bold;}
		
.imageleft {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px double #c0c0c0}

.imageright {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px double #c0c0c0}

.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;}
	
.imagecenter-noborder {
	margin: 0 auto;}