/*		STANDARD HTML ELEMENTS		*/
body,pre{ 
font-family: Arial, sans-serif; color:  #F9BFC6;text-align: justify; background-color: #F8F5EF;   
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; }

/*		TOP NAVIGATION		*/
#headerNav {	margin: 10px 0 10px 0;}
#headerNav a{
	display:block;
	border-top: solid 1px #C68991;
	border-left: solid 1px #C68991;
	border-bottom: solid 1px #190608;
	border-right: solid 1px #190608;	
	background-color: transparent;
	color: #F8B9C3;
	font-size:10pt;
	font-weight: bold;
	text-decoration: none;
 	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 4px 0px 4px 0px;
	width: 92px;
	height: 15px;
	text-transform: uppercase ;}
 
.aNav2a{ color: #FFFFFF !important; 	text-decoration : underline !important;} 
#headerNav  a:hover{   cursor:hand; text-decoration: underline;} 

/*		CONTENT		*/
#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;}

#content{	padding: 30px 160px 0px 0px;	color: #F9BFC6;	font-family : Arial, Helvetica, sans-serif;		}

/*		FOOTER		*/
#footerNav{  clear: both;  text-align: center;   margin: 20px 160px 0  0;  padding-top: 10px; font-size: 1em;  } 
#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:active, #footerNav a:visited{  color: #F8B9C3;text-decoration: underline; }
#footerNav a:hover{  color: #FFF;}
#footerNav .aActive{	color: #FFF  !important;  font-weight: bold;;text-decoration: none;}


#footer{	text-align: center;    margin: 10px 0 10px 0;   padding:0 ; font-size: 1em; line-height: 1.6;} 
#footer a:link, #footer a:visited{  color: #F8B9C3;text-decoration: underline; }
#footer a:hover{   color: #FFF; }
#footer a:active{  color: #FFF  !important;  font-weight: bold;;text-decoration: none;}