﻿html {
  height:100%;
}
body {
	margin:0px;
	padding:0px;
	background-color:#4A5E76;
	width:100%;
	height:100%;
	font-family:verdana,helvetica;
	font-size:12px;
	color:#5A6167;
}
#header {
	background-color:#090909;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:950px;
	height:174px;
	border-left:1px solid #090909;
	border-right:1px solid #090909;
}
#link_box {
	background-color:#ffffff;
	background-image:url(../images/linkbar.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:2px;
	width:946px;
	top:174px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #090909;
	border-right:1px solid #090909;
	height:16px;
	text-align:center;
}	
#content {
	background-color:#D7D4CA;
	background-image:url(../images/bg1.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width:950px;
	top:194px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #090909;
	border-right:1px solid #090909;
}
#footer {
	background-color:#C9C6BF;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-left:1px solid #090909;
	border-right:1px solid #090909;
	border-bottom:1px solid #090909;
	position:relative;
}
div#qTip {
  padding:3px;
  border: 1px solid #00CCFF;
  display: none;
  background:#00CCFF;
  color:#000000;
  font-weight:bold;
  position: absolute;
  z-index: 1000;
  filter:alpha(opacity=75);
  opacity:0.75;
}
a, a:link, a:visited, a:active {
	text-decoration:none;
	color:#0059B3; 
  font-size:12px;
  font-weight:none; 
  font-family:verdana,helvetica;
}
a:hover {
	text-decoration:underline;
	color:#0098FF;
  font-size:12px; 
  font-weight:none;  
}
.style3 {
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.style5 {
	font-size: x-small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
}
.bdr {
	background-color:#C5C3BB;
	border: 1px solid #5A6167;
	padding:2px;
}
.input {
	font-size:10px;
	font-weight:normal;
	font-family:arial,helvetica;
	color: #808080;
  background-color: #ffffff;
  border:1px solid #5A6167;
  width:300px;
  height:16px;
  margin:0px; 
  padding:2px;      
}
.txta {
	font-size:10px;
	font-weight:normal;
	font-family:arial,helvetica;
	color: #808080;
  background-color: #ffffff;
  border:1px solid #5A6167;
  width:450px;
  height:32px;
  margin:0px; 
  padding:2px;      
}
