.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#transparent_div{
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	-moz-opacity:0.4;	/* Transparency */
	background-color:#666;
	z-index:1;
	position:absolute; /* Always needed	*/
	z-index:100000;
	display:none;
}
.alert_shadow{
	z-index:100001;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
	-moz-opacity:0.3;/* Transparency */
}
.alert{
	border-color:rgb(91, 104, 205) rgb(91, 104, 205) rgb(91, 104, 205);
	border-style:solid;
	border-width:2px 2px 2px;
	font-family: Tahoma, Times New Roman, Arial;
	font-size:11px;
	/*border:2px solid #5B68CD;
	border-top:1px solid #3485eb;*/
	padding:2px;
	z-index:100002;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	/*background-color:#FFF;	/* White background color for the message */
	background-color:#F0F0F0;	/* White background color for the message */
	/*background-color:#ECE9D8;*/
	/*background-color:#9DBAEB;*/
}

/* New CSS layouts */
#main_wrapper {
	margin:auto;
	width:748px;
}
			
#header_wrapper {
	margin:0px;
	padding:0px;
	float:left;
}
#header_top {
	height:18px;
	width:748px;
	margin:0px;
	padding:0px;
}
#header_top_left {
	margin:0px;
	padding:0px;
	width:21px;
	height:18px;
	background-image: url('/images/layout/top_left.gif');
	float:left;
}
#header_top_middle {
	margin:0px;
	padding:0px;
	width:706px;
	height:18px;
	background-image: url('/images/layout/top_middle.jpg');
	float:left;
}
#header_top_right {
	margin:0px;
	padding:0px;
	width:21px;
	height:18px;
	background-image: url('/images/layout/top_right.gif');
	float:left;
}
#header_bottom {
	height:58px;
	width:748px;
	margin-top:-1px;
	padding:0px;
	background-image: url('/images/layout/head_middle.jpg');
	
	
	
}
#header_bottom_tagline{
	padding-left:150px;
	padding-top:8px;
	text-align:left;
	font-family: tahoma,Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	font-style:italic;
	color: #000000;
	float:left;
}
#header_bottom_text{
	/*padding-right:20px;*/
	padding-top:4px;
	text-align:right;
	font-family: tahoma,Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	color: #000000;
	float:right;
	height:25px;
}
#header_bottom_text ul li{
	display: inline;
}
			
#body_wrapper {
	width: 748px;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url('/images/layout/body_background.gif');
}
#body_left {
	margin:0;
	padding:0;
	background: url('/images/layout/left_fg.jpg') top no-repeat;
	width:21px;
	height:496px;
	float:left;
}
#body_middle {
	margin: 0;
	padding: 0;
	width: 706px;
	float: left;
}
#body_content {
	margin: 0;
	padding: 0;
	width: 706px;
	float: left;
}
#body_right {
	margin: 0;
	padding: 0;
	background: url('/images/layout/right_fg.jpg') top no-repeat;
	width: 21px;
	height: 496px;
	float: left;
}
						
#footer_wrapper {
	margin:0;
	padding:0;
	width:748px;
	height: 28px;
	float:left;
}
#footer_left {
	margin:0;
	padding:0;
	width:21px;
	height: 28px;
	background-image: url('/images/layout/bottom_left.gif');
	float:left;
}
#footer_middle {
	margin: 0;
	padding: 0;
	width: 706px;
	height: 28px;
	background-image: url('/images/layout/bottom_middle.jpg');
	float:left;
}
#footer_right {
	margin: 0;
	padding: 0;
	width: 21px;
	height: 28px;
	background-image: url('/images/layout/bottom_right.gif');
	float: left;
}
.li_bullet{
	float:left;
	/*margin-right:10px;
	
	padding-left: 20px;
	padding-top: 2px;*/
}
.li_bullet a{
	background-image: url('/images/layout/button_yellow.gif');	
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	margin-right:10px;
}
	
