/* CSS Document */

body { 
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	}
a:link, a:visited, a:active {
	text-decoration: none; 
	color: #cd2a29;
	}
a:hover {
	text-decoration: underline;
	background-color: transparent;
	}
#leftcolumn	{
	float: left;
	background: #FFFFFF;
	margin: 2px;
	padding: 0px 30px 0px 20px;
	width: 450px;
	height: 596px !important;
	line-height: 18px;
	}		
#rightcolumn	{
	float: right;
	background: #000000;
	margin: 20px;
	padding: 0px;
	width: 250px;
	line-height: 18px;
	}		
#center	{
	background-color: #000000;
	margin: 20px auto;
	width: 800px !important;
	height: 600px !important;
	line-height: 18px;
	border: 3px solid #CCCCCC;
	}		
h1	{
	font-size: 130%;
	color: #000000;
	text-transform: uppercase;
	}
h2	{
	font-size: 115%;
	color: #333333;
	text-transform: uppercase;
	}
h3	{
	font-size: 105%;
	color: #333333;
	text-transform: uppercase;
	}
h4	{
	font-size: 90%;
	font-style: italic;
	color: #333333;
	margin-top: -15px;
	margin-left: 15px;
	}
div.footer	{
	clear: both;
	margin-top: 560px;
	margin-left: 40px;
	position: absolute;
	}	
p.footertext	{
	font-size: 80%;
	}
.footer a:link, a:visited, a:active {
	text-decoration: none; 
	color: #6633FF;
	}
.footer a:hover {
	text-decoration: underline;
	background-color: transparent;
	}
