/* General layout */
     body {
           font-family : 'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;
           font-size : 12px;
           color : #6a797a;
           background-color:#13202d;
           margin:0px;
      }

       p, br, td {
           font-family :  'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;
           font-size : 12px;
           color : #6a797a;
           background-color : transparent;
      }
      a {
           text-decoration : none;
           color : #6a797a;
      }
     A:link {
           text-decoration : none;
           color : #6a797a;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }
     A:visited {
           text-decoration : none;
           color : #6a797a;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }
     A:hover {
           text-decoration : none;
           color : #6a797a;
           text-transform: uppercase;
           font-weight : bold;
           background-color : transparent;
      }


/* layout */

     .container {
	 margin: auto auto auto auto;
	 padding: 0 0 0 0;
	 margin-top: 40px;
	 width: 606px;
	 text-align: center;
	}
     #layout {
           margin: auto auto auto auto;
	 background-image : url('images/top.jpg');
           padding: 0 0 0 0;
           width:606px; 
	  height:229px;
	}

     .container2 {
	 margin: auto auto auto auto;
	 padding: 0 0 0 0;
	 width: 606px;
	 text-align: left;
	}
     #links{
           padding-top:30px;
           width : 100px;
           padding-right:5px;
           float:left;
           margin-left:5px;
           text-align:right;
           font-size : 10px;
           font-weight : bold;
           text-transform: uppercase;
           text-align:left;

      }


     #main {
           width : 350px;
           float:left;
           background-color:#01020a;
	   margin-left:25px;
	   padding-left:20px;
	   padding-top:20px;
	   padding-right:20px;
           text-align:justify;
      }

     .stats {
           font-size: 11px;
           margin-top:20px;
           margin-bottom:20px;
           padding:10px;
           background-color : #242f3a;
           font-family:  'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;
           -moz-border-radius: 10px;
      }

     .unit {
           text-align:left;
           float:left;
           margin:8px;
           font-size: 10px;
           font-family:  'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif;

      }


     Textarea, input, select, option {
           color : #597772;
           background : #242f3a;
           font-size : 11px;
           font-weight : normal;
           text-decoration : none;
           font-family : 'Trebuchet MS', Verdana, 'Times New Roman', Arial, 'Courier (T1)';
           text-align : left;
           border-width : 1px;
           border-style : solid;
           border-color : #765856;
      }


     #disclaimer{
           margin-left:30px;
           margin-right:30px;
           font-size: 10px;
           text-align:center;
           border-color: #111111;
           border-width: 0px;
           border-top-width: 1px;
           border-style: solid;
           margin-top:50px;
           margin-bottom:50px;

      }

 h1, h2, h3, h4, h5
	{
	font-size: 10px;
	font-family:   'Trebuchet MS', Verdana, 'Times New Roman', Arial, serif; 
	font-weight: bold;
	text-transform: uppercase;
	text-align:right; 
	letter-spacing: 3px;
	color: #597772;
	padding:2px;
	border-color: #765856;
	border-width: 0px;
	padding-bottom: 0px;
	border-bottom-width: 2px;
	border-style: solid;
	}
