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

body {
	background:#fff;
	margin: 0px 15px;
	font-family:century gothic;
}

p {
	font-size:12px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#999999;
}

#container {
	width:700px;
	margin-left:150px;
	margin-top:200px;
}

#formcontainer {
	width:900px;
	padding:20px;
}
#buttoncontainer {
	text-align:center;
}
#leftcol {
	width:300px;
	float:left;
	margin-left:72px;
	margin-top:30px;
}
#midcol {
	width:300px;
	float:left;
	text-align:center;
}

#rightcol {
	width:300px;
	float:right;
	margin-top:30px;
}

.clearfloat {
	clear:both;
}

.pagetitle {
	font-family:Arial;
	font-size:36px;
	color:#FFFFFF;
	border-bottom:1px solid #666;
	padding:20px;
}
.subhead {
	font-weight:bold;
	margin:10px 0px 10px 0px;
	color:#666666;
}
#prefs-leftcol {
	width:300px;
	float:left;
	text-align:right;
}
#prefs-midcol {
	width:600px;
	float:left;
}

#prefs-rightcol {
	width:300px;
	float:right;
}