#Banner {
	position:absolute;
	width:100%;
	height:150px;
	z-index:2;
	left: 5px;
	top: 5px;
	visibility: visible;
	background-image: url(../Images/Banner2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-style: italic;
	line-height: 150px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#title {
	position:absolute;
	width:100%;
	height:150px;
	z-index:2;
	left: 5px;
	top: 5px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle}

#subtitle {
	position:absolute;
	width: 100%;
	height:50px;
	z-index:1;
	left: 6px;
	top: 235px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/Banner2.jpg);
	background-color: #CED5CD;
}

#links {
	position:absolute;
	width: 100%;
	height:50px;
	z-index:1;
	left: 0px;
	top: 179px;
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
}
	
#contentwrapper {
	position:absolute;
	width:	95%;
	height: auto;
	background-color:#CED5CD;
	color:#657B5F;
	visibility: visible;
	z-index: auto;
	left: 12px;
	top: 342px;	
}

#contentleft {
	position:absolute;
	width:	400px;
	height: auto;
	background-color:#CED5CD;
	color:#657B5F;
	visibility: visible;
	z-index: auto;
	left: 10px;
	top: 320px;
	background-attachment: fixed;
}
#contentright {
	position:absolute;
	width:	auto;
	height: auto;
	background-color:#CED5CD;
	color:#657B5F;
	font-family: Arial, Helvetica, sans-serif;
	left: 420px;
	top: 320px;
}

#footer	{
	position:relative;
	width: 100%;
	height:auto;
	z-index:1;
	left: 0px;
	visibility: visible;
	float: none;
	top: 1000px;
	background-repeat: no-repeat;
	color: #657B5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	line-height: 120%;
	font-weight: bold;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #657B5F;
	line-height: 120%;
	background-attachment: scroll;
	background-color: #CED5CD;
	background-repeat: no-repeat;
	background-position: center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #657B5F;
	line-height: normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	color: #F0F0F0;
	line-height: 120%;
	background-color: #657B5F;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 120%;
	color: #657B5F;
}
h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4 ;
	line-height: 120%;
	color: #657B5F;
	background-color: #CED5CD;
}
.pos1 {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 5px;
	top: 100px;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	color: #000066;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	color: #CC33CC;
	text-decoration: blink; 
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	color: #FFFFFF;
	text-decoration: none;
