﻿#body {
	padding: 0px;
	width: 1000px;
	margin: -3px auto 0px auto;
	position: relative;
	height: 85px;
	top: 0px;
	left: 0px;
}
#masthead {
	width: 950px;
	height: 85px;
	background-color: #C0C0C0;
}
#bgbody {
	position: absolute;
	margin: 0px 99px 0px 99px;
}
/* Styles for Links */
a {
	color: rgb(0,186,0);
	text-decoration: none;
}
a:hover {
	color: #dfb859;	
	text-decoration: none;
}
h1 {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: rgb(0,186,0);
	margin-top:10px;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 16px;
}

p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	color: #000000;
	margin-top:10px;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 20px;
}
ul {
	list-style-image: none;
	list-style-position: outside;
	color: #333333;
	text-align: left;
	line-height: 18px;
	margin-left: 60px;
	margin-right: 40px;
	font-family: sans-serif;
	font-size: 13px;
	list-style-type: circle;
}
.center {
	right: auto;
	left: auto;
	text-align: center;
}
.body {
	color: #666666;
	font-size: 13px;
	font-family: sans-serif;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #ffffff;
	position: fixed;
	width: 800px;
}
.navbar {
	background-color: #000000;
    display:block;
    width:800px;
    margin-left:auto;
    margin-right:auto;
}
.image-noborder {
	border-style: none;
}
.table1 {
	background-color: #FFFFFF;
}
.imageright {
	float: right;
	margin-left: 30px;
}
.imagecenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.headerimages {
	margin-left: 10px;
	margin-right: 10px;
}


