@charset "utf-8";
/* CSS Document */

html, body {
	background: #461e66 url(../images/BG.jpg) repeat-x;
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 672px;
	margin: 0 auto;
	}
	
#header {
	width: 672px;
	height: 228px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	}
	
#header h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	}
	
#date {
	width: 672px;
	height: 74px;
	padding: 0;
	margin: 0;
	}
	
#date h2 {
	font-family:"Arial Black";
	font-size: 40pt;
	color: #fff;
	padding: 0; 
	margin: 0;
	font-weight: 100;
	display: inline;
	float: left;
	}
	
#date h3 {
	font-family:"Arial Black";
	font-size: 22pt;
	color: #fff;
	padding: 10px 0 0 10px; 
	margin: 0;
	font-weight: 100;
	display: inline;
	float: left;
	line-height: 18pt;
	letter-spacing: -2px;
	overflow: visible;
	}
	
/* Content style */

#content_bg {
	width: 655px;
	margin: 0 auto;
	margin-top: 20px;
	background: #fff;
	padding-bottom: 20px;
	}
	
#content_bg h3 {
	font-size: 24px;
	font-family: "Arial Black", arial;
	color: #fff;
	padding-left: 20px;
	background:#006453;
	font-weight: 100;
	border-bottom: 5px solid #cb9132;
	margin-bottom: 0;
	margin-top: 0;
	}
	
#content_bg h4 {
	font-size: 18px;
	color: #000;
	background: none;
	padding-left: 20px;
	font-family: "Arial Black";
	font-weight: 100;
	}
	
#content_bg img {
	margin: 0;
	padding: 0;
	}
	
#content_bg .table {
	width: 90%;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f8f8f8;
	border: 1px solid #ccc;
	}
	
.table td {
	padding: 5px;
	border: 1px solid #fff;
	}
	
td.alt_row {
	background: #dfdfdf;
	}
	
#content_bg p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	}
	
#content_bg ul, #cotent_bg ol {
	font-size: 12px;
	font-family: arial;
	padding-left: 30px;
	}
	
#logo {
	position: absolute;
	top: 99px;
	left: 438px;
	}

#footer {
	display: block;
	padding: 5px;
	font-size: 10px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px auto;
	background: #3a3a3a;
	border: 1px solid #ccc;
	text-align: center;
	}
	
#commercial {
	position: absolute;
	left: 0px;
	bottom: 30px;
	}
	
#commercial a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #461e77;
	}
	
span.special_thx {
	padding: 10px;
	font-family: "Arial Black", Arial;
	font-size: 12pt;
	color: #444;
	display: block;	
	}

