* {
	margin: 0px;
	padding: 0px;
}

a:link,
a:active,
a:visited {
	color: #6b0001;
}

a:hover {
	color: #8b2021;
}

.clear {
	clear: both;
}

.data_label {
	font-weight: bold;
	vertical-align: top;
	border-right: 2px solid #bdb199;
	text-align: right;
	padding: 1px 5px 1px 5px;
}

.data_value  {
	vertical-align: top;
	padding: 1px 5px 1px 5px;
}

.error_message {
	color: #a5191a;
	font-weight: bold;
	padding-right: 10px;
	padding: 2px;
	background-color: #fff7f7;
	border-top: 1px solid #c5393a;
	border-bottom: 1px solid #c5393a;
}

fieldset {
	border-top: 3px double #dcd9c8;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.form_button {
	cursor: pointer;
	width: 100px;
}

.form_buttons {
	text-align: center;
}

.form_row {
	margin-top: 3px;
	margin-bottom: 3px;
}

h2 {
	color: #6b0001;
	font-family: Georgia, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 11px;
}

h3 {
	color: #313a4b;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 11px;
	margin-top: 11px;
	font-family: Arial;
}

h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover {
	text-decoration: none;
}

h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 11px;
	margin-top: 11px;
}
.hilite { 
 	font-weight: bold;
 	color: #6b0001; 
}
.icon_16 {
	margin-top: 1px;
	margin-bottom: 3px;
	margin-right: 1px;
}

.image_caption {
	text-align: center;
	float: right;
	padding-top: 2px;
	margin-bottom: 7px;
}

.image_container {
	border: 1px solid #d8d8d8;
	padding: 2px;
	float: right;
}

input,
select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

label {
	display: block;
	float: left;
	width: 170px;
	padding-left: 25px;
	padding-top: 1px;
}

.left_column {
	width: 48%;
	float: left;
}

legend {
	color: #6b0001;
	font-weight: bold;
	padding-right: 5px;
	margin-right: 5px;
	font-size: 14px;
}

.no_padding {
	margin: 0px;
	padding: 0px;
}

.no_padding_bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

option {
	padding-left: 5px;
	padding-right: 5px;
}

p {
	margin-bottom: 11px;
	margin-top: 11px;
}

.required {
	color: #6b0001;
	font-size: 12px;
	font-weight: bold;
}

#right_bar {
	float: right;
	margin-left: 22px;
	width: 216px;
	margin-bottom: 11px;
}

.right_column {
	width: 50%;
	float: right;
}


.right_bar_item {
	background-color: #e6eff0;
	padding: 5px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	border-top: 1px solid #ffffff;
}

.right_bar_text{
	color: #162b56 !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: none;
}

#right_bar_title {
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #ffffff;
    color: #bc4f27 !important;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
}

#right_bar_title a{
	color:#bc4f27;
	text-decoration:none;
}

.right_image {
	float: right;
	margin: 11px 0px 11px 11px;
	border: 1px solid #dcd9c8;
}

.left_bar_text {
	font-size: 12px;
    line-height: 16px;
}

.state_divider {
	height: 0px;
	/*border-top: 1px solid #ded8c8;*/
	clear: both;
	margin-top: 11px;
	margin-bottom: 15px;
}

.table_item_left {
	font-weight: bold;
	padding-left: 7px;
	padding-right: 5px;
	vertical-align: top;
}

.success_message {
	color: #0a861b;
	font-weight: bold;
	padding-right: 10px;
	padding: 2px;
	background-color: #e1f7e1;
	border-top: 1px solid #0a861b;
	border-bottom: 1px solid #0a861b;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
}

ul {
	margin: 11px 11px 11px 11px;
	padding: 0px 11px 0px 11px;
}

.year_dropdown {
	float: right;
	padding-top: 4px;
	font-weight: bold;
}

.yellow_box {
	background-color: #f9f8f3;
	padding: 5px;
	border: 1px solid #ded8c8;
	margin-bottom: 11px;
	margin-top: 11px;
}