body
{
	margin: 0;
	background-color: #999;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
}

.PageHeading {
	width: 770px;
	height: 73px;
	margin: 0 auto;
	background: #fff url(/images/theme/SiteHeader.png) no-repeat center top;
	text-align: right;
}
.PageFooter {
	width: 770px;
	height: 32px;
	margin: 0 auto;
	background: #fff url(/images/theme/SiteFooter.png) no-repeat center top;
}
.Footer1 {
	height: 35px;
	background-color: #069;
	text-align: center;
	font-size: 10px;
	color: #fff;
}
.Footer2 {
	padding-top: 2px;
	font-size: 9px;
	color: #666;
}
.Footer2 a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}
.GlobalNav {
	width: 133px;
	height: 200px;
	float: left;
	background-color: #993300;
}
.GlobalNav a {
	display: block;
	height: 22px;
	padding-top: 5px;
	border-bottom: solid 1px #fff;
	background: #930 url(/images/theme/Nav_BG.png) repeat center top;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 7px;
	color: #fff;
}
.GlobalNav a:hover {
	background: #930 url(/images/theme/Nav_Hover.png) repeat center top;
}
.GlobalNav2 {
	width: 133px;
	height: 140px;
	float: left;
	background-color: #993300;
}
.GlobalNav2 a {
	display: block;
	height: 22px;
	padding-top: 5px;
	border-bottom: solid 1px #fff;
	background: #930 url(/images/theme/Nav_BG.png) repeat center top;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 7px;
	color: #fff;
}
.GlobalNav2 a:hover {
	background: #930 url(/images/theme/Nav_Hover.png) repeat center top;
}

.HomePanorama {
	width: 626px;
	height: 169px;
	float: right;
	border-bottom: solid 1px #fff;
	background: #ccc url(/images/theme/HomePagePanorama.jpg) no-repeat center top;
}
.InsidePanorama {
	width: 626px;
	height: 139px;
	float: right;
}

.SiteBody {
	clear: both;
	width: 770px;
	margin: 0 auto;
	background: #fff url(/images/theme/SiteBG.png) repeat-y center top;
	text-align: left;
}
.InsideBody {
	width: 760px;
	margin-left: 3px;
}

.PageNav {
	position: relative;
	float: left;
	width: 194px;
	padding-top: 5px;
	border-right: solid 1px #069;
}
.PageNav h3 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	text-indent: 15px;
	color: #333;
}
.PageNav a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-indent: 20px;
	color: #666;
}
.PageNav a:hover {
	color: #069;
}
.PageNav hr {
	height: 1px;
	margin-left: 4px;
	color: #069;
}
.PageNav a:hover {
}
.Body {
	position: relative;
	width: 565px;
	overflow: hidden;
	float: right;
}
.Content {
	padding: 10px 30px 10px 20px;
}

.break {
	clear: both;
	height: 1px;
	background: #fff url(/images/theme/PageBG.png) repeat-y center top;
	overflow: hidden;
}

.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}


.Content h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}

.Content h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.Content h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}

.Content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.Content a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
