* {
	margin: 0;
	padding: 0;
}


a {
	color: #ccc;
	
}
 a:hover {color: #e9e9e9;}

body {
	background: #333;
	color: #fff;
        Font: normal 13px "Lucida Sans Unicode",sans-serif;
   
}

img {border: none;}

h1{
	
	color: #99cc33;
        Font: normal 22px  "Lucida Sans Unicode",sans-serif;
        margin-top: 5px;
        margin-bottom: 4px;
   
}

h2{
	
	color: #b3e156;
        Font: normal 18px  "Lucida Sans Unicode",sans-serif;
        margin-top: 5px;
        margin-bottom: 4px;
   
}

h3{
	
	color: #b3e156;
        Font: normal 14px  "Lucida Sans Unicode",sans-serif;
        margin-top: 5px;
        margin-bottom: 4px;
   
}

#container {
	background: #222;
	border: 3px double #444;
	height:100%;
	width: 932px;
	margin: 0 auto;
        
}

#header {
	background:#99cc33 url("img/header.gif");
	height: auto;
	width: 922px;
	margin: 0 auto;
	height: 100px;
}
#navigation {
	height: auto;
	width: 922px;
	background: #222;
	height: 36px;
}
  
   
#main {
	background: #555555;
	height:100%;
	width: 910px;
	padding:6px;
	margin: 0 auto;
	border-top: 1px solid #99cc33;
        
       
}
#footer {
	background: #555555;
	height:435px;
	width: 910px;
	padding:6px;
	border-top: 1px solid #99cc33;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer2 {
	background: #515151;
	width: 910px;
	padding:6px;
	color: #333;
	margin: 0 auto;
    border-top: 1px solid #99cc33;    
}
    
#footer2 a {
	color: #ccc; text-decoration:none;
	
}
#footer2 a:hover {color: #333;}     

#footer ul {
	border-top: 1px solid #4c4c4c;
	margin: 0;
}
#footer li {
	border-bottom: 1px solid #4c4c4c;
	list-style: none;
}
#footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
#footer a {
	color: #000000;
	text-decoration:none;
}
#footer a:hover {
	color: #77a41c;
	background: #666666;
}

.f1,.f2 {
	float: left;
	width: 900px;
}
.f2{margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
       
/*- Menu Tabs 3--------------------------- */

    #tabs3 {
      float:left;
      width:100%;
      background: #222;
      font-size:93%;
      line-height:normal;
      }
    #tabs3 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs3 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs3 a {
      float:left;
      background:url("img/tableft3.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs3 a span {
      float:left;
      display:block;
      background:url("img/tabright3.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs3 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs3 a:hover span {
      color:#FFF;
      }
    #tabs3 a:hover {
      background-position:0% -42px;
      }
    #tabs3 a:hover span {
      background-position:100% -42px;
      }

      #tabs3 #current a {
              background-position:0% -42px;
      }
      #tabs3 #current a span {
              background-position:100% -42px;
      }


/*links*/

caption {

	font-size: 1.7em;

	color: #F06;

	text-align: center;

}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 910px;

}

td, th {

	background-color: #333333;

}

td + td {

	color: #999;

}

td + td + td {color: #666; border-left: none;}

td a {

	color: #999999;

	text-decoration: none;

	text-align: center;

	background-color: #454545;

	padding-top: 3px;

	padding-bottom: 3px;

	font-weight: normal;

	font-family: Arial, Helvetica, sans-serif;

}

td a, th a {display: block; width: 100%;}

td a:hover {
	color: #000000;
	background-color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}

tfoot th {text-align: right;}

th {text-align: left;}

th + th {text-align: right;}

th + th + th {text-align: left;}

th a {color: #F06; text-decoration: none; font-size: 1.1em;}

th a:visited {

}

th a:hover {

}

thead tr, tfoot tr {color: #555; font-size: 0.8em;}

tr {font: 12px sans-serif; background: url(prettyinpink_row.png) repeat-x #F8F8F8; color: #666;}

tr:hover {background: #FFF;}
