body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #ffffff url(../images/bg.gif) repeat left top;
 
}

#wrapper {
	width:980px;
	margin:0px auto;
}

#wrapper img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#wrapper .caption {
	width:100%;
	background-color:#0066CC;
	color:#FFFFFF;
	padding:7px;
	margin-top:15px;

	}
#wrapper .table {
	width:100%;
	background-color:#0066CC;
	padding:10px;
	color:#FFFFFF;
	margin-top:15px;
	
	}
#wrapper .table ol li {
	padding:15px 0px;
	}
#wrapper .color ul li {
	color:#666666;
	font-size:18px;
	}
#footer {
	padding:20px;
	background-color:#000000;
	color:#FFFFFF;
	margin-top:15px;
	text-align:center;
	}
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:none;
	margin: 40px 0px

}
h1, h2, h3 {
	text-align:center;

	}
h1 {
	font-size:60px;
	color:#0066CC;
	font-weight:bolder;
	text-transform:uppercase;
	line-height:65px;
	}
h2 span.orange {
	color:#FF9900;
	}
h2 span.blue {
	color:#0066CC;
	}
h2 {
	font-size:32px;
	}
h3 {
	font-size:24px;
	}
h1.one {
	font-size:45px !important;
	}
p {
	font-size:18px;
	line-height:150%;
	color: #666666;

	
	
	
	}
p span.orange {
	color:#FF9900;
	}
p span.blue {
	color:#0066CC;
	}