#container {
	width: 800px;
	text-align: center;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	padding: 0px;
	width: 800px;
	height: 100px;
	background-image: url(../Assets/Template/logo.jpg);
}
#nav {
	padding: 0px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	height: 25px;
	background: #cc4319;
	margin: 0px;
}

#content {
	padding: 0px;
	width: 800px;
	text-align: left;
	background: #FFFFFF;
	margin: 0px;
}


#bottom {
	width: 800px;
	background: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul{
    margin: 0 auto;
}
ul.nav_top li{
	text-align: left;
	float: left;
	list-style: none;
	border: 1px solid #CCC;
	padding: 10px;
}
.content {
	margin: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
}


a:link {
	text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}

img {   border-style: none;   }