body {
	margin: 0;
	padding: 0;
	background-color: #0066CC;
}
#container, p.footer {
	position: relative;
	width: 816px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#ufo {
	position: relative;
	width: 816px;
	height: 160px;
}
#nav {
	position: relative;
	width: 816px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../images/nav_repeat.gif);
	background-repeat: repeat-x;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 6px 10px;
	background-color: #003399;
	border-top: 3px solid #66ccff;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#nav li a:hover, #nav li.selected a {
	background-color: #0099ff;
	border-top: 3px solid #ccffff;
}
#content {
	position: relative;
	padding-bottom: 20px;
}
#col_a, #col_b, #col_ab, #col_c {
	position: relative;
	float: left;
}
#col_a {
	width: 215px;
}
#col_b, #col_ab {
	padding: 0 28px 0 35px;
	width: 352px;
	background-image: url(../images/dots_vert.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
#col_ab {
	width: 583px;
	padding: 0 28px 0 19px;
}
#col_ab form {
	padding: 20px;
	background-color: #ccffff;
}
#col_ab form #form_col_a {
	position: relative;
	float: left;
	width: 325px;
}
#col_ab form #form_col_a p {
	position: relative;
	float: left;
	width: 100px;
	margin: 2px 0;
}
#col_ab form #form_col_a input, #col_ab form #form_col_a textarea {
	position: relative;
	float: right;
	width: 200px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0;
}
#col_ab form #form_col_b {
	position: relative;
	float: right;
	width: 190px;
}
#col_ab form #form_col_b p {
	position: relative;
	margin: 2px 0;
	font-size: 0.8em;
}
#col_b ul {
	margin: 0 0 16px 16px;
	padding: 0;
	list-style: none;
}
#col_b ul li {
	padding-left: 10px;
	margin: 0 0 4px 0;
	background-image: url('../images/bullet.gif');
	background-repeat: no-repeat;
}
#col_c {
	width: 140px;
	padding-left: 20px;
	margin-left: -3px;
	font-size: 0.8em;
	background-image: url(../images/dots_vert.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
#col_c img {
	margin-bottom: 16px;
}
#col_c .heading {
	margin-bottom: 16px;
}
#col_c p strong, #col_c a, div.shift_to_left_col p a, div.shift_to_left_col p strong {
	color: #003399;
}

/* MISC */

.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
.accessibility_link {
	position: absolute;
	margin-left: -999em;
}
p.footer {
	background-color: #0066CC;
	text-align: center;
	padding: 3px;
	color: #FFFFFF;
}
p.alert {
	background-color: #efefef;
	border: 1px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding: 4px;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.shift_to_left_col {
	float: left;
	margin-left: -250px;
}
div.shift_to_left_col {
	width: 215px;
}
div.shift_to_left_col p {
	font-size: 0.8em;
	margin-left: 20px;
}