body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #003366;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#topPage {
	position: absolute;
	height: 55px;
	width: 760px;
	background-image: url(images/pgTitle.jpg);
	background-repeat: no-repeat;
	page-break-before: auto;
}
#topPage h2 {
	text-align: right;
	line-height: 60px;
}

#mainBody {
	position: relative;
	top: 65px;
	left: 0;
	width: 760px;
	margin-left: 0px;
	text-align: center;
}
#leftColumn {
	float: left;
	z-index: 7;
	width: 155px;
	text-align: left;
}
#rightColumn {
	float: left;
	width: 580px;
	z-index: 8;
	margin-left: 18px;
	text-align: left;
	background-color: #CCCCCC;
}
#footer{
	clear: both;
	margin-top: 0px;
	text-align: center;
	z-index: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #fff;
}



.cssnav {
	position: static;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/t_buttonOVER.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 150px;
	height: 20px;
	margin: 0;
	padding: 0;
	top: 85px;
}

.cssnav a {
display: block;
color: #FFFFFF;
font-size: 11px;
width: 150px;
height: 20px;
display: block;
float: left;
text-decoration: none;
}

.cssnav img {width: 150px; height: 20px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden;}

.cssnav span {
position: absolute;
left: 15px;

margin: 0px;
padding: 0px;
cursor: pointer;
}

.txtEmphasis {
	font-size: 12px;
	font-weight: bold;
}
.formWhiteBG {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}

.subBody {
	background-color: #FFF;
  /* the filter attribute is recognized in
   Internet Explorer and should be a percentage */
   filter: Alpha(opacity=80);
   /* the -moz-opacity attribute is recognized by 
   Gecko browsers and should be a decimal */
   -moz-opacity: .8;
   /* opacity is the proposed CSS3 method, supported
   in recent Gecko browsers */
   opacity: .8;

	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px dotted #006699;
}

a {color:#006699; text-decoration: none}
a:hover {text-decoration:underline;}

h1 {
	font-size: 18px;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.pgHomeImage {
	border: 0px none;
	position: absolute;
	height: 55px;
	width: 215px;
	left: 0px;
	top: 0px;
}
.txtInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
}
