/*
ELEMENTS
*/
a 	{
	color:blue;
	font-weight:normal;
	text-decoration:underline;
	}
a:hover {
	color:white;
	background-color: blue;
	text-decoration:none;
        }
body 	{
	font-family: verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white;
	vertical-align : top;
	}
h1 	{
	/*font-size:2em;*/
	font-size:1.5em;
	font-weight:bold;
	color:black;
	}
h2	{
	font-size:1.25em;
	font-weight: bold;
	color:black;
	}
h3	{
	font-size: 1em;
	font-weight:bold;
	color:black;
	}
h4 	{
	font-size: .8em;
	font-weight:bold;
	color:black;
	}
p 	{
	font-size:.80em;
	}
li {
	font-size: .8em;
}
/* 
CLASSES
*/
.banner {
	color:Black;
	/*background-color: #396;*/
	background-color: #33CC66;
	padding: .25em;
	vertical-align : top;
	text-align : left;
	}
.body {
	position: relative;
	width: 100%;
}
.content {
	position : relative;
	top: 0em;
	left: 0em;
	padding: .5em;
	margin-left : 5%;
	width: 90%;
	}
.content-hdr {
	font-size: 1em;
	font-weight: bold;
	color:black;
	background : #D3D3D3;
}
.nav {
	position: relative;
	top: 1em;
	left: 0%;
	font-size: .8em;
	font-weight: normal;
	padding: 1em;
	}
.section	{
	/*font-size: 1em;*/
	font-weight: bold;
	color:black;
	background-color : #FFFF99;
	}
.subsection {
	font-weight: bold;
}
.title 	{
	font-size:2em;
	font-weight:bold;
	color:black;
	font-style:italic;
	color:Black;
	background-color: #396;
	margin: 0em;
	padding: .5em;
	}
.indent {
	position: relative;
	left: 1.5 em;
}



