
/* ========= Layout ========== */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:18px;
   color: #000000;
   margin:0;
   padding-top:0px;
}


body {
   margin: 10px 0;
   padding: 0;
   /*background:url(images/bg.jpg);*/
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   background-color: #ffffff;
   text-align:center;
}

   div#container{
   width:800px;
   background:url(images/containermt.gif);
   margin: 0 auto;
   text-align:left;
   background-color:none;
   position:relative;
}

div#header {
   width:800px;
   height: 187px;
   background: url(images/headermt.gif) no-repeat center center;
   font-family: sans-serif;
   line-height: .6em;
   font-size: small;
   background-color:none;
 }

   div#header *{
   padding: 0;
   text-align: center;
   color: #000000;
   border-bottom: solid #000000 0px; 
}

div#navbar {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 10px;
   font-weight: bold;
   text-align: center;
   border-bottom: solid #000000 0px;
   font-weight: bold;
   padding: 3px;
   width: 330px;
   position:absolute;
   top:30px;
   left:330px;
 }

#navbar ul li a:link, #navbar ul li a:visited {
   color: #000080;
   background-color: #5DBDE1;
   text-decoration: none;
   border: none thin;
   display: inline;
   border-top: solid #386AB1 thin;
   border-left: solid #386AB1 thin;
   border-right: solid #386AB1 thin;
   margin-left: 3px;
   margin-right: 3px;
   padding-top: 3px;
   padding-left: 10px;
   padding-bottom: 3px;
   padding-right:10px;
 }

#navbar ul li a:hover, #navbar ul li a.current {
   color: #ffffff;
   background-color: #386AB1;
   text-decoration: none;
   border: solid #000000 thin;
   border-bottom: solid #ffffff 1px;
 }

#navbar ul li {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   display: inline;
}

#navbar ul {
   margin: 0px;
   padding: 0px;
}

div#footer {
   width:800;
   height:43px;
   background: url(images/footermt.gif) no-repeat center center;
   padding: 0px;
   text-align: center;
   clear: both;
   background-color: #ffffff;
   color: #000000;
   border-top: none;
 }

div#footer p {
   width:800;
   height:10px;
   font-size:12px;
   margin-top: 25px;
   text-align: center;
   clear: both;
   color: #000000;
   position:relative;
 }

div#content {
   background:url(images/containermt.jpg);
   text-align:left;
   width:800px;
}

div#leftcolumn {
   margin-right: 5px;
   margin-left:55px;
   width:130px;
   float: left;
   color: #000000;
   display:inline;
 }

div#maincontent {
   width:500px;
   float:right;
   padding-left: 0px;
   margin-right:55px;
   text-align: justify;
   color: #000000;
   display:inline;
 }

.img200 {
   border:1px solid #000000;
   /*margin:0 auto;*/
   margin-bottom: 6px;
   margin-left: 12px;
   margin-right:0px;
   margin-top: 6px;
   padding: 4px;
   float:right;
   width:200px;
   height:150px;
}


.img120 {
   border:1px solid #000000;
   /*margin:0 auto;*/
   margin-bottom: 6px;
   margin-left: 0px;
   margin-right:0px;
   margin-top: 6px;
   padding: 4px;
   float:left;
   width:120px;
   height:160px;
}


