<STYLE type="text/css">
html { margin: 0; padding: 0; }

body { 
	 background-color: #000000;
     background-image: url(images/bg.gif); 
     background-position: 50% 50%; 
     background-attachment: fixed;
     background-repeat: no-repeat;
	 font-family: "MS Verdana", sans-serif; 
     font-style:normal; 
     font-weight:normal; 
     font-size: 16px;
	 }

P { color: #FDFDFD;}
A:link    { color: #FDFDFD; font-style:strong;}
A:active  { color: #FDFDFD; font-size: 100% }
A:visited { color: #FDFDFD; font-size: 100%;}
A:hover { text-decoration: underline;}
ul { color: #FDFDFD; list-style-type: square;}
li { margin: 0px 0px .5em 0px;}


table { background-color: #011e8f; 
	  	border: 2px solid #01166d; 
	  	width: 100%; 
	  	height: 50px;
		color: #FDFDFD;
        font-family: "MS Verdana", sans-serif;}

table#other{ background-color: #5B5E6F;  
		border: none;
		color: #FDFDFD;
		text-align:left;}
        
table#sponsors { background-color: #ffffff;
                 border: 2px solid #4e4e4e;
                 color: #000000;
                 text-align:center;}
		
#container
	{
	position: static;
	width: 800px;
	background: #000000;
	margin: 0 auto; padding: 2em;
	text-align: left;
	font: inherit;
	}

#menu
	 {
	  posistion: absolute;
	  float: top;
	  clear: left;
	  width: 100%;
	  margin: 0; padding: 0;
	  color: #FDFDFD; 
	  background: #000000;
	  font-size: 14pt;
      font-family: "MS Verdana";
	  }

#image
	  { 
	  float: right;
	   clear: right;
	   background: #000000;
	   margin:0; 
	   width: 24%;
	   color: #FDFDFD;
       font-family: Verdana;
	   font: inherit;
	  }
	  
#sidebar
		{
		
		float: right;
		width: 18%;
		/* height: 350px; */ 
	    margin: 0; padding: 16px;
	  	font-size: 16px;
        font-weight: 500;
		border: 5px solid #5B5E6F;
		color: #FDFDFD; 
        background: #000000;
	  	}
	  
#content
		{
		 border: 2px solid #4e4e4e;
		 float: left;
		 width: 65%;
		 margin: 0; padding: 2em;
		 font: inherit;
		 color: #FDFDFD; 
         background: #5B5E6F;
		 }

#decor
		{
		 border: 2px solid #FDFDFD;
         clear: both;
		 margin: 1em; padding: 2em;
		 font: inherit;
		 color: #FDFDFD; 
         background: #5B5E6F;
		 }
         
#decor2
		{
		 background: #ffffff;
         border: 2px solid #4e4e4e;
         color: #000000;
         text-align:center;
         clear: both;
		 margin: 1em; padding: 2em; 
		 }
         
#footer
	   {
	   	
		clear: both;
		float: center;
		font-size: 16px;
		color: #FDFDFD; 
        background: #000000;
		}

div.sample_attach, a.sample_attach
{
  width: 93%;
  margin-width: inherit;
  posistion: absolute;
  border: none;
  background: #011e8f;
  padding: 0px 5px;
  font-weight: 500;
  font-family: "MS Verdana";
  color: #FDFDFD;
}

a.sample_attach
{
  display: block;
  border: 2px solid #01166d;
  border-bottom: 2px solid #01166d;
  margin-width: inherit;
}

a.sample_attach:hover { background: #01166d; margin-width: inherit;}

form.sample_attach
{
  position: absolute;
  visibility: hidden;
  border: 1px solid black;
  background: #FFFFEE;
  padding: 0px 5px 2px 5px;
  margin-width: inherit;
}

form#atp {
 background-color: #011e8f;
 color: #FDFDFD;
 border: 1px solid #999999;
 text-align: left;
}

#atp .text {
     width: 150px;
     margin: 6px; 
     background-color: #CCCCCC;
     border: 1px solid #666666;
}

</STYLE>