/* CSS Document */

/*---------------General---------------*/

*{
	margin:0;
	padding:0;
}

/*-----------ADDED BY JAMES-------------*/
.intro{
	margin-left:40px;
	margin-right:40px;
	text-align:left;
}

.intro p{
	margin-bottom:5px;
}

.intro h2{
	margin-top:30px;
	text-align:left;
	font-size:22px;
	color:#4679A4;
}

.intro .sig{
	width:300px;
}
.intro .image_holder{
	float:right;
	margin:0px 0px 20px 30px;
	
	text-align:center;
}
.intro .image{

}
.intro .image_left{
	margin-right:25px;	
	margin-bottom:5px;	
	margin-top:0px;
	float:left;
	border:none;
}

.intro .image_right{
	margin-left:15px;
	margin-bottom:5px;	
	margin-top:5px;		
	float:right;
	border:none;
}

.small_print{
	font-size:11px;
	color:#999999;
}

.smaller{
	font-size:11px;
	color:#0066CC;
}

.close{
	width:120px;
	margin:50px auto 0 auto;
}

/*//-----------ADDED BY JAMES-------------*/


body,html{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#000000;
	}
	a:hover{
	text-decoration:underline;
	}
	a h1,a h2,a h3{
		text-decoration:none;
	}
	a:hover h1,a:hover h2,a:hover h3{
		text-decoration:none;
	}	
	img{
	border:0;
	}
	p{
	margin:0px 0px 5px 0px;
	}
	h1{
	font-size:18px;
	margin:0px 0px 30px 0px;
	}
	h2{
	font-size:16px;
	margin:0px 0px 10px 0px;
	}
	h3{
	font-size:14px;
	margin:0px 0px 10px 0px;
	}
	table{
	margin:0px 0px 40px 0px;
	border-collapse:collapse;
	font-size:12px;
	}
	td{
	vertical-align:middle;
	padding:5px;
	border:1px solid #DDDDDD;
	}


#wrapper{
	width:780px;
	margin:0px auto 0px auto;
	text-align:center;
	padding-top:20px;
}

.clear{
	clear:both;
	font-size:1px;
	height:1px;
	}
	.error{
	color:#FF0000;
	font-weight:bold;
	}



/*------------------------Layout-----------------------*/

#top{
	height:45px;
	background:url(images/top.gif) no-repeat top center;
	}
	#middle{
	background:url(images/middle.gif) repeat-y center;
	padding:0px 40px 0px 40px;
	width:700px;
	}
	#bottom{
	height:45px;
	background:url(images/bottom.gif) no-repeat top center;
	}
	#content{
	padding:40px 0px 10px 0px;
	text-align:left;
	}


/*-----------------------Header-------------------------*/

.top-text{
	float:left;
	width:223px;
	color:#02A6EC;
	font-size:16px;
	text-align:center;
	padding-top:42px;
	font-weight:bold;
	}
	.logo{
	width:254px;
	float:left;
	}

/*--------------------------Questions--------------------*/

.multi-table{
	text-align:center;
	}
	.top-left-cell{
	border:none;
	}
	.title-cell{
	text-align:right;
	}
	.question{
	margin:0px 20px 40px 20px;
	}
	.column-table{
	margin:0px 0px 0px 0px;
	border-collapse:collapse;
	font-size:12px;
	}
	.column-table td{
	vertical-align:top;
	padding: 5px 15px 5px 5px;
	border:none;
	}


/*--------------errors------------------*/

#topError { display: none }
	label.error,p.jError{ display:none; }
	.error { color:#FF0000; }
	


/*----------------Footer---------------*/

#footer{
	text-align:right;
	color:#999999;
	font-size:10px;
	line-height:18px;
	height:18px;
	vertical-align:middle;
	float:right;
	margin-left:5px;
	}

	#footer a{
	color:#999999;
	}
	
	.foot-button{
	width:350px;
	text-align:center;
	float:left;
	padding:20px 0px 40px 0px;
	}	
	
	
	
	
	
	