body
{
   position:absolute;top:0;left:0;width:100%;height:100%;margin:0;   
   font:12px Arial, Helvetica, sans-serif;color:#000000;
   background-image:url(../images/top-tile.jpg);
   background-repeat:repeat-x;
   text-align:left;
   background-color:#333333;
}
/* Default Links */
A   {color:#3366CC; text-decoration:underline;}
A:visited  {color:#3366CC; text-decoration:underline;}
A:active   {color:#3366CC; text-decoration:underline;}
A:hover    {color:#666666; text-decoration:underline;}
/* Main Nav Links */
.NavMAIN {color: #ffffff; position:relative; top:65px; left:290px;}
.NavMAIN a{color: #ffffff; text-decoration: none; padding:5px;  border-left: 1px solid #000000;}
.NavMAIN a:visited {color: #ffffff; text-decoration: none;}
.NavMAIN a:active {color: #ffffff; text-decoration: none;}
.NavMAIN a:hover {color: #3366CC; text-decoration: none;  border-left: 1px solid #3366CC;border-top: 3px solid #3366CC;}
/* Left Nav Links */
.NavLft {color: #000000; padding-left:20px;}
.NavLft a{color: #000000; text-decoration: none; padding-left:30px;}
.NavLft a:visited {color: #000000; text-decoration: none;}
.NavLft a:active {color: #000000; text-decoration: none;}
.NavLft a:hover {color: #3366CC; text-decoration: none;}
/* Footer Nav Links */
.FooterNav {font-size:8pt;font-family: Arial, Helvetica, sans-serif; color:#3366CC;}
.FooterNav a{font-size:8pt;font-family: Arial, Helvetica, sans-serif;color: #3366CC;text-decoration:none;}
.FooterNav a:visited {color:#3366CC;text-decoration:none;}
.FooterNav a:active {color:#3366CC;text-decoration:none;}
.FooterNav a:hover {color:#666666;text-decoration:none;}
/* TEXT BOX PADDING */
/*#Content {
 position:relative;
 top:-0px;
 left:180px;
 width:560px;
 bottom:0px;}*/
/* H TAGS */
h1     {font-family:Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color:#000000;}
h2     {font-family:Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color:#000000;}
h3     {font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color:#000000; text-decoration: underline;}
h4     {font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#000000;}
h5     {font-family:Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#000000;}
h6     {font-family:Arial, Helvetica, sans-serif; font-size:  8px; font-weight: bold; color:#000000;}

/*.bg-tile-nav {
	background-image:url(../images/spacer.gif);height:30px;
}
.border-v {
	background-image:url(../images/spacer.gif);width: 3px;
}
.border-h {
	background-image:url(../images/spacer.gif);height: 3px;
}
*/
.bg-hdr {
	background-image:url(../images/top-hdr.jpg);
	background-position:center;
	width:760px; height:85px;
	top:0;left:0;width:100%;margin:0;
}
.FooterBGTile {
	background-image:url(../images/footer-bg-tile.jpg);
	background-position:center;
	width:760px; height:91px;
	top:0;left:0;width:100%;margin:0;
}

/* Smoke Background Graphic */
.bg-color-content {
	background-image:url(../images/bg-color-content.jpg);
	background-repeat: repeat-y;
}
.bg-tile-footer {
	background-image:url(../images/footer-bg-tile.jpg);height:100px;
	width:760px;
}
/*.box-header-padding {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
.form-content {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}*/
.img_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color:#CCCCCC;
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 1px;
	margin-bottom: 2px;
}
.ContentPadding {
	padding-bottom:0px;
	padding-left:19px;
	padding-right:19px;
	padding-top:1px;
	text-align:left;
}