body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bkrnd_tile.gif);
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.footerTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3774AA;
}

.topBan	{
	margin-top: 28px;
	border: 0px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.regTextBlue {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3774AA;
}
.dividerTile {
	background-image: url(/images/divider_home.gif);
	background-repeat: repeat-y;
}
.regTextWhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.regTextBlueMed {

	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3774AA;
}
.justify {
	text-align: justify;
}
.subNavTxt {

	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #3774AA;
}
.designedBy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.designedByInternal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #336FA4;
}
.medTextBlack {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}


















@charset "utf-8";
/* CSS Document */


/* Display all <a> tags as block-level items */
#menu a { display: block; }

/* Set margin and padding to 0px and remove bullets from all list items */
#menu ul { 
  padding:    0px;
  margin:     0px;
  list-style: none;
}

/* Move sub menu items off the screen and out of view until called */
#topMenu li ul {
  position: absolute;
  left:     -999em;
}

/* Display sub menus when the mouse hovers over the top menu item (Used by JavaScript) */
#topMenu li:hover ul, #topMenu li.showMenu ul { left: auto; }

#menu {
  background-color: #ffffff;  /* Background color of top menu */
  font-family: Arial, Helvetica, sans-serif;  /* Font used for all menu items */
  font-size: 13px;  /* Font size of all menu items */
  height: 32px;  /* Height of top menu items */
  line-height: 21px;  /* Line height of top menu items (vertically adjust text) */
  margin: auto;  /* Centers menu on page */
  width: 112px;  /* Width of top menu (must be set to center menu on page) */
}

#menu li { float: left; 
      	border-bottom: solid #00a3b4 0px;
}  /* Display top menu items horizontally from left to right */

#topMenu a { 
  border: 0px;  /* Put border around all menu items */
  border-right-width: 0px;  /* Remove right border from all menu items (to stop double borders between top menu items) */
  text-decoration: none;  /* Remove underline from all menu item links */
  width: 110px;  /* Top menu item width (adjusted from 150px to account for border width) */
}


.topMenuLink a {
  color: #CCCCCC;  /* Set color of top menu text */
  font-weight: bold;  /* Make top menu text bold */
  text-align: center;  /* Center top menu text in menu button */
}

.topMenuLink a:hover {
  background-color: #909090;  /* Set top menu rollover background color */
  color: #000000;  /* Set top menu rollover text color */
}

.topMenuLink a#lastMenu { 
  border-right-width: 0px;  /* Add right border to last top menu item */
  width: 110px;  /* Adjust last top menu item width to fit within top menu */
}

.subMenu {
  background-color: #3774aa;  /* Set the background color of the sub menus */
  border-right: 0px;  /* Add the right border back to the sub menus */
  width: 110px;  /* Set the width of the sub menus */
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.subMenu a {
  color: #ffffff;  /* Set the font color of the sub menu items */
  font-weight: normal;	  /* Return the font weight to normal for sub menu items */
  font-fanily: arial;
  font-size:11px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 15px;  /* Set the line height of teh sub menu items (for vertical alignment) */
  margin-top: 0px;  /* Set the top border of each sub menu link to -1px to remove double borders */
  border-top: 1px solid #ffffff;

}

.subMenu a:hover {
  background-color: #5184b2;  /* Set sub menu rollover background color */
  color: #ffffff;  /* Set sub menu rollover text color */
}

.subMenu#last { width: 110px; 
}  /* Adjust width of last sub menu to align right border correctly */


.subMenu#last a { width: 110px; 
}  /* Adjust width of links in last sub menu to display right border on rollover */