body	{
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	background-color:#D4E1F9;
	color:#8E8E8E;
	font-family:Tahoma, Arial, sans-serif;
}

img {
	border:0px;
}
form	{
	margin:0px;
}
h1	{
	font-size:18px;
	color:#3F6E97;
}
h2	{
	font-size:14px;
	color:#3F6E97;
	font-weight:bold;
}
h3	{
	font-size:16px;
	font-weight:bold;
}






#main {
	display:block;
	width:936px;
	clear:both;
	left:50%;
	margin-left:auto;
	margin-right:auto;
}




#left-column {
	width:212px;
	float:left;
	clear:left;
	display:table-cell;
	margin-top:74px;
	background-color:#FAA139;
	font-weight:bold;
	color:#ffffff;
}
#left-column a {
	color:#666666;
}
#action	{
	margin-left:150px;
	position:absolute;
	margin-top:-60px;
}





#right-column {
	width:724px;
	float:right;
	clear:right;
	display:table-cell;
	background-color:#FFFFFF;
}

/* padding left = 11   padding right 12  total width with both paddings factored in = 701 */

#header {
	display:table-row;
	width:724px;
	clear:both;
}
#navigation {
	display:table;
	margin-left:11px;
	height:29px;
	width:701px;
	border-bottom:4px solid #66CCFF;
	text-align:right;
	clear:both;
}
#graphic-area {
	display:block;
	margin-left:11px;
	margin-top:10px;
	width:701px;
	clear:both;
}
#quote-image {
	float:left;
	clear:left;
	display:table-cell;
}
#quote-text {
	float:right;
	clear:right;
	width:215px;
	height:157px;
	background-image:url(/images/quote-box.gif);
	background-repeat:no-repeat;
	display:table-cell;
	padding:7px;
	color:#FFFFFF;
	font-size:16px;
}
#spotlight-text {
	display:table;
	margin-left:11px;
	width:693px;
	background-image:url(/images/bar.jpg);
	background-repeat:repeat-x;
	height:24px;
	clear:both;
	padding-top:8px;
	padding-left:8px;
	margin-top:10px;
}
#spotlight-text a	{
	color:#689BC8;
	font-size:14px;
	text-decoration:none;
}
#spotlight-text a:hover {
	color:#3F6E97;
	font-size:14px;
	text-decoration:underline;
}


#content-area {
	display:block;
	margin-left:11px;
	margin-top:10px;
	width:701px;
	clear:both;
}
#content-text {
	float:left;
	clear:left;
	display:table-cell;
	width:448px;
}
#content-links {
	float:right;
	clear:right;
	width:233px;
	display:table-cell;
	background-color:#E7EEF4;
}
#content-links div {
	margin:10px;
}
#content-links a	{
	color:#689BC8;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#content-links a:hover	{
	color:#3F6E97;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}


#footer {
	display:table;
	width:724px;
	clear:both;
	height:28px;
	background-image:url(/images/footer.jpg);
	background-repeat:no-repeat;
	margin-top:40px;
	text-align:center;
	padding-top:10px;
}
#footer ul	{
	margin:0px;
}
#footer ul li {  
  display:inline;
  margin-right:20px;
}
	
	
/* Redirector No Dots */
#no-dots	{
	list-style:none;
}
a {
	color:#98CF40;
	text-decoration:none;
}
a:hover	{
	color:#98CF40;
	text-decoration:underline;
}


.labels {
   font-size:12px;
   font-weight:normal;
}
.select-amount, .select-amount select	{
	display:none;
} 
.first-name, .last-name, .email {
   margin-bottom:6px;
   margin-left:10px;
}
.first-name input, .last-name input, .email input  {
	font-size:12px;
	width:80px;
	margin-left:20px;
}
.email input	{
	margin-left:47px;
}
.check-01, .check-02, .check-03, .check-04 {
   font-weight:normal;
   margin-bottom:5px;
   margin-left:6px;
}
.continue-button {
   margin-top:10px;
   text-align:center;
}


