#nav, #nav ul { /* all lists */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	line-height: 28px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: #DDDDDD;
	opacity: .9;
	filter: alpha(opacity=90);
	border-style: ridge;
	border-width: 1px;
	top: 88px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


.tableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	background: #E5E5E5;
	padding-left: 7px;
}

.tableheader a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;
	padding-left: 7px;
}

.tableheader a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #CCCCCC;
	text-decoration: underline;
	padding-left: 7px;
}

.tableheadernowrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	background: #E5E5E5;
	padding-left: 7px;
	white-space: nowrap;
}

.tableheadernowrap a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;
	padding-left: 7px;
	white-space: nowrap;
}

.tableheadernowrap a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #CCCCCC;
	text-decoration: underline;
	padding-left: 7px;
	white-space: nowrap;
}

.tableheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	padding-left: 7px;
	
}

.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	padding-left: 7px;
}

.tabletext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}

.tabletext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
}

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	bordercolor: #FFFFFF;
	borderwidth: 0px;
	backcolor: #FFFFFF;
	text-decoration: none;
}
.calendardayheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.calendartitleheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #CCCCCC;
}

.sectionhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	color: #000000;
}


.loginlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

.checkboxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 16px;
	color: #000000;
}

.insideheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background: #999999;
}

.insideheader2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	background: #BBBBBB;
}


table.dgdatagrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	background: #FFFFFF;
}

.datatable {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

tr.dgheaderstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	background: #999999;
	padding-left: 7px;
}

tr.dgheaderstyle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: underline;
	background: #999999;
	padding-left: 7px;
}

tr.dgheaderstyle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #CCCCCC;
	text-decoration: underline;
	background: #999999;
	padding-left: 7px;
}


tr.dgitemstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	padding-left: 7px;
}
tr.dgitemstyle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}
tr.dgitemstyle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
}

td.dgitemstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	padding-left: 7px;
}
td.dgitemstyle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
}
td.dgitemstyle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
}

tr.dgalternateitemstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	padding-left: 7px;
	background: #DDDDDD;
	
}
tr.dgalternateitemstyle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	background: #DDDDDD;
}
tr.dgalternateitemstyle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
	background: #DDDDDD;
}

td.dgalternateitemstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	padding-left: 7px;
	background: #DDDDDD;
}
td.dgalternateitemstyle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	text-decoration: underline;
	background: #DDDDDD;
}
td.dgalternateitemstyle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #666666;
	text-decoration: underline;
	background: #DDDDDD;
}

tr.dgfooterstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #000000;
	background: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
tr.dgfooterstyle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 16px;
	color: #000066;
	background: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
tr.dgfooterstyle a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 16px;
	color: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}


.buttontd {
	padding-bottom: 10px;
	padding-top: 10px;
}
.submitbutton {
	/* button layout here */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 135px;
	border: 1px solid #FFFFFF;
	background-color: #56A5F2;
	border-color: #666666;
}

.createbutton {
	/* button layout here */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 125px;
	border: 1px solid #FFFFFF;
	background-color: #0EBE0E;
	border-color: #666666;
}

.submitbutton2 {
	/* button layout here */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	width: 75px;
	border: 1px solid #FFFFFF;
	background-color: #56A5F2;
	border-color: #666666;
}

.linkbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: underline;
	color: #4B8AB6;
}

.insidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	line-height: 17px;
	color: #000000;
}

.callout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: none;
	line-height: 27px;
	font-variant: small-caps;
	color: #000000;
}

.errortext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 17px;
	font-variant: small-caps;
	color: #CC0000;
}

.datatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 13px;
	color: #000000;
}

.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
}

.standardtext a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #4B8AB6;
}

.standardtext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 14px;
	text-decoration: none;
	color: #666666;
}

.standardtextnowrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
	white-space: nowrap;
}

.standardtextnowrap a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	color: #4B8AB6;
	white-space: nowrap;
}

.standardtextnowrap a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 14px;
	text-decoration: none;
	color: #666666;
	white-space: nowrap;
}


.standardtext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	line-height: 15px;
	color: #000000;
}

.steppednavhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

.steppednavcount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	font-style: italic;
	line-height: 14px;
	color: #666666;
}

.steppednav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
}

.steppednav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000066;
}

.steppednav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #CCCCCC;
}

.stepped_instructions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	font-style: none;
	text-decoration: none;
	color: #3873AB;
}


.standardtext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}

.sidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 14px;
	color: #000000;
}

.standarddropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

.sidenavdrop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
}

.standarddropdowntd {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navdropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #000000;
}

.navback {
	line-height: 40px;
	background-image: url(image/topnav_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 28px;
}


.textboxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	line-height: 17px;
	color: #000000;
}

.jumpbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	line-height: 12px;
	color: #000000;
	height: 14px;
	border-color: #000000;
	width: 20px;
}

.phonearea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	line-height: 17px;
	color: #000000;
	width: 20px;
}

.phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	line-height: 17px;
	color: #000000;
	width: 30px;
}

.tbcalendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: none;
	line-height: 12px;
	color: #000000;
	height: 12px;
	width: 70px;
}

.radiooptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: none;
	line-height: 17px;
	font-variant: none;
	color: #000000;
}

.supportnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	line-height: 16px;
	letter-spacing: 2px;
	color: #000000;
	padding-left: 40px;
	padding-right: 40px;
}

.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: none;
	line-height: 13px;
	color: #000000;
	padding-left: 20px;
	padding-right: 80px;
}

.sidenavhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #FFFFFF;
}

.sidenav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	padding-left: 20px;

}

.sidenav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 12px;
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.sidenav2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 12px;
	text-decoration: none;
	color: #373535;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}
.sidenav2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	line-height: 12px;
	color: #1F507F;
	text-decoration: underline;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}

.sidenavhr {
	line-height: 5px;
	text-align: center;
}

.toplogo {
	padding-left: 20px;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	width: 125px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
}

.maincontentstyle {
	border: 1px solid #666666;
	background-color: #FFFFFF;

}

table.sidetablestyle {
	border: 1px solid #666666;
	background-color: #FFFFFF;

}

.sidemenustyle {
	border: 0px;
	padding-left: 20px;
}

.topnav {
	padding-bottom: 20px;
}
.myaccountlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
}