﻿* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	background: url('/images/page_bg.png') top left repeat-x #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	}
	
a:link {text-decoration: none; color: #ffffff;}
a:visited {text-decoration: none; color: #ffffff;}
a:active {text-decoration: none; color: #ffffff;}
a:hover {text-decoration: underline; color: #ffffff;}

p {
	line-height: 18px;
	margin-bottom: 18px;
	}
	
img {
	border: 0;
	}
	
.right {
	float: right;
	}
	
.disclaimer {
	font-size: x-small;
	font-style: italic;
	}
	
#wrapper {
	margin: 0 auto;
	width: 900px;
	height: 1050px;
	background: url('/images/wrapper_bg.png') top center no-repeat;
	}	
	
#wrapper_cap {
	margin: 0 auto;
	width: 900px;
	height: 26px;
	background: url('/images/wrapper_footer_cap_bg.png') top center no-repeat;
	}	
	
.content {
	margin: 0 auto;
	padding: 150px 0 15px 0;
	width: 842px;
	}
	
.left_column {
	float: left;
	text-align: left;
	}
	
.left_column_header {
	padding: 5px 0 5px 0;
	text-align: center;
	border-right: thin #66cc00 dotted;
	}
	
.left_column_content {
	padding: 5px 10px 10px 10px;
	text-align: left;
	border-top: thin #66cc00 dotted;
	border-right: thin #66cc00 dotted;
	}
	
.right_column {
	width: 600px;
	text-align: center;
	float: right;
	}
	
.right_column_header {
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight: bold;
	border-left: thin #66cc00 dotted;
	}
	
.right_column_content {
	margin: 0 0 25px 0;
	padding: 5px 10px 10px 10px;
	text-align: left;
	border-top: thin #66cc00 dotted;
	border-left: thin #66cc00 dotted;
	}
	
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
	background-color: #000000;
	text-align: center;
	}
	
.footer_table {
	width: 875px; 
	margin: 0 auto;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	}
	
	
.footer a:link {text-decoration: none; color: #ffffff;}
.footer a:visited {text-decoration: none; color: #ffffff;}
.footer a:active {text-decoration: none; color: #ffffff;}
.footer a:hover {text-decoration: underline; color: #ffffff;}

