@charset "UTF-8";
.border1 {
	border: 1px solid #666666;
}
.border1b {
	border: 1px solid #999999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 36px;
	margin: 0px;
	height: 40px;
	line-height: 50px;
	letter-spacing: -2px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
hr {
	color: #333333;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	background-color: #F5F3F1;
}
.footer {
	text-align: center;
	font-size: 11px;
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x;
	height: 70px;
	background-color: #CD8C5D;
	background-position: bottom;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFBD5;
}
.padLeft {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.floatPadLeft {
	float: left;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
.border1FloatLeft {
	border: 1px solid #666666;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.objectives {
	width: 650px;
}
h2 {
	padding: 0px;
	margin: 0px;
	height: 15px;
}
.footBg {
	background-image: url(images/bg_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
}
.floatMargLeft {
	float: left;
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
#wip {
	visibility: hidden;
	font-size: 11px;
	color: #FF0000;
}

/* NAV */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.up {
	float: right;
}
.small {
	font-size: 11px;
	color: #666666;
}

