/* Screen CSS Definitions */

body
{
   margin: 0px;
   padding: 0px;
   padding-top: 0px;

   color: #000000;

   font-size: 76%;
   font-family: Arial,Helvetica,Sans-Serif,Verdana,Tahoma; 
   background-color: #ffffff;
}

a
{
   color: #000000;
}

a:hover
{
   color: #0000FF;
}

#logo
{
   height: 118px;
   background-color: #ffffff;
   background-image: url(../img/header/img-banner-logo.gif);
   background-repeat: no-repeat;
   background-position: left top;
   margin: 0px;
} 

#header
{
   height: 116px;
   background-image: url(../img/header/img-banner-pic.jpg);
   background-repeat: repeat-x;
   border-bottom: 10px solid #ffffff;
}

#header h1, #header h2, #header h3
{
   display: none;
}


#header-ghost	
{
	display:block;
	position:absolute;
	top:181px;
	height:41px;
/*	background-color:#1d373f;    */
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	width:100%;	

}


#header-line	
{
	display:block;
	position:absolute;
	top:176px;
	height:1px;
  border-bottom: 1px solid #ffffff;
	width:100%;	
}


#page
{
   background-color: #dddee1;
   background-image: url(../img/page/img-page-bkg.gif);
   background-repeat: no-repeat;
   background-position: left top;
   border-bottom: 10px solid #ffffff;
   margin: 0px;
   padding-top: 19px;
   min-height: 400px;
   
}


#side-nav
{
   float: left;
   width: 122px;
   background-color: #6c7d81;
   margin-left: 85px;
   _margin-left: 42px;
   border: 1px solid #ffffff;
   min-height: 300px;
   
}

#content
{
   float: left;
   width: 650px;
   background-color: #ffffff;
   margin-left: 11px;
   margin-bottom: 11px;
   border: 1px solid #ffffff;
   padding-top: 8px;
   padding-left: 25px;
   padding-bottom: 8px;
   padding-right: 25px;
   min-height: 300px;
   
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#1d373f;
	font-weight:bold;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight:bold;
}
#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#1d373f;
	font-weight:bold;
}
#content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	font-weight:bold;
}
#content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	font-weight:bold;
}



#footer
{
   height: 19px;
   background-color: #4a5f65;
   border-top: 1px solid #d2d7d9;
   border-bottom: 1px solid #77878c;
   margin-bottom: 20px;
}

.clear
{
   clear: both;
}


#footer-nav
{
   padding-top: 2px;
   padding-left: 214px;  
   position: relative;
}

#footer-nav ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#footer-nav ul li
{
   float: left;

   padding-left: 5px;
   padding-right: 5px;

   border-right: 1px solid #ffffff;
}

#footer-nav ul li.last
{
   border-right: none;
}

#footer-nav ul li a
{
   color: #ffffff;

   display: block;

   font-size: 0.9em;

   text-decoration: none;
}

#footer-nav ul li a:hover
{
   text-decoration: underline;
}

#footer-txt
{
   top: 50px;
   left: 5px;

   position: absolute;
}

#footer-txt ul
{
   margin: 0px;
   padding: 0px;

   list-style: none;
}

#footer-txt ul li
{
   float: left;

   padding-left: 5px;
   padding-right: 5px;

   border-right: 1px solid #FFFFFF;
}

#footer-txt ul li.last
{
   border-right: none;
}

#footer-txt ul li a
{
   color: #FFFFFF;

   display: block;

   font-size: 0.9em;

   text-decoration: none;
}

#footer-txt ul li a:hover
{
   text-decoration: underline;
}


.cssEvtTab
{
   width: 100%;
}

.cssEvtTab th
{
   color: #FFFFFF;

   text-align: left;

   background-color: #1d373f;
}

.cssEvtDte
{
   width: 30%;

   font-size: 0.8em;
}

.cssEvtNme
{
   width: 70%;

   font-size: 0.8em;
}

.cssEvtRow1
{
   background-color: #6c7d81;
}

.cssEvtRow2
{
   background-color: #e2e2e2;
}