/* CSS RESET from YUI */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

strong {
	font-weight: bold;
}

/* END CSS RESET */
body {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	font-family: tahoma, helvetica, sans-serif;
}

p {
	margin: 5px;
	padding-bottom: 5px;
	line-height: 140%;
	text-indent: 0px;
}

form {
	padding: 5px;
	line-height: 140%;
	text-indent: 0px;
}

form label {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

th {
	background-color: black;
	color: white;
}

td {
	
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

a {
	color: #576E9D;
}

a:hover {
	color: #e4a31e;
}

ol,ul {
	list-style: decimal;
	margin-left: 20px;
}

img {
	border: none;
}

pre {
	font-family: inherit;
	font-size: inherit;
}

.r {
	text-align: right;
}

.l {
	text-align: left;
}

.c {
	text-align: center;
}

fieldset {
	border: 1px solid #ccc;
	padding: 5px;
}

legend {
	font-weight: bold;
	font-size: 13px;
}

#frame {
	background: none;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	width: 750px;
	height: 100%;
	padding-top: 0px;
}

#topMenu {
	text-align: right;
	width: 750px;
}

#topMenu li {
	border-collapse: none;
	height: 30px;
	padding-left: 10px;
	margin-left: 10px;
	background: #451549;
	display: inline;
}

#topMenu li span {
	padding-right: 10px;
}

#topMenu li span a {
	color: white;
	font-weight: bold;
}

#topMenu li span a:hover {
	color: #EEE9B4;
}

#frame ul#topMenu {
	margin-left: 0;
	background: #451549;
	padding-bottom: 5px;
}

#header {
	height: 138px;
	border: none;
	background: url(../../static/images/Tacoma2008_header_anim.gif)
		no-repeat;
	font-size: 20px;
	text-align: right;
	margin-bottom: 0px;
}

#headerBottomBarOuterWrapper {
	background: #000;
	text-align: left;
	width: 100%;
}

#headerBottomBarInnerWrapper {
	background: #451549;
	color: #FFF;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	padding: 3px;
}

#headerBottomBarInnerWrapper a {
	color: #FFF;
}

#headerBottomBarInnerWrapper a:hover {
	color: #EEE9B4;
}

#registrationInProgressWarningBarOuterWrapper {
	background: #AEFF00 no-repeat;
	text-align: left;
	width: 100%;
}

#registrationInProgressWarningBarInnerWrapper {
	background: no-repeat;
	background-position: bottom;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	padding: 3px;
}

#registrationInProgressWarningBarInnerWrapper a {
	color: #000;
}

#registrationInProgressWarningBarInnerWrapper a:hover {
	color: #000;
}

#registrationInProgressBarOuterWrapper {
	background: #EEE9B4;
	text-align: left;
	width: 100%;
}

#registrationInProgressBarInnerWrapper {
	color: #000;
	font-size: 13px;
	padding: 3px;
}

#registrationInProgressBarInnerWrapper a.registrationStepComplete {
	color: #451549;
}

#registrationInProgressBarInnerWrapper a.registrationStepIncomplete {
	color: #000;
}

#registrationInProgressBarInnerWrapper a.registrationStepComplete:hover
	{
	color: #000;
}

#registrationInProgressBarInnerWrapper a.registrationStepIncomplete:hover
	{
	color: #000;
}

#currentlyLoggedInNoticeBarOuterWrapper {
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
}

#currentlyLoggedInNoticeBarInnerWrapper {
	background-position: bottom;
	color: #fff;
	padding: 3px;
	text-align: right;
}

#currentlyLoggedInNoticeBarInnerWrapper a {
	color: #FFF;
}

#currentlyLoggedInNoticeBarInnerWrapper a:hover {
	color: #e4a31e;
}

#loginStatus {
	color: #FFF;
	float: right;
}

#contentWrapper {
	width: 100%;
	margin-top: 10px;
}

#sidebarContent {
	background-color: #EEE9B4;
	float: left;
	width: 160px;
	color: #000;
}

#sidebarContent a {
	color: #000;
}

#sidebarContent a:hover {
	color: #451549;
}

#primaryContentWrapper {
	margin: 0px 0px 20px 170px;
}

.primaryContentSectionOuterWrapper #headerImage {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.primaryContentSectionOuterWrapper {
	margin-bottom: 10px;
}

.primaryContentSectionInnerWrapper {
	padding-left: 5px;
	padding-right: 5px;
}

#footerOuterWrapper {
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

#footerInnerWrapper {
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
}

div.sideBarBox {
	margin-bottom: 10px;
}

.sidebarBoxHeader {
	font-size: 13px;
	background: #451549;
	color: #FFF;
	padding: 5px 5px 5px 10px;
	margin: 0px;
}

.sideBarBoxContent {
	background-color: #EEE9B4;
	padding: 5px 5px 5px 10px;
	margin: 0px;
}

.formInputError {
	color: #F00;
	font-weight: bolder;
}

.notes {
	color: #D0D;
}
