	@charset "utf-8";
	/* CSS Document */
	
	
	
	#topBar 
	 	 {
	background-image:url(loglow.gif);
	background-repeat:no-repeat;
	background-position:left 10px;
	position: relative;
	overflow:auto;
	width: 730px;
	height: 110px;
	top: 0%;
	background-attachment: fixed;
	left: 0px;
	visibility: visible;
		}
		
		

			
		
	
	#header {
	float: left;
	width:100%;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	line-height: normal;
	color: #00F;
	font-size:24px;
	line-height:normal;
	text-decoration: none;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #000;
	background-repeat: repeat-x;
	background-position: bottom;
    }
	
				
		
		
		
		#header ul {
    margin:0;
   padding:10px 10px 0;
    list-style:none;
    }
  
		
		
		#header a {
	background:url("norm_left.gif")
      no-repeat left top;
	padding:5px 15px 4px;
	display:block;
	color: #00F;
	text-decoration: none;
    }
	
	#header li {
    float:left;
    background:url("norm_right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    }
	#header #current {
    background-image:url("norm_right_on.gif");
    }
  #header #current a {
    background-image:url("norm_left_on.gif");
	padding-bottom:5px;
    }
	
	
	
	
	
	
	
		
		
	#content
	 
	 {
	background-color:#000;
	font-family: "Comic Sans MS", cursive;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	color: #00F;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	top: 0px;
	left: 0%;
	height: 600px;
		
		}
	
	
	#Midfooter
	{
	font-family: "Comic Sans MS", cursive;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	color:#00F;
	background-color:#000;
	position:relative;
	bottom: 10%;
	left: 0;
	width: 100%;
	
	}

	
	
	
	#footer
	{
	font-family: "Comic Sans MS", cursive;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	color:#00F;
	background-color:#000;
	position:relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	}
