﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: #333399;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: auto;
}
div.head {
	position: fixed;
	width: 100%;
	height: 95px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	display: block;
	background-image: url('images/background.png');
}
.content {
	border-radius: 10px;
	box-shadow: 0px 0px 4px 5px #99CCFF;
	margin: 165px auto 0px auto;
	padding: 0px;
	position: static;
	width: 98%;
	height: 100%;
	top: 0px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	z-index: 0;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-spacing: 0px;
	vertical-align: top;
}
div.foot {
	padding: 5px 0px 0px 0px;
	position: static;
	z-index: 100;
	width: 100%;
	height: 30px;
	top: auto;
	right: 0px;
	bottom: 0px;
	color: #FFFFFF;
	font-size: medium;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-image: url('images/background.png');
	margin-top: 30px;
	margin-bottom: 0px;
}
table.top_nav {
	position: fixed;
	width: 100%;
	height: 40px;
	top: 95px;
	right: 0px;
	bottom: auto;
	left: 0px;
	background-image: url('images/top-nav.png');
	background-repeat: repeat;
	background-attachment: fixed;
	display: inline-block;
	font-size: 20px;
	z-index: auto;
}
img.logo {
	width: 300px;
	height: 75px;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 3px #99CCFF;
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: auto;
	margin: 10px;
	display: block;
}
.link_footer {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
td {
	padding: 15px;
}
h1 {
	font-size: xx-large;
	color: #000099;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	text-transform: capitalize;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	vertical-align: text-bottom;
	line-height: normal;
}
h2 {
	font-size: x-large;
	color: #000099;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	text-transform: capitalize;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	vertical-align: text-bottom;
	line-height: normal;
}

p {
	text-indent: 10px;
	vertical-align: middle;
	line-height: 20px;
}
a:link.topnav {
	background-image: url('images/NavBlackBtn.png');
	height: 34px;
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	position: relative;
	z-index: 300;
	visibility: visible;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	top: -14px;
	padding-top: 4px;
}
a:visited.topnav {
	background-image: url('images/NavBlackBtn.png');
	height: 34px;
	width: auto;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	position: relative;
	z-index: 300;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	top: -14px;
	padding-top: 4px;
}
a:hover.topnav {
	background-image: url('images/NavBlackBtnPress.png');
	height: 34px;
	width: auto;
	text-decoration: none;
	vertical-align: central;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
	position: relative;
	z-index: 300;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	top: -14px;
}
a:active.topnav {
	background-image: url('images/NavYellowBtnActive.png');
	height: 34px;
	width: auto;
	text-decoration: none;
	vertical-align: central;
	text-align: center;
	color: #000000;
	font-weight: bold;
	background-color: #000000;
	position: relative;
	z-index: 300;
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	top: -14px;
	padding-top: 4px;
}
