/*  CSS Level 2, by John L. Corbitt 
    for Corbitt Associates 
    06 DEC 2004
    13 MAR 2010
*/

/********************* TAG Elements ***********************************/

body {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: Black;
	width: 800px;
}

p.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

p.back {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

p {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: Black;
}

.indent1 {
	text-align: left;
	text-indent: 15px;
	color: #000000;
	margin: 0;
}

.indent2 {
	text-align: left;
	text-indent: 45px;
	color: #000000;
	margin: 0;
}

.indent3 {
	text-align: left;
	text-indent: 75px;
	color: #000000;
	margin: 0;
}

.indent4 {
	text-align: left;
	text-indent: 105px;
	color: #000000;
	margin: 0;
}

td, th {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	text-align: center;	
}

table#techtip, td {
	font-family: Verdana, Arial, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 12px;
	text-align: left;	
}

.bodytable {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: black;
	font-weight: normal;
	text-align: left;	
}

td.white, th.white {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: normal;
	padding-left: 10px;	
}

td.GrySrv, th.GrySrv {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
	text-align: left;
}

li, ul {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: black;
	list-style-type: square;	
	list-style-position: outside
}

/******************* LINK and ANCHOR Elements **************************/
/* the order is important and needs to be link, visited, hover, active */

/*
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: White;
	text-decoration: none;
}
*/

a:link {
	font-family: Verdana, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}

a:visited, a:active {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}

a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-decoration: underline;
	text-align: right;
}

a.mmenuLink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a.mmenuLink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6495ED;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a.mmenuLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

a.ftrLink:link {
	font-family: Verdana, Arial, sans-serif;
	color: gray;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}

a.ftrLink:visited, a.ftrLink:active {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}

a.ftrLink:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	text-decoration: underline;
	text-align: right;
}

a.titleStyle:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}

a.titleStyle:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #6495ED;
	text-decoration: none;
}

a.titleStyle:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	background-color: #FFFF99;
}

a.back:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}

a.back:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	text-decoration: none;
}

a.back:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	background-color: #FFFF99;
	text-decoration: none;
}

/****************** CLASS Elements ************/

.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
}

.hover {
	padding: 2px;
	border: solid 2px #FFFFFF;
	text-decoration: none;
}

.grayTblBox {
	background-color: black;
}

.gradient {
	background-image: url(/images/blk_grad_bkgd2.jpg);
}

.caDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	font-weight: bold;
	font-style: italic;
}

.mmenuSelected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: white;
	font-style: italic;
	text-decoration: none;
}

div.body {
	position: static;
	width: 800px;
	z-index: 1;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
	font-size: 14px;
	color: Black;
	font-weight: normal;
	font-style: normal;
	list-style-position: outside;
	list-style-type: disc;
}

.smbody {
	position: relative;
	width: 450px;
	z-index: 1;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: left;
	font-size: 14px;
	color: Black;
	font-weight: normal;
	font-style: normal;
	left: 350px;
	top: 0px;
}

div.cfycarddisc {
	position:relative; width:291px; height:214px; z-index:1; left: 450px; top: -100px;
}

span.titleStyle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
}

.title {
font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: black;
	text-align: center;
	width: 800px;
}

/****************** ID Elements ************/

table#mmenu {
	background-position: center top;
	width: 800px;
	background-color: #000000;
}

a.mailtoLink:link, a.mailtoLink:visited {
color: blue;
text-decoration:underline;
}

#nav_bar {
  position: relative;
  left: 0px;
  width: 800px;
  background-image:url(/images/gblnav_background.gif);
  top: 0px;
  height: 32px;
	}

#nav_menu {
  position: relative;
  width: 790px;
  height: 19px;
  top: -28px;
  left: 10px;
	}
	
a.nav:link, a.nav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 2px solid white;
}

a.nav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: white;
	background-color: gray;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 2px solid white;
}

#nav_menu .current{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
color: white;
background-color: black;
margin: 0px;
	padding: 0px 5px 0px 5px;
	border-right: 2px solid white;
}

.myBlkfont {
color: #000000;
text-decoration: none;
font-size: 14px;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-style: normal;
}

.myRdrFbackfont {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
}

.myGryfont {
color: #CCCCCC;
text-decoration: none;
font-size: 14px;
font-family: "Trebuchet MS", Verdana, sans-serif;
}

.myGrybackground {
background-color: #CCCCCC;
}

.boilerplate {
color: #616161;
text-decoration: none;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 10px;
}

.required {
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
color : red;
text-decoration : none;
}

a.titleStyle:link, a.titleStyle:visited {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
color: #999999;
text-decoration: none;
}

a.titleStyle:hover {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
color: #999999;
background-color: #FFFF99;
}

.tdBorder {
border-top: medium solid #0066FF;
border-right: medium none;
border-bottom: medium solid #0066FF;
border-left: medium none;
}

.tdBluefill {
background: #0066FF;
color: #FFFFFF;
text-decoration: none;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
}

.tdYlwfill {
	background: #FFFF99;
	color: #000000;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}

.tdBlackfill {
background: #000000;
color: #FFFFFF;
text-decoration: none;
font-family: "Trebuchet MS", Verdana, sans-serif;
font-weight: bold;
font-size: 14px;
}

a.tdBlueNav:link, a.tdBlueNav:visited {
  background: #0066FF;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.tdBlueNav:hover {
  background: #0066FF;
  color: #E0E0E0;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
