﻿body {
	height: 100%;
	margin: 0px;
	background-color: #8CA9B9;
}
#header {
	position: relative;
	left: 50%;
	width: 800px;
	margin-left: -401px;
	border-top: 5px #8ba9b9 solid;
	border-bottom: 2px #8ba9b9 solid;
	margin-top: 0px;
}
h1
{ 
display: inline;
text-decoration: underline;
font-weight: bold;
color: #000000;
font-size: 20px;
font-family: verdana, arial, helvetica, sans-serif;
}

h2
{ 
display: inline;
font-weight: bold;
color: #000000;
font-size: 16px;
font-family: verdana, arial, helvetica, sans-serif;
}

h3
{ 
display: inline;
font-weight: bold;
color: #000000;
font-size: 18px;
font-family: verdana, arial, helvetica, sans-serif;
}
#main  {
	width: 790px;
	margin-top: 0px;
	margin-left: -395px;
	position: relative;
	left: 50%;
	margin-bottom: 0px;
}

#footer {
	position: relative;
	left: 50%;
	margin-left: -400px;
	bottom: 0px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	font-weight: bold;
	border-top: 2px #8ba9b9 solid;
	border-bottom: 2px #8ba9b9 solid;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 30px;
}

#wrapper {
	margin-top: 0px;
	margin-left: -400px;
	position: relative;
	left: 50%;
	background-image: url(files/images/bg2.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width: 816px;
}


p
{
	color: #000;




text-indent: 20px
font-family: verdana, arial, helvetica, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
#nav {
	width: 150px;
	padding-left: 5px;
	float: left;
}
#text {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding-top: 5px;
	width: 635px;
	margin-left: 150px;
}

a:link {
color:0000CC;
font-size: 18px;
text-decoration: underline;
}
#footer2 {
	position: relative;
	left: 50%;
	margin-left: -400px;
	bottom: 0px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
}


a:hover {
color:ffffff;
font-size: 18px;
text-decoration: underline;
}

a:visited {
color:0000CC;
font-size: 18px;
text-decoration: underline;
}
#wrapper #nav a:link {
	color:#000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
 }
#wrapper #nav a:hover {
	color:#000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
 }
#nav a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #footer2 a:link {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
 }
#wrapper #footer2 a:hover {
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
 }
#footer2  a:visited{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#button {
	background-color: #8BA9B9;
	width: 130px;
	text-align: center;
	border: thin solid #000;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

