html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
	font-family:"Tahoma", sans-serif;
	}


body { 
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:30px;		
	}
	

img {
	border: none;
	}
	
	
a {
	color: #5A7A9B;
	text-decoration: none;
	}


a:hover {
	text-decoration: underline;
	color: #ABC0D5;
	}
	
	
.tabs {
	font-size:11px;
	padding:5px;
	font-weight:bold;
	color:#6D6E71;
	background-image:url(images/tabs.jpg);
	background-repeat:repeat-x;
    }
	  
.tabs ul {
          margin:0px;
		  padding:0 5px 0 0px;
          list-style:none;
      }
	  
.tabs li {
      display:inline;
	  margin: 3px;
	  padding:0 10px 0 10px;
	  border-left: 1px solid #C0C0C0;
      }
	  
	  
.tabs li.first {
	border: none;
}
	  
	  
.tabs a {
      text-decoration:none;
	  color:#6D6E71;

      }

.tabs a:hover {
	color:#929498;
	
	}

	


.content {
	padding: 0 30px 0 30px;
	text-align:justify;
	font-size:11px;
	color: #6B6B6B;
	line-height: 18px;
	}


.title {
	color: #6B6B6B;
	margin-top: 35px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px solid #A8C1E0;
	}
	
.subtitle {
	background-color:#f0f3f6;
	color: #6B6B6B;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	font-weight:bold;
	border-bottom: 1px dotted #A8C1E0;
	}	
	
.footer {

background-image:url(images/footer.jpg);
background-repeat:repeat-x;
text-align:right;
font-size:10px;
padding-right: 10px;
color: #496E9D;
}




#leftmenu {

	float: left;
	margin-top: 30px;
	font-size:11px;
	text-indent: 20px;
}


#leftmenu ul {
	margin-left: 0;
	width: 180px;
	padding-left: 20px;
	padding-right: 1 px;
	list-style: none;
}

#leftmenu li {
	padding: 6px 0;
	background-image:url(images/lmenu.gif);
}


#leftmenu a {
text-decoration: none;
	}

