/*
beige #DCD6C9
orange #ec741e
*/

body {
	background: #DCD6C9 url(img/header-bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:normal;
	color: #666;
	margin: 0px;
	padding:0px;
}

.logo1 img {padding:20px 0; margin:0 auto; width: 100%; max-width:450px;}
.table1 {width:100%; max-width:800px;}

h3{font-size:1.0em;}
A{color:#999999; text-decoration:underline; }
A:Visited{color:#999999; text-decoration:none; }
A:Hover{color:#000000; text-decoration:none; }

td.navigation {background:;}
td.content-top {background: #fff url(img/content-top.jpg) top no-repeat;}
td.content {background: #fff url(img/content-bg.jpg) repeat-y; padding:0 30px;}
td.content-bottom {background: #fff url(img/content-bottom.jpg) bottom no-repeat;}
td.footer {background:; padding:40px 20px; color:#000000;}

p {text-align:justify;}
h1 {border-bottom:1px solid #000;}
img.frame, p.frame img {background: #DCD6C9; padding:10px 10px; margin:0 0 5px 0; width:100%; max-width:720px;}

.btn {padding:;background:#ec741e;border:#dcd6c9;}
.btn2 {
    padding: 20px;
    background: #666;
    border: #ec741e 4px solid;
    color: #ec741e;
    text-decoration:none;
    display:inline-block;
    
}

/*--------- MENU H ----------*/

#tabsH ul {
	  list-style-type:none; margin:0 0 0 20px; padding:0; font-size:1.1em; width:100%; height:auto; display:block; position:relative;
      }
    #tabsH li {
      display:block; float:left; margin:0; padding:0;
      }
    #tabsH li a {
      float:left; display:block; text-decoration:none; margin:2px; padding:5px 10px; color:#000000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH li a {float:none;}
    /* End IE5-Mac hack */
    #tabsH li a:hover, #tabsH li.selected {color:#666; background-color:#fff;}
	#tabsH li a:visited {color:#000;}
