body { 
margin: 0px;
padding: 0px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#768367;
}
a:link, a:visited{
	color: #3F5B73;
	text-decoration: none;
	font-weight: bold;
}
li{
		margin-left:10px;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color:#768367; padding: 0px; margin: 0px;
	font-family:  Arial, Geneva,Verdana, Helvetica, sans-serif;
}
h1{
	font-size:18px;
	margin-top: 7px;
	font-weight: normal;
}
h2{
	font-size:14px;
	padding:7px;
}
h3{
	font-size:14px;
	padding:7px;
	color:#085399;
}
.fix{
	clear: both;
}
/* *********************** Image Border Fix ****************************/
a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; background-color: transparent; }        /* trick to hide the border in Netscape 4 */

@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
    a:hover img{ color: inherit; background-color: White; } 
}

th, td { /* ns 4 */
 font-family: "trebuchet MS", Georgia, Verdana, sans-serif;
}
/* *********************** Image Border Fix ****************************/
/* ******************  print  ************** */
@media print {
   h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   .navbar       { background-color: #fff; color: #000; border-color: #000; border-width: 1px; }
   a.tnav, a.bannerLink     { font-weight: normal }
}
/* ******************  speech  ************** */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
.main{
	margin-top:10px; 
	background-color: #fff;
	border: 1px solid #fff;
}
.header{
	background-image: url(../images/headerimage.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 200px;
	border-bottom: 1px solid #fff;
}
.logo{
background-image: url(../images/logo_bg.jpg);
background-repeat: no-repeat;
background-position: right ;
	background-color:#f9d2b4;
	padding:10px 0px 20px 10px;  
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.leftnav{
	width: 220px;
	background-color: #E8E8E6;
	font-size: 12px;
}
.leftnav ul{
	list-style: none;
	margin: 10px 5px 0px 0px;
	padding: 0px; 
}
.leftnav  li{
	background-image: url(../images/nav_img.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding: 1px 0px;
}
.leftnav a:link,.leftnav a:visited{
	text-decoration: none;
	margin-left: 15px;
	display: block;
	
	
}
.leftnav a:hover{
	text-decoration: underline;
}
.call{
padding-right: 15px;
/*padding-top: 20px;*/
/*margin: 20px 0px 5px 5px;*/
}
.content{
	width: 620px;
	 padding-left: 12px;
	 padding-right: 6px;
  vertical-align: top;
  text-align: justify;
}
.con_sub{
	margin: 5px;
	width:610px;
	font-size: 14px;
}
.footer{
	background-color:#F9D2B4;
	text-align:center;
	border-top: 0px solid #fff; 
	padding-top: 5px;
	padding-bottom: 4px;
	
}
.footer a:link,.footer a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #444443;
	font-size:11px;
}
.footer a:hover{
	text-decoration: underline;
}