@charset "utf-8";
/* CSS Document */

DIV.outer
          {
	position: absolute;
	left: 50%;
	top: 10px;
	width: 774px;
	height: 550px;
	margin-left: -387px; /* half of width */
	margin-top: 0px;  /* half of height */
	background-color: #333333;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
	padding: 0px;
	list-style-type: square;
          }
          
          
        DIV.inner
          {
          position:absolute;
          left: 50%;
          top :50%;
          width: 100px;
          height: 100px;
          margin-left: -50px;  /* half of width */
          margin-top: -50px;   /* half of height */
          background-color: #99CCFF;
          }
		  
		  DIV.menuholder
		  {
	position:absolute;
	width: 774px;
	height: 105px;
	left: -1px;
	top: -2px;
	z-index: 1;
		  }
		  
		  DIV.content
		  {
	position:absolute;
	width: 541px;
	height: 373px;
	left: 197px;
	margin: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 123px;
	z-index: 100;
		  }
		  
		  
    body {
        background-color: #333333;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
    }
    .style1 {
        font-size: 10px;
        font-style: italic;
    }
    a:link {
	color: #CCCCCC;
    }
    a:visited {
	color: #999999;
    }
    a:hover {
	color: #FF6600;
    }
    a:active {
	color: #FFFFFF;
    }
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
