* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #FFEBC1;
	text-align: center;
}

h1 {
	padding: 25px 0 0 30px;
	color: #F0FFF0;
	font: bold 30px "Courier New", Courier, monospace;
}

h2 {
	padding: 0 0 0 30px;
	color: #F0FFF0;
	font: bold 13px "Courier New", Courier, monospace;
}

h3 {
	width: 180px;
	height: 22px;
	font: bold 12px/22px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000099;
	background: #FFEBC1 url(images/header.gif) no-repeat top;
}

h4 {
	padding: 15px 0 5px 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000066;
}

h5 {
	padding: 10px 0 5px 0px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #7B6002;
}

p {
	padding: 5px 0;
	font: 13px/20px Arial, Helvetica, sans-serif;
	color: #000000;
    clear: none;
}

a {
	color: #4169E1;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}
a img {
  border:none;
}


#top {
   margin: 0 auto;
	width: 900px;
	height: 112px;
	text-align: left;
	background: url(images/top.gif) no-repeat top;
}

#menu {
	margin: 4px auto;
	width: 900px;
	height: 42px;
}

#logindata {
  width: 260px;
}

#menuLeft {
	float: left;
	width: 23px;
	height: 42px;
	background: url(images/menu_left.gif) no-repeat left;
}

#menuCent {
	float: left;
	width: 854px;
	background: url(images/menu.gif) repeat-x top;
}

#menuRight {
	float: right;
	width: 23px;
	height: 42px;
	background: url(images/menu_right.gif) no-repeat right;
}

#menuCent ul {
	list-style: none;
}

#menuCent ul li{
    float: left;
}

#menuCent ul li a {
	display: block;
	float: left;
	padding: 0 25px;
	font: 14px/42px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
	border-right: 1px solid #C42700;
}

#menuCent ul li a:hover {
	text-decoration: none;
	color: #000066;
	background: url(images/menu_over.gif);
	border-right: 1px solid #780800;
}

#menuCent ul li a.firstItem {
	border-left: 1px solid #780800;
}

#menuCent ul li a.firstItem:hover {
	border-left: 1px solid #780800;
}

#middle {
   clear: both;
   margin: 0 auto;
	width: 900px;
}

#left_1 {
	float: left;
	width: 210px;
}

#left_2 {
	padding: 0 30px 0 0;
	text-align: left;
}

#left_2 ul {
	list-style: none;
}

#left_2 ul li {
	margin-bottom: 5px;
	background: url(images/left.gif) repeat-y;
}

#left_2 ul li ul {
   margin: 0;
	text-align: left;
	background: url(images/left.gif) repeat-y;
	border-bottom: 1px solid #00CCCC;
}

#left_2 ul li ul li {
   display: block;
   margin: 0;
	padding: 0 10px;
	border-bottom: 1px dashed #00CCCC;
}

#left_2 ul li ul li.lastItem {
	border-bottom: none;
}

#left_2 ul li ul li a {
	margin: 0;
	font: 12px/22px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #D9D9D9;
}

#left_2 ul li ul li a:hover {
	text-decoration: none;
	color: #D9FFD9;
}

#right {
	float: right;
	width: 690px;
}

#rightTop {
	width: 690px;
	height: 22px;
	background: url(images/cont_top.gif) no-repeat top;
}

#rightCont {
	padding: 0 15px;
	background: White url(images/cont.gif) repeat-y;
	text-align: justify;
    width: 660px;
}

#rightBottom {
	width: 690px;
	height: 22px;
	background: url(images/cont_bottom.gif) no-repeat bottom;
}

#bottom {
   clear: both;
	margin: 0 auto;
	width: 900px;
	color: #D2B47B;
	font: 10px Arial, Helvetica, sans-serif;
}

table.icontable {
	font: bold 14px Arial, Helvetica, sans-serif;
    border: 0px none;
	table-layout: fixed;
}

.icontableitem
{
  border: 0px none;
}

table.icontable td {
    border: 0px none;
    border-color: white;
}

.downloadtable {
	font: bold 14px Arial, Helvetica, sans-serif;
    border: 0px #990000 solid;
    border-collapse: collapse;
    width: 100%;
	table-layout: fixed;
}

.downloadtableheader
{ border: 1px solid #990000;

background-color: #FFCC66;
text-align: center;
font-weight: bold;
font-size: 11px;
color: #990000;}

.downloadtableheader td  { border: 1px #990000 solid; }

.downloadtableheader small
{
  font-size: 8px;
}

.doccol {
  width: 50%;
}

.scrollcol {
  width: 20px;
}

.downloadtablecategory
{
  border: 1px solid Black ;
  background-color: #000099 ;
  font-weight: bold;
  text-align: left;
  font-size: 9px;
  color: White ;
}

.categorytitle
{
    font-size: 12px;
    color: White;
}



.downloadtableitem
{
  border: 1px solid #000099;
  text-align: center;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
}

.downloadtableitem small
{
  font-size: 8px;
}


.downloadtableitem td  { border: 1px #990000 solid; }

.downloadtablefirstitem {
  text-align: left;
}


.disclaimer {
	font: 8px Arial, Helvetica, sans-serif;
    text-align: left;
    color: #CC0000;
}

.smallletter {
	font: 10px Arial, Helvetica, sans-serif;
    text-align: justify;
}


.divtbl {overflow: auto; overflow-y: auto; overflow-x: hidden; height: 220px; width: auto; }

.downloadtabletitle {
    font-size: larger;
    font-weight: bold;
    color: #CC3300;
    clear: none;
}

.ErrorCaption {
  font-size: larger;
  font-weight:bold;
  color: Red ;
}

.ErrorText {
  color: Red;
}


