body {
	background-color: #3E668E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* REPEATS & BACKGROUNDS */
.re_line_dotted {
	background-image:url(images/line_dotted.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
.re_mainCanvas {
	background-image:url(images/repeat_mainBackground.gif);
}
.re_mainCanvas_v2 {
	background-image:url(images/bg_main_v2.gif);
}
.re_gradient {
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
.re_header_top {
	background-image:url(images/repeat_topHeader.gif);
	background-repeat:repeat-x;
}
.re_header_middle {
	background-image:url(images/repeatHeader.gif);
	background-repeat:repeat-y;
}
.re_header_bottom {
	background-image:url(images/repeatBottom.gif);
	background-repeat:repeat-x;
}
.re_doubleLine {
	background-image:url(images/repeatLine.gif);
	background-repeat:repeat-x;
}
.re_small_top {
	background-image:url(images/repeat_small_top.gif);
	background-repeat:repeat-x;
}
.re_small_middle {
	background-image:url(images/repeat_panelsmall.gif);
	background-repeat:repeat-y;
}
.re_small_bottom {
	background-image:url(images/repeat_small_bottom.gif);
	background-repeat:repeat-x;
}
.re_inside_middle {
	background-image:url(images/inside_short_repeat.gif);
	background-repeat:repeat-y;
}
.re_inside_middle_long {
	background-image:url(images/inside_long_repeat.gif);
	background-repeat:repeat-y;
}
.re_long_top {
	background-image:url(images/repeat_small_top.gif);
	background-repeat:repeat-x;
}
.re_long_middle {
	background-image:url(images/repeat_panelLong.gif);
	background-repeat:repeat-y;
}
.re_insidwWide_middle {
	background-image:url(images/repeat_insideWide.gif);
	background-repeat:repeat-y;
}
.re_insideWide_repeat {
	background-image:url(images/insideWide_repeat.gif);
	background-repeat:repeat-y;
}

.bg_mapleLeaf {
	background-image:url(images/mapleLeaf.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

/* repeats & background  NAVIGATION */

.nav_main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-align:left;
	color:#999999;
	text-transform:none;
}
.nav_main a:link {
	color:#999999;
	text-transform:none;
	text-decoration:none;
}	
.nav_main a:visited {
	color:#999999;
	text-transform:none;
	text-decoration:none;
}	
.nav_main a:hover {
	color:#CC0000;
	text-transform:none;
	text-decoration:none;
}	
.nav_main a:active {
	color:#999999;
	text-transform:none;
	text-decoration:none;
}	
.nav_sub {
	background-image:url(images/nav_sub_line.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-indent:6px;
}
.nav_sub a:link {
	color:#999999;
	text-transform:none;
	text-decoration:none;
}	
.nav_sub a:visited {
	color:#999999;
	text-transform:none;
	text-decoration:none;
}	
.nav_sub a:hover {
	color:#CC0000;
	text-transform:none;
	text-decoration:none;
}	
.nav_sub a:active {
	color:#999999;
	text-transform:none;
	text-decoration:none;
}	
.nav_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.nav_header a:link {
	color:#333333;
	text-transform:none;
	text-decoration:none;
}	
.nav_header a:visited {
	color:#333333;
	text-transform:none;
	text-decoration:none;
}	
.nav_header a:hover {
	color:#CC0000;
	text-transform:none;
	text-decoration:none;
}	
.nav_header a:active {
	color:#333333;
	text-transform:none;
	text-decoration:none;
}

/* navigataion  TEXTS */
.txt_menuTitle1{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color:#CC0000;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	text-indent:4px;
	padding-bottom: 4px;
}
.txt_menuTitle2{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color:#3E668E;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	text-indent:4px;
	padding-bottom: 4px;
}
.txt_menuTitle3{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color:#99CC00;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	text-indent:4px;
	padding-bottom: 4px;
}
.txt_menuItems{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image:url(images/line_dotted.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	text-transform:capitalize;
}
.txt_menuItems_sub{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left:5px;
	text-transform:lowercase;
}
.txt_menuItems_sub a:link {
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	text-transform:lowercase;
}
.txt_menuItems_sub a:visited {
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	text-transform:lowercase;
}
.txt_menuItems_sub a:hover {
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	text-transform:lowercase;
}
.txt_menuItems_sub a:active {
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	text-transform:lowercase;
}
.txt_heading_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.txt_heading_red_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.txt_heading_red_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_heading_red_small a:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_heading_red_small a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_heading_red_small a:hover {
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_heading_red_small a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_heading_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.txt_content a:link {
	color:#FFFFFF;
	text-transform:none;
	text-decoration:underline;
}	
.txt_content a:visited {
	color:#FFFFFF;
	text-transform:none;
	text-decoration:underline;
}	
.txt_content a:hover {
	color:#FFFFFF;
	text-transform:none;
	text-decoration:none;
}	
.txt_content a:active {
	color:#FFFFFF;
	text-transform:none;
	text-decoration:underline;
}
.txt_content_yellowHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #F9CA57;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-transform:uppercase;
}
.txt_footer a:link {
	color:#999999;
	text-transform:uppercase;
	text-decoration:underline;
}	
.txt_footer a:visited {
	color:#999999;
	text-transform:uppercase;
	text-decoration:underline;
}	
.txt_footer a:hover {
	color:#999999;
	text-transform:uppercase;
	text-decoration:none;
}	
.txt_footer a:active {
	color:#999999;
	text-transform:uppercase;
	text-decoration:underline;
}
.txt_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	text-transform:none;
}
.txt_content_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-transform:none;
}
.txt_content_dark a:link {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}	
.txt_content_dark a:visited {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}	
.txt_content_dark a:hover {
	color:#333333;
	text-transform:none;
	text-decoration:none;
}	
.txt_content_dark a:active {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}
.txt_large a:link {
	color:#DDDDDD;
	text-transform:none;
	text-decoration:none;
}	
.txt_large a:visited {
	color:#DDDDDD;
	text-transform:none;
	text-decoration:none;
}	
.txt_large a:hover {
	color:#FFFFFF;
	text-transform:none;
	text-decoration:none;
}	
.txt_large a:active {
	color:#DDDDDD;
	text-transform:none;
	text-decoration:none;
}
/* texts  TABLES */
.tbl_background_yellow{
	background-image:url(images/yellow.gif);
	background-repeat:repeat-y;

	}
.tbl_background_white{
	background-image:url(images/white_right.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:right;
	}
.tbl_background_yellow_right{
	background-image:url(images/yellow_right.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:right;
	}
.tbl_background_white_left{
	background-image:url(images/white.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:left;
	}
.tbl_row_heading_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color:#D8D8D8;
	text-decoration: none;
	text-transform:none;
	border:thin;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}
.tbl_row_light_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color:#F5F5F5;
	text-decoration: none;
	text-transform:none;
	border:thin;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}
.tbl_row_dark_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color:#D8D8D8;
	text-decoration: none;
	text-transform:none;
	border-bottom:thin;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
}
.tbl_row_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color:#F9CA57;
	text-decoration: none;
	text-transform:uppercase;
}
.tbl_row_heading a:link {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_row_heading a:visited {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_row_heading a:hover {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:none;
}	
.tbl_row_heading a:active {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:underline;
}
.tbl_tooManyResults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color:#F9CA57;
	text-decoration: none;
	text-transform:none;
}
.tbl_tooManyResults a:link {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_tooManyResults a:visited {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_tooManyResults a:hover {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:none;
}	
.tbl_tooManyResults a:active {
	color:#333333;
	font-weight: normal;
	text-transform:none;
	text-decoration:underline;
}
.tbl_title_sort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color:#F9CA57;
	text-decoration: none;
	text-transform:uppercase;
}
.tbl_title_sort a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color:#F9CA57;
	text-decoration: none;
	text-transform:uppercase;
}	
.tbl_title_sort a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color:#F9CA57;
	text-decoration: none;
	text-transform:uppercase;
}	
.tbl_title_sort a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#F9CA57;
	text-decoration: none;
	text-transform:uppercase;
}	
.tbl_title_sort a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color:#F9CA57;
	text-decoration: none;
	text-transform:uppercase;
}
.tbl_row_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
	text-transform:uppercase;
}
.tbl_row_first {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color:#FCE9BC;
	text-decoration: none;
	text-transform:none;
}
.tbl_row_first a:link {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_row_first a:visited {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_row_first a:hover {
	color:#333333;
	text-transform:none;
	text-decoration:none;
}	
.tbl_row_first a:active {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}
.tbl_row_second {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color:#FFFFFF;
	text-decoration: none;
	text-transform:none;
}
.tbl_row_second a:link {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_row_second a:visited {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}	
.tbl_row_second a:hover {
	color:#333333;
	text-transform:none;
	text-decoration:none;
}	
.tbl_row_second a:active {
	color:#333333;
	text-transform:none;
	text-decoration:underline;
}
/* tables  FORM ELEMENTS */
.frm_dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 80px;
}
.frm_dropdown_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:capitalize;
	color: #333333;
	width: 288px;
	height: 16px;
}
.frm_textBox_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 240px;
}
.frm_textBox_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 80px;
}
.frm_textBox_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 116px;
}
.frm_btn_go {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	width: 32px;
	}
.frm_textBox_3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 120px;
}
.frm_textBox_4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 605px;
}
.frm_textBox_5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 140px;
	height: 16px;
}
.frm_listBox_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:lowercase;
	color: #333333;
	width: 240px;
	height:140px;
}
.frm_listBox_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 715px;
	height:140px;
}
.frm_dropdown_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:capitalize;
	color: #333333;
	width: 80px;
	height: 16px;
}
.frm_button_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	width: 50px;
	height: 20px;
	text-transform:uppercase;
}
.frm_red_rounded {
	background-image:url(images/tbl_row_red.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.frm_textBox_4_long {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:none;
	color: #333333;
	width: 710px;
}
#lyrMusic {
	position:absolute;
	width:400px;
	height:68px;
	z-index:1;
	top: 54px;
	visibility: hidden;
}
#lyrNewsletters {
	position:absolute;
	width:400px;
	height:68px;
	z-index:1;
	top: 54px;
	visibility: hidden;
}
#lyrUtilizing {
	position:absolute;
	width:400px;
	height:68px;
	z-index:1;
	top: 54px;
	visibility: hidden;
}
