
body	{
	margin-top: 0px;
	background-color: Black;
	text-align: center;
}

a:link, a:visited, a:active	{
	color: #ffffff;
}

hr	{
	color: #FF9933;
	border-style: outset;
}

.address	{
	text-align: center;
	color: #FF9933;
	font-size: 100%;
	font-style: italic; 
}

#bgimg{
	background-image: url(images/header.png);
	height: 350px;
	text-align:center;
	z-index: -10;
}

#info	{
	font-size: 80%;
	padding: 12px;
	border-left: 5px dotted  #FF9900;
	color: #ffffff;
}

.subnav	{
	margin-left: 2%;
}

#main	{
	border: 2px solid #D3D3D3;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

.nav	{
	position: relative;
	margin-top: -135px;
	z-index: 20;
}

a:link, a:visited{
	color: #FF7E13;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


hr.main {
	width: 100%;
	color: lightgrey;
	height: 2px;
}

.content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: White;
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}

.heading	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FF9933;
	text-align:right;
}

.subheading	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #FF9933;
}

.padding	{
	margin-right: 10px;
}

.footer {
	text-align: center;
	font-size: 75%;
	color: #CCCCFF;
}
