/*
http://www.colorcombos.com/getthelink.html?color0=194E84&color1=3B6B9C&color2=FFA300&color3=FFCC00
*/
html,body,p
{
	color: #FFF;
	font-family: Verdana;
	font-size: 10px;	
}
body,html
{	
	background-color: #194E84;	
}
/*
body
{ 	
 	background: url('/images/background.jpg') #000 repeat-y fixed center 0px;
  	margin: 0px;
  	height: 99.9%;
  	color: #FFF;
}*/
.header 
{
	width: 782x;
	margin: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
  	padding-top: 5px;
  	padding-bottom: 5px;  
}
.content {
  	width: 782px;
	margin: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
  	padding-top: 5px;
  	padding-bottom: 5px;  
	border: 1px solid #FFCC00;
	background-color: #3B6B9C;
	min-height:500px;
	height:auto !important;
	height:500px;
}
.footer {
	width: 782px;
	margin: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
  	padding-top: 5px;
 	padding-bottom: 5px;        
}	
a:link {
	color: #FFA300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFA300;
}
a:hover {
	text-decoration: underline;
	color: #FFA300;
}
a:active {
	text-decoration: underline;
	color: #FFA300;
}
.pixel {
  	width: 782px;
  	margin: auto;
	height: 1px;
	color: 
}
.left {
 	text-align: left;
}
/*
td {
	border: 1px solid #FFCC00;
	padding: 5px;
}*/
.errormessage {
	padding: 15px;
}
.error {
 	border: 3px dotted #00A2FF;
}
input {
	border: 1px solid #FFCC00;
  	background-color: #FFFFFF;
  	font-weight: bold;
  	padding: 3px;
}
.info {
	text-align: left;
  	border: 1px solid #FFCC00;
  	/*background-color: #F3FAFF;*/
  	padding: 10px;
  	width: 600px;    
}
img {
	border: 0px;
}