/* Global Styles */

body { 
      margin: 0px;  
      font-size: 12px; 
      font-family: trebuchet, arial, sans-serif; 
	  background-color: #0B3AD0;

	}




#top  { 
        position: absolute;
		top: 0px;
		left: 10px;	
		height: 0px;
	
	
  }
	
	
#main p { text-align: justify;}


#main {  
        width: 670px; 
        height: 530px;	
        padding: 8px; 
		margin-bottom: 10px;
        
        position: absolute; 
		top: 220px;
        left: 10px;
        color:#fff;
	} 

td {  font-size: 12px; 
      font-family: trebuchet, arial, sans-serif; 
	  color: #fff; 
	  padding: 8px;
}

#nav  {  
		color:#fff;
		position: absolute; 
		top: 165px; 
		left: 0px;
	
	
	 }


#sidebar { 
		   width: 150px;
			position: absolute;
			top: 220px; 
			left: 710px; 
}


#footer { 
          width:670px;
	      height: 30px; 
          background-color: #0B3AD0;
          color: white;
          
          padding: 8px; 
          text-align: center }

ul {
	list-style-type: square;
	list-style-position: outside;
	 }

#end { 
      color: #c0c0c0;
      height: 40px; 
      position: absolute; 
      top: 690px;
      left: 10px;
	 }


h1 { 
     color: white;	
     font-size: 20px; 
     background-color: #000; 
     padding-left: 5px;
     letter-spacing: .2em;
     font-variant: small-caps;
     margin: 0px; }

h2 { 
     font-size: 18px; 
     font-family: trebuchet, arial, sans-serif;
     color: #FE0003;
     background-color: transparent;
     font-weight: bold;
     margin-top: 6px;
     padding-bottom: 0px;
     font-variant: small-caps; }


h3 { font-size: 16px; 
     font-family: trebuchet, arial, sans-serif;
     color: #FFF;
     background-color: transparent;
     font-weight: bold;
     font-variant: small-caps;  }

h4 { 
      font-size:14px;
      color: white;
      background-color: #000;
      padding-left: 5px;}


/* Generated Content for Nav 6 */
/*


/* LINK STYLES */

a { color: #c0c0c0; 
    font-size: 12px;
    font-weight: bold; 
    text-decoration: none }

a:active { color: #fe0003; text-decoration: none }
a:focus  { color: #fe0003; text-decoration: underline }
a:hover  { color: #fe0003; text-decoration: none }




#footer a:link { color: white; }

#footer a:visited { color: black; }


/* Current Doc Link Style */
a.current { color: yellow; }

/* Current Doc Link Style For Nav 6 Users */


/* Indent Nav Links */




address { 
          margin-top: 5px; 
          border-top: 1px solid #000; 
          font-size: smaller; 
          padding-top: 3px;
          font-weight: bold; 
          font-style: normal }




