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

body {
		background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:top center; 

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
}
p {
	
	color:#666666;
	font: normal normal 11px verdana, Tahoma, sans-serif;
	text-align: justify;
	line-height:18px;
}
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding:  0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style1 {
	color: #FFFFFF;
	font-size: 10px;
}
.footer {color: #999999; font-size: 10px; }
.stats{

	font: normal normal 10px verdana, Tahoma, sans-serif;
	line-height:14px;
		color:#666666;}
		
		.centers{

	font: normal normal 10px verdana, Tahoma, sans-serif;
	line-height:14px;
	text-align: center; 
		color:#666666;
}
h1{
	
	color:#6493D4;
	font: normal normal 30px georgia, Tahoma, sans-serif;

}
h2{
	
	color:#6493D4;
	font: normal normal 22px georgia, Tahoma, sans-serif;

}
h3{
	
	color:#75c3f4;
	font: normal normal 14px verdana, Tahoma, sans-serif; 
	text-align: center;

}
.myinputstyle {
	border: 1px dotted #333333;
	/** remember to change image path **/
	background: url(none) no-repeat #ffffff;
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #454743;
}
