/* 
Filename:	main.css
Location:	./include/
*/

      BODY {
		background-color: White;
		display: block;
		/*
		scrollbar-face-color: #555555;
		scrollbar-highlight-color: #C8AB85;
		scrollbar-shadow-color: #000000;
		scrollbar-3dlight-color: #AAAAAA;
		scrollbar-arrow-color: #8080FF;
		scrollbar-track-color: #888888;
		scrollbar-darkshadow-color: #333333;
		*/
		z-index: 1;
	  }
	  
      * {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: Black;
	  }
	  
      A:ACTIVE {
		text-decoration: none;
		color: Blue;
	  }
	  
      A:LINK {
		text-decoration: none;
		color: Blue;
	  }
	  
      A:VISITED {
		text-decoration: none;
		color: Blue;
	  }
	  
      A:HOVER {
		text-decoration: none;
		color: Gray;
	  }
	  
	  .largeBold {
        font-size: 18px;
        font-weight: bold;
        color: Blue;
      }
      
	  .topitem {
		background-color: Silver;
		font-weight: bold;
		border-bottom-style: solid;
		border-top-style: solid;
		border-top-width: thin;
		border-bottom-width: thin;
		padding-left: 3px;
		padding-right: 3px;
	  }
	  
	  .italics {
		font-style: italic;
      }
      
      .tableHeader {
		font-weight: bold;
		background-color: silver;
      }
	  
      .black {
      	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
      	color: Black;
      }
      
      .whiteBold {
      	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
      	color: White;
      }
      
      .center {
		 text-align: center;
      }

      #homepagegraphic {
        position: absolute;
        width: 592px;
        height: 230px;
        top: 175px;
        right: auto;
        bottom: auto;
        left: 150px;
        z-index: 1;
      }	  
      
	  #blackbar {
		position: absolute;
		width: 104px;
		height: 467px;
		top: 0px;
		right: auto;
		bottom: auto;
		left: 0px;
		z-index: 1;
		background: Black;
}

	  #blackbarbottom {
		position: absolute;
		width: 104px;
		height: 27px;
		top: 457px;
		right: auto;
		bottom: auto;
		left: 0px;
		z-index: 2;
		background: Black;
}

      #dividerblack {
		position: absolute;
		width: 610px;
		height: 1px;
		top: 134px;
		right: auto;
		bottom: auto;
		left: 160px;
		z-index: 2;
		background-color: transparent;
		border-bottom: thin solid Black;
	  }

	  #banner {
        position: absolute;
        width: 696px;
        height: 111px;
        top: 0px;
        right: auto;
        bottom: auto;
        left: 74px;
        z-index: 2;
      }	  

      #logo {
		position: absolute;
		width: 151px;
		height: 152px;
		top: 0px;
		right: auto;
		bottom: auto;
		left: 0px;
		z-index: 3;
	  }
	    
      #menu {
		position: absolute;
		width: 125px;
		height: 260px;
		top: 165px;
		right: auto;
		bottom: auto;
		left: 5px;
		z-index: 2;
	  }
	  
	  #acom_ad {
	  	position: absolute;
		width: 125px;
		height: 200px;
		top: 487px;
		right: auto;
		bottom: auto;
		left: 5px;
		z-index: 2;
	  }
	  
	  #marquee {
        position: absolute;
        width: 610px;
        height: auto;
        top: 121px;
        right: auto;
        bottom: auto;
        left: 160px;
        z-index: 2;
      }
      
	  #main {
	    position: absolute;
	    width: 580px;
	    height: auto;
	    top: 185px;
	    right: auto;
	    bottom: auto;
	    left: 160px;
	    z-index: 2;
	    border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-bottom: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    padding-top: 10px;
		padding-bottom: 10px;
	    padding-left: 10px;
	    padding-right: 10px;	  
	  }
	  
	  #tab1a {
	  	position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: 0px;
	  	bottom: auto;
	  	left: 630px;
	  	z-index: 4;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    border-bottom: thin solid White;
	    padding-top: 2px; 
	    background: White;
	    text-align: center;
	  }
	  
      #tab2a {
        position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: autox;
	  	bottom: auto;
	  	left: 505px;
	  	z-index: 4;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    border-bottom: thin solid White;
	    padding-top: 2px;  
	    background: White;
	    text-align: center;
      }
      
      #tab3a {
        position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: auto;
	  	bottom: auto;
	  	left: 380px;
	  	z-index: 4;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    border-bottom: thin solid White;
	    padding-top: 2px;  
	    background: White;
	    text-align: center;
      }
      
      #tab4a {
        position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: auto;
	  	bottom: auto;
	  	left: 255px;
	  	z-index: 4;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    border-bottom: thin solid White;
	    padding-top: 2px;  
	    background: White;
	    text-align: center;
      }
      
	  #tab1 {
	  	position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: auto;
	  	bottom: auto;
	  	left: 630px;
	  	z-index: 2;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    padding-top: 2px; 
	    background: #888888;
	    text-align: center;
	  }
	  
      #tab2 {
        position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: auto;
	  	bottom: auto;
	  	left: 505px;
	  	z-index: 2;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    padding-top: 2px; 
	    background: #888888;
	    text-align: center;
      }
      
      #tab3 {
        position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: auto;
	  	bottom: auto;
	  	left: 380px;
	  	z-index: 2;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    padding-top: 2px; 
	    background: #888888;
	    text-align: center;
      }
      
      #tab4 {
        position: absolute;
	  	width: 110px;
	  	height: 22px;
	  	top: 160px;
	  	right: auto;
	  	bottom: auto;
	  	left: 255px;
	  	z-index: 2;
	  	border-top: thin dashed #E09F0D;
	    border-right: thin dashed #E09F0D;
	    border-left: thin dashed #E09F0D;
	    padding-top: 2px; 
	    background: #888888;
	    text-align: center;
      }   
    
      #footer {        
        color: Gray;
        font-size: xx-small;
        font-style: italic;
        padding-top: 10px;
        padding-bottom: 10px;   
      }
     
/* BEGIN INACTIVE ELEMENTS

      #tjimage {
        position: absolute;
        width: 200px;
        height: 199px;
        top: 70px;
        right: auto;
        bottom: auto;
        left: 450px;
        z-index: 2;
      }
      
      #contentPic {
        position: absolute;
        width: 175px;
        height: 228px;
        top: 30px;
        right: auto;
        bottom: auto;
        left: 550px;
        z-index: 3;
      }
      
      .timelinedate {
        font-weight: bold;
        color: #C8AB85;
      }
      
      .timelineblob {
        padding-left: 30px;
        text-align: justify;
      }
           
      .reallySmall {
        color: #888888;
      	font-size: xx-small;
        font-style: italic;
      }
           
      .image {
		 text-align: center;
      }
           
      .courier {
      	font-family: Courier New, sans-serif;
        font-size: 12px;
      	color: #FFFFFF;
      }
      
      LI.padBelow {
      	padding-bottom: 15px;
      }
      
END INACTIVE ELEMENTS */