* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url('../images/header_bg.jpg') top center no-repeat;*/
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h2 {
	margin: 0 0 10px 0;
	padding-top:15px;
	color:#666;
}

p {
	padding-bottom: 10px;
}

ol, ul {
	padding-left: 20px;
}

.leftText
{
    font-size:0.8em;
}

.leftText
{
    margin-bottom:5px;
}

ol li span
{
    padding-left:15px;
    display:block;
    margin-bottom:5px;
}

a {
	color: #333333;
}
a:hover {
	color: #FF0066;
}

/*
#header {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
*/

#header
{
    width:1200px;
    height:446px;
    margin: 0 auto;
    background:url('../images/header_bg.jpg') no-repeat;
}

#header h1,
#header p
{
    display:none;
}

#wrapper {
	margin: 0 auto;
	width: 1200px;
	background: url('../images/border_rpt.jpg') top left repeat-y;
}
	#wrapper #widecol {
		margin: 0 auto;
		padding: 0 20px;
		width: 900px;
		font-size: .8em;
	}
	#wrapper #col1 {
		float: left;
		margin: -35px 0 0 175px;
		width: 380px;
		font-size: .8em;
	}
	#wrapper .PledgeForm {
		float: left;
		margin: -35px 0 10px 0;
		padding-left: 70px;
		width: 444px;
		background: url('../images/form_rpt.gif') 36px 0 repeat-y;
	}
		#wrapper .PledgeForm #form_top {
			margin-left: -34px;
			height: 34px;
			width: 478px;
			background: url('../images/form_top.gif') top left no-repeat;
		}
		#wrapper .PledgeForm #form_base {
			clear: left;
			margin: 0 0 -30px -34px;
			*margin: 0 0 -10px -34px;
			height: 12px;
			background: url('../images/form_base.gif') bottom left no-repeat;
		}
		
		*HTML #wrapper .PledgeForm #form_base
		{
		   	clear: left;
			margin: 0 0 0px -34px;
			height: 12px;
			background: url('../images/form_base.gif') bottom left no-repeat;
		}
		
	#wrapper #frame_bottom {
		clear: left;
		height: 140px;
		background: url('../images/border_base.jpg') bottom left no-repeat;
	}
		#wrapper #frame_bottom ul {
			margin: 0 auto;
			padding-top: 60px;
			width: 920px;
			font-size: .76em;
			text-transform: uppercase;
			list-style: none;
		}
			#wrapper #frame_bottom ul li {
				float: left;
				padding: 0 10px;
				border-left: 1px #333333 solid;
			}
			#wrapper #frame_bottom ul li.first {
				border: 0;
			}
				#wrapper #frame_bottom ul li a {
					text-decoration:underline;
				}

#fineprint {
	margin: 20px auto;
	width: 1200px;
	color: #666666;
	font-size: .6em;
	text-align: center;
}

#tandc
{
    font-size:0.9em;
    width:800px;
}

#tandc h3
{
    font-weight:normal;
    font-size:1em;
    margin-top:10px;
    margin-bottom:5px;
    margin-left:10px;
    color:#666;
}

#tandc ol li
{
    margin-bottom:10px; 
    margin-left:9px; 
}

#tandc ol li ul
{
    margin-left:20px;
}


#tandc table
{
    border:1px solid #000;   
        border-right:0px;    
    border-bottom:0px;    
    width:800px; 
}

#tandc .header
{
    border:1px solid #000;    
  
    background-color:#000;
    font-weight:bold;
    color:#fff;
}

#tandc .header td
{
    padding:3px 6px 3px 3px;
}

#tandc td
{
 border-right:1px solid #000;
 border-bottom:1px solid #000;
 padding:2px;
}



#faq
{
    font-size:0.9em;
    width:800px;
}

#faq h3
{
    font-weight:bold;
    font-size:1em;
    margin-top:10px;
    margin-bottom:5px;
    color:#666;

}

#faq ol li
{
    margin-bottom:10px; 
    margin-left:9px; 
}

#faq h4
{
    margin-left:10px;
    margin-top:8px;
    margin-bottom:3px;
}

#faq ul
{
    margin-left:20px;
}

.importantMessage
{
    border:1px solid black;
    color:red; 
    padding:10px;
    margin-top:40px;
    font-size:1.2em;
}

.importantMessage a, .importantMessage a:hover, .importantMessage a:visited
{
    color:Red;
}

#countdown
{
    width:505px;
    margin:0 auto;
    position:relative;
    top:5px;
    left:10px;
}