/********* GENERAL **************/

body {
	background-color: #AAFFAA;
	background-image: url('images/bluebluebg3.jpg');
	background-repeat: repeat;
	padding: 5px;
	margin: 0px;
	color: black;
	font-family: ariel, verdana, san-serif;
	text-align: center;
	height: 100%;
}

h1 {
	margin: 4px;
	font-family: ariel, verdana, san-serif;
	text-align: left;
	font-weight: bold;
	color: #0236a4;
}

h2 {
	margin: 6px;
	font-family: ariel, verdana, san-serif;
	text-align: left;
	font-weight: bold;
	color: #498adc;
}


h3 {
	margin: 8px;
	font-family: ariel, verdana, san-serif;
	text-align: left;
	font-weight: bold;
	color: #94d4ff;
}

p {
	margin: 10px;
	text-align: left;
	color: black;
	font-family: ariel, verdana, san-serif;
}

a { 
	text-decorate: none; 
	color: #000044;
}

a:visted {
	color: #440044;
}

a:hover {
	text-decorate: underline, overline;
	/* text-transform: uppercase; */
	color: red;
	}


ul {
	line-height: 2em;


}


/****** SPECIFIC AREAS ***********/

#header {
	position: relative;
	top: 0px;
	width: 80%;
	height: 100px;
	background-color: #FFFFFF;
	color: #009900;
	text-align: center;
	margin: 0% 10% 0% 10%;
	border-style: inset;
	border-color: black;
	border-width: 2px;
}


#nav {
	position: relative;
	color: #000000;
	background-color: #FFFFFF;
	height: 28px;
	margin: 0% 10% 0% 10%;
	
	width: 80%;
	border-style: inset;
	border-color: black;
	border-width: 2px;
}

#main {
	position: relative;
	width: 80%;
	margin: 0% 10% 0% 10%;
	text-align: left;
	background-color: #FFFFFF;
	padding 25% 25% 25% 25%;
	border-style: inset;
	border-color: black;
	border-width: 2px;
}

#left {



}

#right {


}

#footer {
	position: relative;
	color: #000000;
	text-align: center;
	font-size: x-small;
	background-color: #FFFFFF;
	bottom: 0px;
	height: 36pt;
	width: 80%;
	margin: 0% 10% 0% 10%;
	padding 3px 3px 3px 3px;
	border-style: inset;
	border-color: black;
	border-width: 2px;

}
#footer.a {
	color: white;
	text-decorate: none;
}

