a {
	color: #267cc8;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	line-height: 14px;
	margin: 10;
	padding: 10;
	overflow-y: scroll;
}

td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: white;
	color: black;
	padding: 2;
}

td#sp_head1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #184886;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 2;
}

td#sp_head2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #C0C0C0;
	color: #184886;
	font-weight: bold;
	padding: 2;
}

td#sp_check {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: white;
	color: #8b0000;
	font-weight: bold;
	text-align: center;
	padding: 2;
}

td#sp_cell-text {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	background-color: white;
	color: black;
	text-align: center;
	padding: 2;
}

h1 {
	margin: 0;
	font-weight: normal;
}

h2 {
	margin: 0;
	font-weight: normal;
}

h3 {
	color: white;
	font-weight: bold;
	font-size: 10px;
	margin: 0;
}

h4 {
	font-weight: bold;
	margin: 0 0 5 0;
	font-size: 11px;
	color: #184886;
}

.h4questions {
	margin: 10 0 10 0;
	font-style: italic;
}

li {
	list-style: disc;
	font-size: 8px;
	color: #184886;
}

.listfont {
	font-size: 11px;
	color: black;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

img {
	border-style: none;
}

.standardfont {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: black;
	white-space: nowrap;
}

.standardfontnowrap {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica;
	color: black;
}

.spacer {
	float: left;
	height: 3px;
}

.largespacer {
	height: 10px;
}

.massivespacer {
	height: 15px;
}

/*
************************
************************
************************
Container Divs
************************
************************
*/
.div_top {
	width: 780px;
	height: 106px;
	background-image: url("../images/frontend/bg_top.jpg");
}

.div_bottom {
	width: 780px;
	height: 52px;
	background-image: url("../images/frontend/bg_bottom.jpg");
	text-align: center;
}

.div_left {
	float: left;
}

.div_main {
	float: left;
	padding: 4 0 0 0;
	text-align: left;
}

/*
************************
************************
************************
Main Navigation
************************
************************
*/
.div_mainnavigationContainer {
	background-image: url("../images/frontend/nav_bg.jpg");
	background-repeat: no-repeat;
	width: 780px;
	height: 34px;
}

.div_mainnavigation_large {
	padding: 4 0 0 0;
}

.div_mainnavigation_large_unselected {
	cursor: pointer;
	float: left;
	width: 125px;
	height: 25px;
	background-image: url("../images/frontend/nav_button_large.jpg");
}

.div_mainnavigation_large_selected {
	cursor: pointer;
	float: left;
	width: 125px;
	height: 25px;
	background-image:
		url("../images/frontend/nav_button_large_selected.jpg");
}

.mainnavigation {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}

.mainselected {
	color: white;
}

/*
************************
************************
************************
SideNavigation
************************
************************
*/
.div_sidenavigation_l1_text {
	padding: 3 0 0 25;
}

.div_sidenavigation_l1_selected {
	cursor: pointer;
	width: 184px;
	height: 19px;
	background-image: url("../images/frontend/leftNavTop_selected.jpg");
}

.div_sidenavigation_l1_unselected {
	cursor: pointer;
	width: 184px;
	height: 19px;
	background-image: url("../images/frontend/leftNavTop.jpg");
}

.div_sidenavigation_l2_text {
	padding: 3 0 0 40;
}

.div_sidenavigation_l2_selected {
	cursor: pointer;
	width: 184px;
	height: 19px;
	background-image: url("../images/frontend/leftNavMid_selected.jpg");
}

.div_sidenavigation_l2_unselected {
	cursor: pointer;
	width: 184px;
	height: 19px;
	background-image: url("../images/frontend/leftNavMid.jpg");
}

.div_sidenavigation_l2_last_selected {
	cursor: pointer;
	width: 184px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("../images/frontend/leftNavBot_selected.jpg");
}

.div_sidenavigation_l2_last_unselected {
	cursor: pointer;
	width: 184px;
	height: 30px;
	background-repeat: no-repeat;
	background-image: url("../images/frontend/leftNavBot.jpg");
}

.div_sidenavigation_l3_text {
	padding: 3 0 0 50;
}

.leftnavigation {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}

.leftselected {
	color: white;
}

/*
************************
************************
************************
Bottom Navigation
************************
************************
*/
.bottomnavigation {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: #267cc8;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
}

.selected {
	color: black;
}

.copyright {
	font-size: 10px;
	color: #666666;
}

/*
************************
************************
************************
Top Navigation
************************
************************
*/
.topnavigation {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: #267cc8;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: none;
}

.selected {
	color: black;
}

/*
************************
************************
************************
Sub Content
************************
************************
*/
.sub_content_head {
	width: 176px;
	height: 18px;
	background-image: url('../images/frontend/sub_header.jpg');
}

.sub_content_head_container {
	padding: 2 0 0 20;
}

.sub_content_head_font {
	color: white;
	font-weight: bold;
	font-size: 10px;
}

.sub_content_link {
	font-size: 9px;
	line-height: 14px;
	color: #267cc8;
}

.sub_content_footer {
	width: 176px;
	height: 1px;
	font-size: 1px;
	background-image: url('../images/frontend/sub_bottom_bg.jpg');
	background-repeat: repeat-x;
}

.sub_content_body_container {
	padding: 5 0 5 20;
}

.sub_content_body {
	width: 176px;
	background-image: url('../images/frontend/sub_content_bg.jpg');
}

.sub_content_container {
	width: 150px;
	padding: 0 0 0 4;
}

.sub_content_flashdemo_font_layer {
	position: absolute;
	z-index: 2;
	padding: 73px 0px 0px 20px;
	cursor: pointer;
}

/*
************************
************************
************************
Content
************************
************************
*/
.content_head {
	width: 582px;
	height: 17px;
	background-image: url('../images/frontend/content_header.jpg');
}

.content_head_container {
	padding: 2 0 0 10;
}

.content_small_head {
	width: 582px;
	height: 1px;
	font-size: 1px;
	background-image: url('../images/frontend/sub_bottom_bg.jpg');
}

.content_footer {
	width: 582px;
	height: 1px;
	font-size: 1px;
	background-image: url('../images/frontend/sub_bottom_bg.jpg');
	background-repeat: repeat-x;
}

.content_body_container {
	padding: 5 10 5 10;
}

.content_body {
	width: 582px;
	background-image: url('../images/frontend/content_bg.jpg');
}

/*
************************
************************
************************
News
************************
************************
*/
.news_head {
	width: 325px;
	height: 17px;
	background-image: url('../images/frontend/news_header.jpg');
}

.news_head_container {
	padding: 2 0 0 10;
}

.news_footer {
	width: 325px;
	height: 1px;
	font-size: 1px;
	background-image: url('../images/frontend/sub_bottom_bg.jpg');
	background-repeat: repeat-x;
}

.news_body_container {
	padding: 5 10 5 10;
}

.news_body {
	width: 325px;
	background-image: url('../images/frontend/news_bg.jpg');
}

.newsdate {
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #003E7E;
}

.newssubjectlink {
	font-size: 11px;
	color: black;
}

.newsmorelink {
	font-size: 11px;
	font-weight: bold;
	color: #003E7E;
}

.newsspacer {
	height: 5px;
}

/*
************************
************************
************************
Home
************************
************************
*/
.homeContainer {
	padding: 4 7 7 7;
	text-align: left;
}

.bigbox {
	width: 763px;
	height: 230px;
	margin: 0px 0px 10px 0px;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d8;
	background-position: bottom right;
	background-image: url(/fileuploads/home_big.jpg);
}

.bigbox_clicklayer {
	width: 763px;
	height: 230px;
	position: absolute;
	z-index: 10;
}

.smallbox_clicklayer{
	width: 379px;
	height: 90px;
	position: absolute;
	z-index: 10;
}

.bigbox_headline {
	font-size: 20px;
	color: #1f497d;
	font-weight: bold;
}

.bigbox_subheadline {
	font-weight: bold;
	font-size: 18px;
}

.bigbox_container {
	padding: 10px 10px 10px 10px;
}

.bigbox_smalltext {
	font-size: 16px;
	padding: 6px 0px 6px 0px;
}

.bigbox_head_container {
	padding: 5px 0px 20px 0px;
}

.bigbox_subheadline_container {
	padding: 0px 0px 20px 0px;
}

.bigbox_subheadline_container2 {
	padding: 0px 0px 15px 0px;
}

.smallbox {
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d8;
	width: 379px;
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px 0px 10px 0px;
}

.smallbox_container {
	float: left;
	padding: 11px 11px 11px 11px;
}

.smallbox_head {
	font-size: 15px;
	color: #1f497d;
	font-weight: bold;
	padding: 3px 0px 5px 0px
}

.smallbox_text {
	font-siz6e: 11px;
	line-height: 15px;
}

.smallbox_image {
	float: left;
}

/*
************************
************************
************************
Partner
************************
************************
*/
.div_partnercontainer {
	width: 570px;
	float: left;
}

.div_partnerlogocontainer {
	display: inline;
	float: right;
	padding: 0 20 0 20;
}

/*
************************
************************
************************
Template integrated Paging
************************
************************
*/
.div_paging {
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.div_leftpaging {
	float: left;
	padding: 0px 0px 0px 10px;
}

.div_rightpaging {
	float: right;
	padding: 0px 10px 0px 0px;
}

.arrowfont {
	font-size: 12px;
	color: #267cc8;
}

h5#pagingheadline {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	display: inline;
	color: #267cc8;
}

/*
************************
************************
************************
Contact Forms
************************
************************
*/
.inputtext {
	width: 152px;
	height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #c8c8c8;
	font-size: 9px;
}

.inputtextarea {
	width: 152px;
	height: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #c8c8c8;
	font-size: 9px;
	overflow: auto;
}

.inputdesc_left {
	float: left;
	padding: 2px 0px 0px 0px;
}

.inputdesc_right {
	float: right;
	padding: 2px 0px 0px 0px;
}

.inputdesc_text {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: black;
	white-space: nowrap;
	text-decoration: none;
}

.error_msg {
	color: red;
	font-size: 9px;
}

.form_container {
	text-align: left;
	background-image: url('/images/contact/contactform_bg.jpg');
	width: 152px;
	padding: 0px 15px 0px 15px;
}

.contactbutton {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #c8c8c8;
	cursor: pointer;
	margin: 0px 5px 0px 0px;
}

.contactbutton_embedded {
	color: #666666;
}

.contactbutton_standalone {
	color: black;
}

.titleselect {
	font-size: 11px;
	height: 20px;
}

.from_ending_container {
	width: 182px;
	height: 1px;
}

.confirmationcontainer {
	text-align: center;
	width: 152px;
	padding: 10px 0px 10px 0px;
}

.confirmationtext {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	color: #666666;
	text-decoration: none;
}

.inputdesc_container {
	width: 152px;
	float: left;
}

/*
************************
************************
************************
Red Button
************************
************************
*/
.red_button_div {
	margin: 0px 0px 0px 5px;
	padding: 0 0 0 0;
	float: right;
	width: 45px;
	height: 15px;
	cursor: pointer;
}

.red_button_div_unselected {
	background-image: url('/images/frontend/red_button.jpg');
}

.red_button_div_selected {
	background-image: url('/images/frontend/red_button_hover.jpg');
}

.red_button_text {
	font-family: Arial;
	color: #ebebeb;
	font-size: 9px;
	line-height: 15px;
}
