.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif
}
body {
	background-color: #222222;
}

.mainPhoto {
	position:relative;
}

#wrapper {
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:802px;
	height:auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border:thin;
}

p {
	color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:medium;
}

#header {
	margin-left:auto;
	margin-right:auto;
	border: thin #FFFFFF solid;
	text-align:right;
	width:800px;
	height:auto;
}


#header1 {
	background-color:#1b75bc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

#menubar {
	margin-left:auto;
	margin-right:auto;
	width:802px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

.MenuBarHorizontal {
	margin-left: auto;
	margin-right:auto;
	width: 70%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

#MenuBar1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
}

li {
	font-family:Geneva, Arial, Helvetica, sans-serif
}

#li {
	width:170px;
}


#alertbox {
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

.content {
	padding: 1%;
	height:auto;
	background-color:#FFFFFF;
}

.imagelink{
	border:none;
}

.imagegallery{
	text-align:center;
}

#picture1 {
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:auto;
}

a.footer:link {
	color:#FFFFF1;
	border:0px;
}

a.footer:hover {
	color:#999999;
	border:0px;
}

a.footer:visited {
	color:#666666;
	border:0px;
}

#footerlogos {
	margin-left:auto;
	margin-right:auto;
	padding: .25em 0;
	border: 0;
	width: 800px;
	height: auto;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFF1;
	
}

.objectcenter {
	text-align:center;
}

.banner {
	margin-left:auto;
	margin-right:auto;
	width:804px;
	height:auto;
}
#diagram {
	text-align:center;
}

.table{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

th {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	text-align: center;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	background-color:#1b75bc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:small;
}

tr{
	text-align: left;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	font-size: x-small;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	font-size: small;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#formcontent form label {
font-weight: bold;
width: 8em;
text-align: left;
float: left;
padding-right: 1em;
}

#formcontent form .wide {
font-weight: bold;
width: 10em;
text-align: left;
float: left;
padding-right: 1em;
}

#formcontent form input,
#formcontent form select {
border: 1px solid #000;
}

#formcontent form .req {
background-color: #CCCCCC;
border: 1px solid #000;
}

#formcontent form legend {
font-weight: bold;
padding: .5em;
}

ul.warning{
	background-color: #FF9999;
	color: #000;
	font-weight: bold;
}