
body {
	background-color: #e1ddd9;
	font-size: small;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	width:auto;
}

a {color: black; text-decoration: underline;}
a:visited {color:black;}
a:hover {color:black; text-decoration:none;}
a:active { color:#000000;}

h1 {
	font-size: small;
	text-transform:uppercase;
	background-color: #B6DF9F;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

h3 {
	font-size:small;
	font-weight:bold;
	padding: 5px 10px;
	margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout---------- */
#container {
	width: 750px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
} 

/* ----------banner for logo-------------- */
#banner {
	text-align: right;
	background-color: white;
	padding: 0px;
	margin: 0px; 
}

#banner img {
	padding:10px 0px;
} 


/* ----------outer and inner----------------- */
#outer{ 
	border-left: solid 200px #82C85B;  /* color of the left column  */ 
	background-color: #ffffff; /* color of the content column */
 } 

#inner{ 
	margin:0px; 
	width:100%;  /* The ie/pc pecularity */ 
}

/* --------------left navigation------------- */
#left {
 	width:200px; 
 	float:left; 
	position:relative;  
	margin-right:1px;
	background-color:#82C85B;
}

/* --------------left navigation for services page------------- */
#leftservices {
 	width:200px; 
 	float:left; 
	position:relative;
	background-color:#82C85B;
	margin-right:1px;
}

#leftservices a {
	color: black; 
	text-decoration: none;
	padding:0px 0px 10px 0px;
}
#leftservices a:visited {color:black; padding:0px 0px 10px 0px;}
#leftservices a:hover {color:white; text-decoration:none;}
#leftservices p {color:white; padding:0px 0px 0px 0px;}


/* -----------------content--------------------- */
#content{  
	margin: 0px; 
	width:548px;
	float:right;
	background-color: #ffffff;
}

p{
	padding: 5px 10px;
	margin:0px; 
}

pre{
	font-size: 12px;
	padding: 5px 10px;
	margin:0px;
}

/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right; 
} 

/*  ----------------mabweb---------------------- */ 
#mabweb {
	text-align:center; 
} 


/* --------------top navigation------------- */
#tabsC {
      float:left;
      width:100%;
      background: white;
      font-size:93%;
      line-height:normal;
      }
    #tabsC ul {
	margin:0;
	padding:10px 10px 0 50px;
	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:5px 15px 4px 6px;
      color:#464E42;
      }
    /* 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;
      }  
