﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #737474;
	background-image: url(../Images/body_bg.gif);
	background-repeat: repeat;
}
.width_954
{
	width: 954px;
}
.width954
{
	width: 954px;
	background-color:#ffffff;
}
.width_726
{
	width: 726px;
}
.width_920
{
	width: 920px;
}
.width_664
{
	width: 664px;
}
.width_934
{
	width: 934px;
}
.width_222
{
	width: 222px;
}
.width_465
{
	width: 465px;
}
.width_600
{
	width: 600px;
}
.width_890
{
	width: 890px;
}
.header_bg
{
	background-image: url(../Images/nav_bg.gif);
	background-repeat: repeat-x;
	width: 954px;
	height: 162px;
}
.nav_mid
{
	background-image: url(../Images/nav_mid.gif);
	background-repeat: repeat-x;
	width: 690px;
	height: 35px;
	line-height: 31px;
}
.nav_mid ul
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 500px;
}
.nav_mid ul li
{
	float: left;
	list-style-type: none;
	padding-left: 8px;
	padding-right: 8px;
}
.nav_mid ul li a
{
	font: Tahoma;
	font-size: 12px;
	color: #0170a1;
	text-decoration: none;
	display: inline-block;
	line-height: 30px;
}
.nav_mid ul li a b
{
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
	display:block;
	line-height: 30px;
}
.nav_mid ul li a:hover, .nav_mid li.current a
{
	font: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	background-image: url(../Images/hover_bt.gif);
	background-position: right top;
	background-repeat: no-repeat;
	display:block;
	line-height: 30px;
	
}
.nav_mid li a:hover b, .nav_mid li.current a b
{
	background-image: url(../Images/hover_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	line-height: 30px;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
.padding_rt_15
{
	padding-right: 15px;
}
.padding_lt
{
	padding-left: 15px;
	padding-bottom: 10px;
}
.padding_lt_5
{
	padding-left: 5px;
}
.padding_15
{
	padding-left: 15px;
	padding-top: 30px;
}
.footer_mid
{
	background-image: url(../Images/footer_mid.gif);
	background-repeat: repeat-x;
	width: 894px;
	height: 35px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.footer_mid ul
{
	padding: 0px;
	margin: 0px;
}
.footer_mid ul li
{
	list-style-type: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.footer_mid ul li a
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_mid ul li a:hover
{
	text-decoration: underline;
}
a.white_txt
{
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.white_txt
{
	text-decoration: underline;
}
.txt_bx_mid
{
	background-color: #ededed;
	border-left: 1px solid #cccbcb;
	border-top: 1px solid #cccbcb;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	height: 26px;
	line-height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	color: #0170a1;
}
.txt_bx_mid2
{
	background-color: #ededed;
	border-left: 1px solid #cccbcb;
	border-top: 1px solid #cccbcb;
	border-bottom: 1px solid #ededed;
	border-right: 1px solid #ededed;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	height: 185px;
	line-height: 26px;
	font-family: Tahoma;
	font-size: 11px;
	color: #0170a1;
}
.blue_txt
{
	font-family: Tahoma;
	font-size: 11px;
	color: #0170a1;
}
/*accordion menu css*/
.applemenu
{
	margin: 2px 0;
	padding: 0;
	width: 222px; /*width of menu*/ /*border: 1px solid #9A9A9A;*/
}
.applemenu div.silverheader a
{
	background-image: url(../Images/grey_bg.gif);
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #212120;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 222px;
	height: 32px;
	line-height: 20px;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}
.applemenu div.silverheader, .applemenu div.silverheader a:active
{
	color: #212120;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover
{
	background-image: url(../Images/blue_bg.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}
.applemenu div.submenu
{
	/*DIV that contains each sub menu*/
	background: white;
	padding: 3px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu div.submenu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.applemenu div.submenu ul li
{
	color: #2c6c90; /*list-style-image:url(images/arrow.png);*/
}
.applemenu div.submenu ul li a
{
	background-image: url(../Images/arrow.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #3e84a7;
	text-decoration: none;
}
.applemenu div.submenu ul li a:hover
{
	text-decoration: underline;
}
/*accordion menu css ends*/

a.blue_heading
{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #2c6c90;
	text-decoration: none;
}

a:hover.blue_heading
{
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #2c6c90;
	text-decoration: underline;
}
h1
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #e47915;
	text-decoration: underline;
}
.border_blue
{
	border: 1px solid #2e7093;
	border-collapse: collapse;
}
.orng_txt
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #e47915;
}

.border_dash
{
	color: #e1e1e1;
	border-style: dotted;
}

.body_orng_txt
{
	color: #df7000;
	text-decoration:none;
}
a:hover.body_orng_txt
{
	color: #df7000;
	text-decoration:underline;
}

#topbar
{
	font: 13px bold Arial, Helvetica, sans-serif;
	position: absolute;
	padding: 0px 0px 0px 0px;
	height: 22px;
	width: 240px;
	visibility: hidden;
	z-index: 100;
	color: #ffffff;
	border: 1px solid #2e7093;
	background-color: #2c6c90;
	text-align: left;
}
#middle
{
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #dddddd;
	padding: 2px;
	border-top: 2px solid #ffffff;
}
#topbar a
{
	color: #000000;
	text-decoration: none;
}
#topbar a:hover
{
	color: #2e7093;
	text-decoration: underline;
}
html
{
	background-color: #DDDDDD;
}

body
{
	background-color: #DDDDDD;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
}

h1
{
	font-size: 14pt;
	margin: 0%;
}

acronym
{
	cursor: help;
}

pre

{
	margin: 0%;
}

.flash_bg{
	background-image:url(../Images/flash_bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	height:310px;
	width:954px;
	}
.float_left
{
	float:left;
}








