@charset "utf-8";
/* CSS Document */


.header {
	width:860px;
	height:101px;
	background-color:#6F7D6C;
}

.container {
	width:860px;
	height:auto;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
}
.menu {
	width:860px;
	height:25px;
	background-color:#fff;
}
.body {
	width:860px;
	height:450px;
	background-color:#6F7D6C;
}
.spacer {
	width:860px;
	height:15px;
	background-color:#6F7D6C;
}
.text {
	width:420px;
	height:400px;
	float:right;
}
#TabMenu1
{
   text-align: left;
   margin: 0px 0 0px 0;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   float:right;
   list-style-type: none;

}
#TabMenu1 li
{
   display: inline;
}
#TabMenu1 a:link.active, #TabMenu1 a:visited.active, #TabMenu1 a:hover.active
{
   border-bottom: 1px solid #007B6F;
   background-color: #007B6F;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
#TabMenu1 a:link, #TabMenu1 a:visited
{
   padding: 1px 1px;
   border: 0px solid #2A54C2;
   background-color: #007B63;
   color: #FFFFFF;
   margin-right: 0px;
   text-decoration: none;
   border-bottom: none;
}
#TabMenu1 a:hover
{
   background: #FFFFFF;
   color: #007B6F;
   font-weight: bold;
   text-decoration: none;
}
