h2 {
	font-size: 16px;
	margin-bottom: -2px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	font-weight: bold;
}
h6 {
	font-style: italic;
	margin-bottom: 10px;
}

#content {
	background: url(images/tier2_line_bg.gif) top left repeat-y;
	overflow: auto;
}

#sidebar {
	width: 222px;
	float: left;
	padding-top: 118px;
	padding-bottom: 50px;
	padding-right: 10px;
}
#tier2 #sidebar {
	background: url(images/side.jpg) top left no-repeat;
}
#disaster #sidebar {
	background: url(images/side_disaster.jpg) top left no-repeat;
}
#email #sidebar {
	background: url(images/side_email.jpg) top left no-repeat;
}
#defense #sidebar {
	background: url(images/side_defense.jpg) top left no-repeat;
}
#compliance #sidebar {
	background: url(images/side_compliance.jpg) top left no-repeat;
}
#reg #sidebar {
	background: url(images/side_register.jpg) top left no-repeat;
}
#data #sidebar {
	background: url(images/side_gov_data.jpg) top left no-repeat;
}
#sidebar ul {
	padding-left: 23px;
}
#sidebar li {
	list-style-image: url(images/list_marker_orange.gif);
	margin-bottom: 5px;
}
#sidebar li a, #sidebar li {
	font-weight: bold;
}
#sidebar li.selected a {
	color: #000;
}

#main {
	padding-bottom: 30px;
	margin-left: 252px;
	height: 1%;
	overflow: visible;
}
#main ul, ol {
	color: #c60;
}
#main li {
	list-style-type: square;
}

#breadcrumb {
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 40px;
	text-align: right;
	color: #707146;
}
#breadcrumb a {
	color: #707146;
}
#breadcrumb a.home {
	font-weight: bold;
}

table#form {
	width: 100%;
}
table#form td {
	vertical-align: top;
	padding-bottom: 10px;
}
#form p {
	color: #717157;
}
#form strong {
	color: #000;
	font-size: 14px;
}
#form em {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
label {
	margin-bottom: 2px;
	white-space: nowrap;
	display: block;
	text-align: right;
	padding-right: 5px;
}
input {
	margin-bottom: 10px;
	display: block;
	width: 150px;
}
input.check, input.radio {
	width: 15px;
	display: inline;
	margin-bottom: 0;
}
#submit {
	width: 6em;
}

#errors p {
	font-weight: bold;
	color: #f00;
}
#col1 {
	width: 50%;
}
#col2 {
	width: 50%;
}
#state {
	margin-right: 10px;
}
#zip {
	width: 70px;
}

a img {
	border: 0;
}
.arrow {
	margin: 20px 0;
	background: #e9e9e1 url(images/arrow_point_left.gif) top left no-repeat;
	padding-left: 68px;
	width: 400px;
	padding-top: 20px;
	height: 122px;
}
