/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body {
  color: #606060;
  font-family: 'Verdana', 'Tahoma', 'Times New Roman', sans-serif;
  font-size: 11px;
  margin:30px;
  background-color:#FFFFFF;
}
p, div, table, td, tr {
  font-family: 'Verdana', 'Tahoma', 'Times New Roman', sans-serif;
  font-size: 12px;
  border-color:#EE7600;
}
input, fieldset, textarea, select, {
	border: 1px solid #C5C5C5; 
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
h3 {
	list-style-type:none;
  	font-family:Geneva, Arial, Helvetica, sans-serif;
  	font-size: 14px;
  	font-weight:normal;
 	position: relative;
 	margin:0px;
  	margin-bottom:5px;
  	border-bottom: 1px solid #C5C5C5;
}
h1 {
  font-size: 32px;  
  font-weight:bold;
  color:#333;
  margin:0px;
  margin-top:5px;
  margin-bottom:5px;
}
h2 {
  font-size: 24px;  
  font-weight:bold;
  color:#D90014;
  margin:0px;
  margin-top:5px;
  margin-bottom:5px;
}

select	{size:1;}	
a:link { font-weight:bold; color:#000000; text-decoration:underline; }
a:visited { font-weight:bold; color:#000000; text-decoration:underline; }
a:focus { font-weight:bold; color:#000000; text-decoration:underline; }
a:hover { font-weight:bold; color:#000000; text-decoration:underline; }
a:active { font-weight:bold; color:#000000; text-decoration:underline; }

img{
border:none;
}

#container{width:980px; margin:0 auto;
border: 1px solid #C5C5C5; 
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
     min-height:800px;
}	
#main{width:auto; display:block; padding:0px 40px 10px;}
	           
#column_left{
	width:650px; 
	margin-right:20px; 
	margin-bottom:20px;
	margin-top:20px;
	float:left;
	
	}
	
#column_right{
	margin-top:20px;
	width:205px;
	padding:10px 10px 10px 10px;
	height:307px; 
	float:left;
	border: 1px solid #C5C5C5; 
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	font-family: 'Verdana', 'Tahoma', 'Times New Roman', sans-serif;
  	font-size: 16px;}
	
#column_center{
	width:400px;  
	float:left; 
	padding:40px 40px;}
	
div.spacer{
	clear:both; 
	height:260px; 
	display:block;
	padding:30px 10px 10px 10px;
	border: 1px solid #C5C5C5; 
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	margin-top:20px;}	
	
div.spacer_1{
	clear:both; 
	height:10px; 
	display:block;
	font-size:9px;
	margin-top:20px;
	margin-bottom:30px;}
	
div.spacer_2{
	clear:both; 
	height:auto; 
	display:block;
	
	border: 1px solid #C5C5C5; 
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	z-index:2;
	margin-top:20px;}	
.message {
  font-size: 30px;  
  font-weight:bold;
  color:#D90014;
  margin:0px;
  margin-top:5px;
  margin-bottom:5px;
  text-align:center;
  
}

.message_2 {
  font-size: 30px;  
  font-weight:bold;
  color:#333;
  margin:0px;
  margin-top:5px;
  margin-bottom:5px;
   text-align:center;
}

#footer{
	width:900px; 
	margin:0 auto; 
	font-size:11px; 
	color:#666666;
	text-align:right;
	vertical-align:top; 
	padding-top:20px;}



