@charset "utf-8";
/* CSS Document */

/****** RESET ******/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/******Generic Tags*****/
body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 88%;
	text-align: center;
	color: #000000;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat;
	background-color:#999999;
}
p{
	margin: 10px;
	color:#E5E5E5;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
	font-style:italic;
	color:#FFFFFF;
	padding: .6em 0;
	margin: 0 10px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
li {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
a {
	color:#FFFFFF;
}
th {
	padding: 10px;
	color: #FFFFFF;
}
td {
	padding: 2px;
	color: #FFFFFF;
}
ul, ol{
	list-style:inside;
	margin: 10px;
}
form {
	width: 470px;
	position: relative;
	padding: 10px;
	margin: 10px;
	display: block;
	background-color:#D8D8D8;
	outline: 2px #CFCFCF ridge;
}
form p {
	color:#000000;
}
fieldset {
  	display: block;
  	padding: 10px;
  	border: 2px solid;
}

label {
	display: block;
}
input {
	display: block;
	margin-bottom: 10px;
}
input[type=text]:hover {
	background-color:#FFFF00;
}
/****** Special Classes ******/
.hide {
	display: none;
}

/****** Container ******/
#container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	min-width: 800px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	/*min-height: 600px;*/
}
#containertop {
	border-bottom: 1px solid #FFFFFF;
}
/****** Header ******/
#header {
	width: 800px;
	margin: 0 auto;
	border: none;
}
#header a{
	display:block;
	height: 80px;
	width: 800px;
	text-indent: -9999px;
	background: url(../Images/header.jpg) no-repeat 3px 0;
}
#header a:hover{
	background-position: 3px -80px;
}
/****** Navigation Bar ******/
#NavBar {
	width: 800px;
	margin: 0 auto;
}
#NavBar td {
background:none !important;
}
#NavBar td a {
	display: block;
	height: 40px;
	width: 160px;
	text-indent: -9999px;
}
#NavBar td.NavButton1 a {
	background: url(../Images/navbutton1.jpg) no-repeat 3px 0;
}
#NavBar td.NavButton1 a:hover {
	background-position: 3px -40px;
}
#NavBar td.NavButton2 a {
	background: url(../Images/navbutton2.jpg) no-repeat 3px 0;
}
#NavBar td.NavButton2 a:hover {
	background-position: 3px -40px;
}
#NavBar td.NavButton3 a {
	background: url(../Images/navbutton3.jpg) no-repeat 3px 0;
}
#NavBar td.NavButton3 a:hover {
	background-position: 3px -40px;
}
#NavBar td.NavButton4 a {
	background: url(../Images/navbutton4.jpg) no-repeat 3px 0;
}
#NavBar td.NavButton4 a:hover {
	background-position: 3px -40px;
}
#NavBar td.NavButton5 a {
	background: url(../Images/navbutton5.jpg) no-repeat 3px 0;
}
#NavBar td.NavButton5 a:hover {
	background-position: 3px -40px;
}
/****** Page ******/
#page {
	overflow:hidden;
}
/******************/

/****** Footer ******/
#footer{
	padding: 0 10px;
	border: 1px solid #FFFFFF;
	background:#000000;
	color:#FFFFFF;
}


#footer p{
	margin: 0;
	padding: 5px 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
