body {
	background: #DDDDDD;
	background-image: url("bkgd.jpg");
	background-repeat: repeat-y;
	background-position: top center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding:0px;
	font-size: 80%;
	font-weight: normal;
	color:#564b47;	/*body text color*/	
}




a:link {color: #564b47; text-decoration: none;}
a:visited {color:#564b47; text-decoration: none;}
a:hover {color: #FF9834; text-decoration: none;}
a:active { color:#000000; text-decoration: none;}

h1 {	/*For footer wording*/
font-size: 11px;
text-transform:uppercase;
background-color: #FFFFFF;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {	/*Page Headers*/
font-size:20px;
font-weight: normal;
padding: 0px 10px;
margin:0px;}

h3 {	/*Sub Headers*/
font-size:16px;
font-weight: bold;
padding: 0px 10px;
margin:0px;}

h4 {	/*Sub Headers*/
font-size:12px;
font-weight: bold;
padding: 0px 10px;
margin:0px;}

/* ----------container to center the layout---------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: left;
background-color: #FFFFFF;
padding: 0px;
margin: 0px; 
}

#banner img {
	padding:20px 0px;
} 

/* ----------outer and inner----------------- */
#outer{ 
background-color: #ffffff; /* color of the content column */
 } 

#inner{ margin:0px; width:100%; } /* The ie/pc pecularity */ 

/*- Menu Tabs--------------------------- */ 

    #tabs {
      float:left;
      width:100%;
      background:#BBD9EE;
      font-size:93%;
      font-weight: bold;
      line-height:normal;
      margin:0 0 20px 0;
      }
    #tabs ul {
	margin:0;
	padding:10px 10px 0 240px;
	list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

/* --------------left navi------------- */

#menu10 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu10 img	{
	margin: 15px 0 0 0;
}

#menu10 {
	width: 200px;
	float:left;
	margin-left:0px;
	margin-top:15px;
	font-weight: bold;
	}
	
#menu10 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {
	color: #4D4D4D;
	display: block;
	background:  url(menu10.gif);
	padding: 8px 0 0 10px;
	}
	
#menu10 li a:hover {
	color: #FF9834;
	background:  url(menu10.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

/*---- submenu ----*/
#submenu ul {
	margin: 0;
}

#submenu ul li{
	padding: 0 0 0 5px;
	font-size:11px;
}

#submenu li a:link { color: #4D4D4D;  background:  white;} 
#submenu li a:visited { color: #4D4D4D;  background:  white;} 
#submenu li a:active { color: #4D4D4D;  background:  white;} 
#submenu li a:hover { text-decoration: none; color: #FF9834;  background:  white;}
	
/* -----------------content--------------------- */
#content{
	background-color: #FFF;
	margin: 10px 0px 0px 250px;
}

p{
padding: 5px 10px;
margin:0px; }

img	{
	border: 0px;
}

#content ul li {
	list-style-type: disc;
}

#content a:link {color: #888; text-decoration: none;}
#content a:visited {color:#888; text-decoration: none;}
#content a:hover {color: #FF9834; text-decoration: none;}
#content a:active { color:#FF9834; text-decoration: none;}

/*  ----------------footer---------------------- */ 
#footer {
	clear:left;
	padding:0px;
	margin:10px 0 0 0;
	text-align: center;
} 

/*  ----------------copyright---------------------- */ 
#copyright {
	clear:both;
	padding:0px;
	margin:5px 0;
	text-align: center;
	font-weight:lighter;
	font-size:10px;
} 

/*--- for tables ---*/
	td{
       FONT-SIZE: 100%; FONT-FAMILY: Verdana, Arial, Helvetica, San-serif; 
       padding-left:10px;
	}
	table.special{
		border: 1px solid #aaa; text-align: left; width: 90%;
		margin: 10px 0px;
	}
	tr.odd{
		background-color:white;
	}
	tr.even{
		background-color:#E7F1F8;
	}
	
/*--- Info Box ---*/
fieldset {
  padding: .5em;
  font:120%;
  width:520px;
  margin: auto;
  }
  
legend {
  padding: 0.2em 0.5em;
  border:1px double #FF9834;
  color:#4D4D4D;
  font-size:110%;
  font-weight:bold;
  text-align:right;
  }
