/*		STANDARD HTML ELEMENTS		*/
body{ font-family:  Arial, Helvetica, sans-serif;
color: #DCDADD;
text-align: justify; 
background-color: #1A212B;;
font-size:    x-small;         /* false value for WinIE4/5 */
voice-family: "\"}\"";       /* trick WinIE4/5 into thinking rule is over */
voice-family: inherit;      /* recover from trick */
 font-size:  small;;    /* intended value for better browsers */
 }
html, body,div{	margin: 0;	padding: 0; }
#divSkipNav{ display:none;
background-color : #CCC; color : #000; font-weight: bold;  text-align :center; 
border-top: solid 1px #FFF;border-left: solid 1px #FFF;border-right: solid 1px #666;border-bottom: solid 1px #666; padding: 3px 0 3px 0;
}
/*			LAYOUT			*/

.tblPage{	margin: 0 auto;text-align: left;}
.tdPgT{	height: 100px;background-color : #0D1E33;}
.tdPgL{	vertical-align: top;	background : url(images/left_tile.jpg) repeat-x #1A212B;   width:175px; }
.tdPgC{	padding: 0px 20px 20px 0px;text-align: justify;	background-color:  #4D5866;vertical-align: top; line-height: 1.3;   }
.tdPgBC{	background-color:  #1A212B;}

/*			NAVIGATION			*/
#sideNav{ width: 150px;  margin: 0px 5px 20px 5px ; text-align: left;}
#sideNav ul{list-style : none; margin: 0px 0px 10px 0px; padding: 0;}
#sideNav   li{margin:0; padding: 0;  display: block;  list-style-image : none;}
#sideNav ul a{
	width: 100%; display: block;	color: #CCC;	font-family: Arial, Helvetica, sans-serif;	text-transform: uppercase;  	text-align: left;
	background: url(images/dash-gy.gif) no-repeat left center;	font-size: 90%;	letter-spacing: 1px;		font-weight: bold;	text-decoration: none;
	margin: 0 0 7px 3px;	padding: 0 0 0 14px;}


#sideNav  ul a:hover{  color: #FFF;  background-image: url(images/dash-wh.gif) }
#sideNav  .aNavOn{	   color: #FBE201 !important; background-image: url(images/dash-yw.gif)   }




#footerNav{	clear: both;	vertical-align: top;margin: 20px 20px 0px 20px;	padding: 0px 30px 0px 0px;text-align : center;	font-size: 90%;}
#footerNav ul{list-style : none; margin: 0; padding: 0;}
#footerNav li{	margin: 0; padding: 0 3px 0 3px; display : inline; }
#footerNav a:link, #footerNav a:visited, #footerNav a:active{	background-color: transparent;	color: #DBDAD8;	font-weight: bold;	font-size: 80%;	text-transform: uppercase;	text-decoration: underline;}
#footerNav a:hover{	color: #0C0;}	
#footerNav .aActive{	text-decoration: none  !important; color: #FB051C !important; } 

