﻿body
{
	margin: 20px auto 20px auto;
	width: 970px;
	height: 550px;
	background: #66728D; /*border: 5px #66728D solid;*/
	font-family: verdana;
	font-size: 0.8em;
	padding: 2px;
}

#Content
{
	/*background-color: #CEDFF7;*/
	background-position: 370px 0px;
	background-repeat: no-repeat;
	height: 100%;
}

#ContentFade
{
	/*background-image: url('StyleImages/fadetop.png'); 	background-repeat: repeat-x; 	background-position: 250px -120px;*/
	width: 960px;
}

#TopNav
{
	position: relative;
	float: right;
	padding-right: 0px;
	top: -50px;
}

#Header
{
	/*background: url('StyleImages/leftfade.png') repeat-y 250px 0px;*/ /*background-color: #AFAFAF;*/
	width: 100%;
	height: 80px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	overflow: hidden;
}
#Footer
{
	display: none;
	visibility: hidden;
}
.PageContent
{
	padding: 0px 10px 0px 10px;
	width: auto;
}

#PageTitle
{
	/*color:#FFF; /*#ff9900;*/
	font-size: 2em;
	font-weight: bold;
}

.PageContent
{
	font-size: 1.1em;
	color: #333;
	width: 530px;
	height: 450px;
}

#ContentFade
{
	border: 3px solid #FF9900;
	padding: 10px 10px 0px 10px;
	width: 960px;
}
#ContentPad
{
	background: url( 'SiteImages/HomePage.JPG' ) no-repeat;
	width: 960px;
}
#PageTitle
{
	color: #FF9900;
}
.PageContent
{
	width: 340px;
	color: #FFF;
	padding-left: 33px;
	padding-top: 25px;
}



/* classes */

a, a:link, a:visited, a:hover, a:active
{
	/*color: #FF9900;*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

a:active
{
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

#TopNav a, #TopNav a:Link, #TopNav a:hover, #TopNav a:visited, #TopNav a:active
{
	border-left: 2px solid #FF9900;
	margin-left: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#box1, #box2,#box3, #box4
{
	display: none;
	visibility: hidden;
}


