/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines colors and fontstyles ----------- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */



/* ------ GLOBAL MARGIN, PADDING AND FONT -------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
}


/* ------ BODY ----------------------------------------------------- */

body {
	color: #333399;
	background-color: #ffffff;
	margin: 5px 0 50px 0;
}


/* ------ MISC STYLES ---------------------------------------------- */

h1 {
	display: inline;
	font-size: 0.8em;
}

.main_table {
	margin: 0 0 1px 0;

	background-image: url(../images/layout/main_gradient.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	border-bottom: 1px solid #333399;
}

.box_top {
	background-image: url(../images/layout/box_top.jpg);
	background-repeat: no-repeat;
}

.box_bottom {
	background-image: url(../images/layout/box_bottom.jpg);
	background-repeat: no-repeat;
}

.box_menu {
	background-image: url(../images/layout/box_menu.jpg);
	background-repeat: no-repeat;
}

h2 {
	padding: 3px 0 0 20px;
	height: 17px;

	font-size: 0.75em;
	color: #ffffff;
}

.box_header_menu {
	background-image: url(../images/layout/box_header_menu.gif);
	background-repeat: no-repeat;
}

.box_header_blue {
	background-image: url(../images/layout/box_header_blue.gif);
	background-repeat: no-repeat;
}

.box_header_gray {
	background-image: url(../images/layout/box_header_gray.gif);
	background-repeat: no-repeat;
}

.box_header_orange {
	background-image: url(../images/layout/box_header_orange.gif);
	background-repeat: no-repeat;
}

.box_text {
	padding: 18px 30px 22px 20px;
	font-size: 0.72em;
	line-height: 1.6em;
}

.box_text_menu {
	padding: 4px 30px 4px 30px;
	font-size: 0.72em;
	line-height: 1.6em;

	background-image: url(../images/layout/box_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 11px;
}

.box_text_menu_first {
	padding: 13px 30px 4px 30px;
	font-size: 0.72em;
	line-height: 1.6em;

	background-image: url(../images/layout/box_menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.box_long {
	background-image: url(../images/layout/box_long_bg.gif);
	background-repeat: repeat-y;
}

.box_header_long {
	background-image: url(../images/layout/box_header_long.gif);
	background-repeat: no-repeat;
}

.box_long_text_first {
	padding: 18px 30px 8px 20px;
	font-size: 0.72em;
	line-height: 1.6em;
}

.box_long_text {
	padding: 8px 30px 8px 20px;
	font-size: 0.72em;
	line-height: 1.6em;
}

.box_long_text_indent {
	padding: 8px 30px 8px 60px;
	font-size: 0.72em;
	line-height: 1.6em;
}

.box_long_text_end {
	padding: 8px 30px 22px 20px;
	font-size: 0.72em;
	line-height: 1.6em;
}

ul, ol {
	padding: 8px 30px 8px 60px;
	font-size: 0.72em;
	line-height: 1.6em;
}

.list_end {
	padding: 8px 30px 22px 60px;
	font-size: 0.72em;
	line-height: 1.6em;
}

.box_long_text_table {
	padding: 5px 0 5px 0;
	margin: 8px 30px 8px 20px;
	font-size: 0.72em;
	line-height: 1.6em;
	border-top: 1px solid #333399;
	border-bottom: 1px solid #333399;
}

.box_long_text_table_end {
	padding: 5px 0 5px 0;
	margin: 8px 30px 22px 20px;
	font-size: 0.72em;
	line-height: 1.6em;
	border-top: 1px solid #333399;
	border-bottom: 1px solid #333399;
}

.box_long_text_table td, .box_long_text_table_end td {
	padding: 4px 20px 4px 20px;
}

.text_small_nowrap {
	font-size: 0.9em;
	line-height: 1.1em;
	white-space: nowrap;
}


/* ------ MAINMENU STYLES ------------------------------------------ */

.mainmenu_table {
	margin: 1px 0 1px 0;
	color: #ffffff;
	background-color: #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	width: 900px;
}

.mainmenu_cell {
	width: 148px;
	border-right: 1px solid #ffffff;
}

.mainmenu_cell_end {
	width: 153px;
}

a.menu_standard:link, a.menu_standard:visited, a.menu_standard:active {
	padding: 17px 0 17px 0;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

a.menu_standard_active:link, a.menu_standard_active:visited, a.menu_standard_active:active {
	padding: 17px 0 17px 0;
	display: block;
	text-align: center;
	background-color: #ff6600;
	color: #ffffff;
	text-decoration: none;
}

a.menu_end:link, a.menu_end:visited, a.menu_end:active {
	padding: 17px 0 17px 0;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}

a.menu_end_active:link, a.menu_end_active:visited, a.menu_end_active:active {
	padding: 17px 0 17px 0;
	display: block;
	text-align: center;
	background-color: #ff6600;
	color: #ffffff;
	text-decoration: none;
}

a.menu_standard:hover, a.menu_end:hover, a.menu_standard_active:hover, a.menu_end_active:hover {
	color: #ffffff;
	background-color: #2284E6;
}


/* ------ SUBMENU STYLES ------------------------------------------- */

.submenu_table {
	color: #ffffff;
	background-color: #333399;
	border-left: 1px solid #333399;
	border-right: 1px solid #333399;
	width: 900px;
}

.submenu_cell_empty {
	width: 148px;
	border-left: 1px solid #333399;
}

.submenu_cell {
	width: 148px;
	border-right: 1px solid #ffffff;
}

.submenu_cell_end {
	width: 153px;
}

a.submenu_standard:link, a.submenu_standard:visited, a.submenu_standard:active {
	padding: 4px 0 4px 0;
	display: block;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}

a.submenu_standard_active:link, a.submenu_standard_active:visited, a.submenu_standard_active:active {
	padding: 4px 0 4px 0;
	display: block;
	text-align: center;
	background-color: #ff6600;
	color: #ffffff;
	text-decoration: none;
	font-size: 0.9em;
}

a.submenu_standard:hover, a.submenu_standard_active:hover {
	color: #ffffff;
	background-color: #2284E6;
}


/* ------ LINK STYLES ---------------------------------------------- */

a:link, a:visited, a:active {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #333399;
	text-decoration: none;
}



/* ------ END CSS FILE --------------------------------------------- */