/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 76%;
	color: #333;
	height: 100%;
	background: #666;
	}
a { text-decoration: none; color: #FFF; font-size: 1em; padding: 1px 2px; background-color:#999;
padding:2px;}
a:hover { background-color: #666; }
acronym { border-bottom: 1px dotted #EA9414; cursor: help; }



/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
width:760px;
border-left:5px solid #464646;
border-right:5px solid #464646;
margin:0 auto;
background: #CCC;
	}

#header {
margin:0 0 -4px 0;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 760px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #666;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	}	
#content h2 em { 
	color: #46AAD4; 
	font-style: normal;
	}
#content p {
	text-indent: 3em;
	line-height: 2.5em;
	}	
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	}	
#content li {
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat 0px 8px;
	padding: 0 0 0 25px;
	line-height: 2em;
	}
	
	#content li a {
background-color:#999;
padding:2px;
	}
	
		#content li a:hover {
background-color:#666;
	}
	
	#content li strong {
color:#666;
font-size:12px;
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#left {
	float: right;
	width: 225px;
	text-align: left;
	margin-right: 0px;
	margin-top:40px;
	}

/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#right {
	float: left;
	width: 458px;	
	text-align: left;	
	margin-left:20px;
	margin-top:40px;
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }
	  
	  
	  #tabsC {
      float:left;
      width:100%;
      background:#999;
      font-size:14px;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
      line-height:normal;
	  border-bottom:3px solid #666;
      }
    #tabsC ul {
	margin:0;
	padding:4px 2px 2px 2px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("images/tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("images/tabrightC.gif") no-repeat right top;
      padding:6px 16px 6px 12px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -42px;
      }
    #tabsC a:hover span {
      background-position:100% -42px;
      } 
