.generic_body {
	font-family: arial, tahoma, verdana;
	font-size: 90%;
	color: #808080;
	background-color: #FFFFFF;
	margin-top: 0px;
	line-height: 200%;
}

.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.container_border {
	border: 0px;
	width: 800px;
	background: #FFFFFF url('/images/background_container.gif') repeat-y;
	margin: 0 auto;
}

.header {
	position: relative;
	height: 190px;
	background-image: url('/images/header.jpg');
}

.header_name {
	position: absolute;
	left: 300px;
	top: 67px;
	font-size: 30px;
}

.header_sub {
	position: absolute;
	left: 300px;
	top: 112px;
	font-size: 20px;
}

.extra_program_info {
	color: #484C53;
	font-size: 13px;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.extra_program_info a {
	color: blue;
}

.info_line {
	height: 25px;
}

.content {
	padding: 7px 14px;
	background-color: #FFFFFF;
	margin: auto;
	overflow: hidden;
	text-align: justify;
	border-top: 1px solid #777B6A;
}

.container_inner {
	width: 770px;
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 0px solid #669900;
}

.footer_1 {
	border: 0px;
	width: 800px;
	background: #FFFFFF url('/images/background_footer.gif') no-repeat;
	margin: 0px auto;
}

.footer_2 {
	text-align: center;
	width: 770px;
	height: 30px;
	background-color: #FCFCFC;
	border-top: 1px solid #CCCCCC;
	margin: 0px auto;
	font-size: 12px;
	color: #808080;
}

.footer_3 {
	line-height: 100%;
	margin-top: 7px;
}

.topmenu {
	position: relative;
	top: 13px;
	left: 15px;
	right: 15px;
	font-size: 93%;
	margin: 0;
	line-height: normal;
	height: 41px;
}

.topmenu ul {
	margin: 0;
	padding: 0px 0px 0 2px;
	list-style: none;
}

.topmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.topmenu a {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	background: url('/images/menu_left.gif') no-repeat left top;
}

.topmenu a:hover {
	background-position: 0% -42px;
	cursor: pointer;
}

.topmenu a span {
	float: left;
	display: block;
	padding: 5px 15px 4px 6px;
	color: #1C4948;
	background: url('/images/menu_right.gif') no-repeat right top;
}

.topmenu a:hover span {
	color: #000000;
	background-position: 100% -42px;
}

.red_menu_item a span {
	color: red;
}

.red_menu_item a:hover span {
	color: red;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.generic_link {
	color: #0033CC;
}

.generic_form {
	border: 1px solid #A3A5A6;
	padding: 20px;
	color: black;
	background-color: #F8F8F8;
}

.error_td {
	vertical-align: top;
}

.error_outer {
	position: relative;
}

.error_inner {
	position: absolute;
	white-space: nowrap;
	color: red;
}

.required {
	color: red;
	font-size: 11px;
}

.table_body {
	background-color: #EEF1F3;
	border-collapse: collapse;
	border: 1px solid #7E8AA6;
	color: black;
}

.table_header {
	background-color: #D4D7DE;
	font-weight: bold;
}

