* {
	margin: 0;
	padding: 0;
}
body {
	background: #666666;
	font: 12px "Arial";
	color: #666666;
}
img {
	border: none;
}
a {
	border: none;
}
.clear {
	clear: both;
}
.container {
	width: 943px;
	border: 4px solid #fff;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(/images/background.gif) top repeat-y;
}
	.header {
		width: 943px;
	}	
		.header_left {
			width: 571px;
			height: 264px;
			float: left;
		}
		.header_right {
			width: 372px;
			height: 264px;
			float: right;
		}
	.clear_black {
		clear: both;
		background: #939293;
		height: 15px;
		width: inherit;
	}
	
	.content {
		width: 943px;
		border-top: 4px solid #fff;
		overflow: hidden;
	}
		.content_left {
			width: 200px;
			float: left;
			margin-right: 20px;
			background:	url(/images/left_bg.gif) #ffd200 repeat-x top;
		}
			.content_left ul {
				list-style: none;
				width: 200px;
				margin-top: 20px;
				margin-bottom: 20px;
			}
			.content_left a {
				color: #fff;
				display: block;
				font-weight: bold;
				font-size:11px;
				text-transform: uppercase;
				padding: 7px 0px 7px 20px;
				text-decoration: none;
			}
			.content_left a:hover {
				color: #27318b;
				background: #fff;
				text-decoration: none;
			}
			
		.content_center {
			width: 520px;
			float: left;
			padding-top: 10px;
		}
			.content h1 {
				font: 30px "Times";
				color: #27318b;
				padding: 0 0 10px 0;
				margin: 0;
			}
			.content h2 {
				font: 30px "Times";
				color: #36ad15;
				padding: 5px 0 0 0;
				margin: 0;
			}
			.content h3 {
				font: 14px "Times";
				font-weight: bold;
				color: #000;
				padding: 0;
				margin: 0;
			}
			.content p {
				margin: 10px 0 10px 0;
			}
			.content_center ul {
				margin:10px 0px 10px 20px;
			}
			.content_center ol {
				margin:10px 0px 10px 20px;
			}
			.content_center a {
				color: #DABA00;
				text-decoration: none;
			}
			.content_center a:hover {
				text-decoration: underline;
			}
		.content_right {
			width: 183px;
			float: right;
			margin-left: 20px;
			background: url(/images/right_bg.gif) no-repeat bottom;
			font-size: 14px;
		}
			.content_right ul {
				padding-top: 20px;
				color: #fff;
				list-style: none;
				padding-bottom: 10px;
			}
			.content_right li {
				margin-left: 30px;
				padding: 3px 0 3px 0;
			}
			.content_right a {
				color: #fff;
				text-decoration: none;
			}
			.content_right a:hover {
				color: #fff;
				text-decoration: underline;
			}
			.content_right p {
				text-align: center;
			}
	.credits {
		width: 943px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		color: #fff;
		font-size: 10px;
		padding-top: 10px;
	}
	.credits a {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
	.credits a:hover {
		color: #fff;
		text-decoration: underline;
	}
	.credits ul {
		list-style: none;
		padding: 2px 0 2px 0;
	}
	.credits li {
		display: inline;
	}
	
	th {
		text-align: left;
	}