.li_bullet a:hover{
	background-image: url('/images/layout/button_blue.gif');	
	background-repeat: no-repeat;
}
.li_text{
	display:inline;
	padding-bottom: 10px;
	
}
.benefits{
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	margin-top:10px;
}

#header_bottom_text a:link{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#header_bottom_text a:visited{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#header_bottom_text a:hover{
	color:#000000;
	text-decoration: underline;
	cursor: pointer;
}
#header_menu{
	float:left;	
	padding-top:8px;
	padding-left:20px;
	width: 720px;
	height:17px;
}
.header_menu_item_logout{
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	color: #000000;
	border-width:1px 1px 1px 1px;
	border-color:#000000;
	border-style:solid;
	height:15px;
	left:15px;
	padding-top:2px;
	padding-right:5px;
	padding-left:5px;
	margin-right:15px;
	float:right;
	background-color:#800000;
	font-weight:bold;
}
.header_menu_item_logout a:link{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.header_menu_item_logout a:visited{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.header_menu_item_logout a:hover{
	color:#FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

.header_menu_item{
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	color: #000000;
	border-width:0px 2px 0px 0px;
	border-color:#999999;
	border-style:groove;
	height:17px;
	
	padding-top:3px;
	padding-right:5px;
	padding-left:5px;
	float:left;
}
.header_menu_item a:link{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.header_menu_item a:visited{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.header_menu_item a:hover{
	color:blue;
	text-decoration: none;
	cursor: pointer;
}
.header_menu_item_active{
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	/*color: #000000;*/
	border-width:0px 2px 0px 0px;
	border-color:#999999;
	border-style:groove;
	height:15px;
	padding-top:3px;
	padding-right:5px;
	padding-left:5px;
	float:left;
	/*background-color:#C9C9C9;*/
	background-color: #0000A0;
	color: #FFFFFF;
}
.header_menu_item_active a:link{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}
.header_menu_item_active a:visited{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}
.header_menu_item_active a:hover{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-weight:bold;
}
#logged_in_as {
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	position: relative;
	float:right;
	text-align:right;
	width:75%;
	padding-top:3px;
	padding-right:5px;
	padding-left:2px;
	z-index:2000;
	
}
#body_menu{
	float:left;	
	width: 695px;
	height:17px;
	/*background-image:url('/images/layout/swoosh_bk.gif');*/
	margin-left: 4px;
	z-index:-2;
	/*border-color:#666666;
	border-style: solid;
	border-width: 0px 1px 1px 1px;*/
}
.body_menu_item{
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	color: #0000A0;
	height:12px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	background-image:url('/images/layout/seperator.gif');
	background-repeat: no-repeat;
	
}
.body_menu_item a:link{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.body_menu_item a:visited{
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.body_menu_item a:hover{
	color:#000000;
	text-decoration: underline;
	cursor: pointer;
}

.body_menu_item-live{
	font-family: tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.6em;
	color: #0000A0;
	height:12px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
	text-decoration: underline;	
	background-image:url('/images/layout/seperator.gif');
	background-repeat: no-repeat;
}

.body_menu_item-live a:link{
	color: #0000A0;
	text-decoration: underline;
	cursor: pointer;
}
.body_menu_item-live a:visited{
	color: #0000A0;
	text-decoration: underline;
	cursor: pointer;
}
.body_menu_item-live a:hover{
	color:#0000A0;
	text-decoration: underline;
	cursor: pointer;
}

.title {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; font-style: normal; color: #336699; font-weight: bold}
p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}

H1 {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; font-style: normal; color: #336699; font-weight: bold}
H2 {font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; font-weight: bold; color: #000000; margin-bottom: 0px}
H3 {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: bold; color: #000000; margin-bottom: 0px}
H4 {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-weight: bold; color: #000000; font-style: italic;  margin-bottom: 0px}
H5 {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; font-style: italic; font-weight: normal; margin-bottom: 0px}

body.H1 {font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; font-style: normal; color: #336699; font-weight: bold}
body.H2 {font-family: Arial, Helvetica, sans-serif; font-size: 0.90em; font-weight: bold; color: #000000; margin-bottom: 0px}
body.H3 {font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; font-weight: bold; color: #000000; margin-bottom: 0px}
body.H4 {font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; font-weight: bold; color: #000000; font-style: italic;  margin-bottom: 0px}
body.H5 {font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; font-style: italic; font-weight: normal; margin-bottom: 0px}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.formhelp      {font: 11px Verdana, Arial, Helvetica, sans-serif; visibility:hidden; position:absolute; border:1px solid black; background: #ffffe1; margin: 10px; width: 16em; padding: 0.5em;}

a.body:link{font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-size: 12px; color: blue;}

.sidemenu {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
a.sidemenu:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: blue; text-decoration: underline;}
a.sidemenu:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px;	color: purple;	text-decoration: underline;}
a.sidemenu:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: underline;}

.sidemenu2 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
a.sidemenu2:link {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: blue; text-decoration: underline;}
a.sidemenu2:visited {font-family: Arial, Helvetica, sans-serif; font-size: 10px;	color: purple;	text-decoration: underline;}

a.sidemenu2:active {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; text-decoration: underline;}

.sitemap {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000;}
a.sitemap:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: blue; text-decoration: underline;}
a.sitemap:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px;	color: purple;	text-decoration: underline;}

a.sitemap:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; text-decoration: underline;}

.submenu {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000;}
a.submenu:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none;}
a.submenu:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px;	color: #000000;	text-decoration: none;}
a.submenu:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: underline;}
a.submenu:active {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: underline;}

.submenu-live {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: underline;}
a.submenu-live:link {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: underline;}
a.submenu-live:visited {font-family: Arial, Helvetica, sans-serif; font-size: 11px;	color: #000000;	text-decoration: underline;}
a.submenu-live:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: underline;}

.error {border: 1px solid red; font-family: Arial, Helvetica, sans-serif; color: red; font-size:12px;}
.success {border: 1px solid blue; font-family: Arial, Helvetica, sans-serif; color: blue; font-size:12px;}
.section-title  {font-weight: bolder; color: #336699; display: block; margin: 5px 0px 0px;}
.section-text   {font-size: 12px;}

a.section-title:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.section-title:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.section-title:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.section-title:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.label     {font-weight: bolder; font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #000000;}
.forminput {font: 11px Verdana, Arial, Helvetica, sans-serif;}
.setdata   {font-size: 1.2em;}

.dashedtable {
    border-width:1px;
    border-color:#000000;
    border-style:dashed;
}
.solidtable {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; font-weight: bold; }
                  .style10 {
                  	font-family: Arial, Helvetica, sans-serif;
                  	font-size: 10px;
                  	font-weight: bold;
                  }
                  .style8 {
                  	font-family: Arial, Helvetica, sans-serif;
                  	font-size: 10px;
                  	font-weight: bold;
                  	text-decoration:overline;
                  }
                  .style13 {font-family: Arial, Helvetica, sans-serif; color:#000000; font-size: 10px; }
                  .style16 {
                  	font-family: Arial, Helvetica, sans-serif;
                  	color: #000000;
                  	font-size: 12px;
                  	font-style: italic;
                  }
                  .style21 {
                    font-family: Arial, Helvetica, sans-serif;
                  	color: #000000;
                  	font-size: 12px;
                  	font-weight: bold;
                  }
                  .style23 {
                    font-family: Arial, Helvetica, sans-serif;
                  	color: #000000;
                  	font-size: 14px;
                  	font-weight: bold;
                  }
                  .style22 {
                    font-family: Arial, Helvetica, sans-serif;
                  	font-size: 12px;
                  	color: #0B333C;
                  	font-style: italic;
                  	font-weight: bold;
                  }