body {margin: 0 auto;  text-align: center; font: 12px "Trebuchet MS", Verdana, sans-serif; line-height: 170%; background: #585858 url("images/Back.png") repeat-y top center; color:#C0C0C0;}
	a{ color: #F79511; text-decoration: underline;}
	a:hover{text-decoration: none; color: #F79511;}
	address {width: 765px; height: 20px; border-top: 1px solid #B10000;	border-bottom: 1px solid #B10000; font-size: 12px; color: #C0C0C0;}
	h1{padding: 0px; margin: 0px; margin-bottom: 5px; color: #F79511; background-color: transparent; font-size: 1.6em; font-weight: bold;}
	h2{padding: 0px; margin: 0px; margin-bottom: 5px; color: #F79511; background-color: transparent; font-size: 1.5em; font-weight: bold;}
	h3{padding: 0px; margin: 0px; margin-bottom: 5px; color: #F79511; background-color: transparent; font-size: 1.4em; font-weight: bold;}
	h4{padding: 0px; margin: 0px; margin-bottom: 5px; color: #F79511; background-color: transparent; font-size: 1.3em; font-weight: bold;}
	h5{padding: 0px; margin: 0px; margin-bottom: 5px; color: #F79511; background-color: transparent; font-size: 1.2em; font-weight: bold;}
	h6{padding: 0px; margin: 0px; margin-bottom: 5px; color: #F79511; background-color: transparent; font-size: 1.1em; font-weight: bold;}
	button {font-family: "Trebuchet MS", Verdana, sans-serif; margin-right: 5px;}
	input {font-family: "Trebuchet MS", Verdana, sans-serif;}
	textarea {font-family: "Trebuchet MS", Verdana, sans-serif;}
	select {font-family: "Trebuchet MS", Verdana, sans-serif;}
	file {font-family: "Trebuchet MS", Verdana, sans-serif;}
	form{ padding 0px; margin: 0px;}
	
#HeaderImg {
	Width: 765px;
	Height: 200px;
}

#Wrapper {
	width: 765px;
	margin: 0 auto;
}

#Content {
	float: left;
	border-style: none;
	border-width: 1px;
	border-color: #B10000;
	border-top:1px solid #B10000;
	width: 765px;
	text-align: center;
	padding: 10px;
}

#Footer{
	clear:both;
	border-top:1px solid #B10000;
	width:760px;
	text-align:center;
	color:#C0C0C0;
	font-size:0.9em;
	margin-top: 10px;
}

#NavBar{
	text-align: left;
	background-color: #000000;
	margin: 0 auto;
	padding: 4px;
	width: 100%;
	height: 30px;
	color: #F79511;
	font-weight: bold;
}

#NavBar a{
	font-weight: bolder;
}

#NavBar ul{
	margin-left: 0;
	padding-left: 0;
	display: block;
	margin: 0 0 0 0;
}

#NavBar ul li{
   	padding-left: 0px;
   	border: none;
   	list-style: none;
   	display: inline;
   	color: #808080;
   	font-size: 12px;
   	font-weight: bolder;
   	line-height: 18px;
}

#NavBar ul a{
   	text-decoration: none;
   	font-size:12px;
   	padding-right: 2px;
   	margin-right: 0px;
}