@charset "UTF-8";
/*  */

body {
	margin:0;
	font:0.625em arial, helvetica, "sans serif";
}

p, li {
	font-size:1.2em;
	line-height:150%;
	margin:0 0 0.6em 0;
}

h1 {
	font-size:1.8em;
	line-height:120%;
	margin:0 0 0.6em 0;
}

img.imageright {
	float:right;
	margin:0 0 10px 10px;
}

div.cleardiv {
	clear:both;
	height:1px;
}

form, input {
	margin:0;
}

#pagecontainer {
	width:660px;
	margin:0 auto 20px auto;
	padding:0;
	border:1px solid #cccccc;
	border-top:none;
}

#headercontainer {
	width:660px;
	border-bottom:1px solid #cccccc;
}
	#headerpic {
		margin:0;
	}
	#headerblurb {
		margin:0;
		padding:10px 20px;
	}
		#headerblurb p {
			margin:0;
			font-size:94%;
			color:#666666;
			line-height:120%;
		}
	/*#closebuttontop {
		float:right;
		display:inline;
		margin:0 0 10px 10px;
	}*/

#bodycontainer {
	width:620px;
	margin:0 0 0 20px;
	padding:20px 0 14px 0;
}

#footercontainer {
	width:620px;
	margin:0;
	padding:10px 20px 10px 20px;
	border-top:1px solid #cccccc;
}
	#footerleft {
		float:left;
		display:inline;
		width:450px;
		padding: 0 40px 0 0;
	}
		#footerleft p {
			font-size:94%;
			color:#666666;
			line-height:120%;
		}
			#footerleft p a {
				color:#666666;
			}
				#footerleft p a:hover {
					text-decoration:none;
				}

	#footerright {
		float:left;
		display:inline;
		width:130px;
	}
		#footerright p.dfidlogo, #footerright p.idslogo {
			margin:0 0 15px 0;
		}
		#footerright p.idslogo {
			margin-bottom:0;
		}
	/*#closebuttonbottom {
		width:620px;
		padding:10px 0;
		text-align:center;
	}*/

