/* CSS Document */
body {
  margin: 0;
  padding: 0;  
  background:#dddddd url(images/bg.jpg) repeat-y center;
  background-attachment: fixed;
  scrollbar-base-color: #003149;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-3dlight-color: #001A26;
  scrollbar-darkshadow-color: #000B11;
  scrollbar-face-color: #001A26;
  scrollbar-highlight-color: #001011;
  scrollbar-shadow-color: #001A26;
  scrollbar-track-color: #455159;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
}
div.wrapper {
   margin-left: 10%;
   margin-right: 10%;
   text-align: center;
   }
#header {
	width: 784px;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	}
#main {
	width: 784px;
	margin: 0px auto;
	padding: 0px;
	}
#footer {
	width: 784px;
	margin: 0px auto;
	padding: 0px;
	}
#copyright {
	margin: 0px auto;
	padding: 14px;
	color:#cccccc;
	text-align:center;
	font-size:11px;
}
div.wrapper {
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
   }
.smallheadertxt {
	font-size: 11px;
	font-weight: bold;
	color:#FF6600;
}
.whiteheadertxt {
	font-size: 13px;
	color:#fff;
}
.whitetxt {
	font-size: 11px;
	font-weight: bold;
	color:#fff;
}
.contacttxt {
	font-size: 12px;
	}
a:link {
	color: #999;
}
a:visited {
	color: #999;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
}
.button {
	background-color: #fff;
	border: thin solid #999;
	height: 24px;
	width: 100px;
}
.button:hover {
	background-color: #ddd;
	border: thin solid #333;
	height: 24px;
	width: 100px;
}
.textfield {
	background-color: #fff;
	border: thin solid #999;
	width: 240px;
}
.bigfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #EAF30C;
}