﻿/* CSS layout */
#masthead {
	width: 800px;
	clip: rect(auto, auto, auto, auto);
	text-align: center;
}
#top_nav {
	width: 800px;
	clip: rect(auto, auto, auto, auto);
}
#container {
	position: relative;
	width: 800px;
	clip: rect(auto, auto, auto, auto);
}

#page_content {
	margin-right: 200px;
}

#right_col {
	padding: 3px;
	width: 140px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	width: 800px;
	clip: rect(auto, auto, auto, auto);
	background-color: #663300;
	text-align: center;
	color: #FFFFFF;
}
.centered {
	text-align: center;
	clip: rect(auto, auto, auto, auto);
}
.imagestyle {
	border-style: none;
}
#pagewidth {
	padding: 3px;
	position: relative;
	top: 0px;
	background-color: #ffffff;
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}
#backcover {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #6699FF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
h1   {
	color: #c06;
	font-size: xx-large;
	font-family: "curlz MT";
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}
h2 {
	color: #9999FF;
	font-size: x-large;
	line-height: 11px;
	font-family: Geneva, Helvetica, Arial, Swiss, SunSans-Regular;
}
#CentrHeading {
	text-align: center;
	color: #CC3399;
	font-family: Jokerman;
}
#pagecontentfw {
	padding: 3px;
	position: relative;
	top: 0px;
	background-color: #ffffff;
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	float: right;
	clear: both;
}
.Boundtable {
	vertical-align: middle;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #CC3399;
	border-width: 1px;
	padding: 1px;
}
.WhiteFont {
	color: #FFFFFF;
}
.HyperLinkedImage1 img{
	width: 400px;
	
}
