html { 
  padding:0px;
  margin:0px;
}
body {
	font-family: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #003F5F;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right: 0px;
}
small {
	font-size: 12px;
	line-height: 16px;
}
.sub-grey {
	color: #BEC0C2;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.main {
	width: 60%;
	text-align: left;
	height: 100%;
	padding-bottom: 30px;
	float: left;
	margin-top: 270px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 300px;
	overflow: visible;
	vertical-align: top;
}
.header {
	width: 60%;
	text-align: center;
	height: 270px;
	margin: 0px;
	overflow: visible;
	position: absolute;
	left: 299px;
	top: 0px;
	vertical-align: middle;
	display: table-cell;
	padding: 0px;
}

#fadeshow1toggler {
	width: 50px;
	overflow: visible;
	position: fixed;
	z-index: 5000;
	top: 10px;
	right: 0px;
	text-align: center;
}

.logo {
	width: 270px;
	height: 270px;
	margin: 0px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
}
.nav {
	width: 270px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 270px;
}
.menu-wrap {
	width: 270px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
}
.menu {
	font-size: 15px;
	color: #003F5F;
	line-height: 25px;
	margin: 0px;
	text-align: center;
	padding-right: 0px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.menudate {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 270px;
	background-image: url(images/menudate.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu a:link, .menu a:visited {
	font-size: 15px;
	color: #CC0000;
	line-height: 20px;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
}
.menu a:hover, .menu a:active {
	font-size: 15px;
	color: #990000;
	line-height: 20px;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
}
a:link, a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
h1 {
	font-family: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	color: #BEC0C2;
	line-height: 32px;
	margin: 0px;
	letter-spacing: -2pt;
}
h2 {
	font-family: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #F58426;
	line-height: 20px;
	margin: 0px;
}
hr {
	border-bottom-style: none;
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 4px;
}
h3 {
	font-family: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003F5F;
	line-height: 20px;
	margin: 0px;
	background-color: #F58426;
	display: block;
	padding: 3px;
}

h4, .titles {
	font-family: "Century Schoolbook", Georgia, "Times New Roman";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #003F5F;
	line-height: 20px;
	margin: 0px;
	background-color: #CCCCCC;
	display: block;
	padding: 3px;
}
.linkspecial a:link, .linkspecial a:visited {
	color: #CC0000;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #CCCCCC;
	background-image: url(images/linkspecial.png);
	background-repeat: repeat;
	background-position: left bottom;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.linkspecial a:hover, .linkspecial a:active {
	color: #990000;
	font-size: 18px;
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #CCCCCC;
	background-image: url(images/linkspecial-on.png);
	background-repeat: repeat;
	background-position: left bottom;
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
