body { 
margin: 0px;
padding: 0px;
font-family: "trebuchet MS", Georgia, Verdana, serif;
font-size:12px;
color: #333;
background-color: White;
background-image: url(../images/page_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
background-color: #A49868;
}
a:link, a:visited{
	color:#e0cc8a;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color: #333; padding: 0px; margin: 0px;
}
h1{
	font-size: 1.6em;
	margin-top: 7px;
}
h2{
	font-size: 1.4em;
	margin-top: 7px;
}
.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 }
}
/* ******************  speech ends************** */
#container{
margin: 40px auto 80px auto;
text-align: center;
	background-image: url(../images/table_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 7px;
	width: 90%;
}
#container .logo a:link,#container .logo  a:visited{
text-decoration: none;
font-size: 2.8em;
	font-weight:bold;
	color:#e0cc8a;
	font-family:  Georgia, "trebuchet MS", Verdana, serif;
	display: block;	
	position: relative;
	margin-top: 40px;
}
#container .logo a:hover{
	text-decoration: none;
}
#main{
margin-top: 30px;
	background-image: url(../images/content_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#image{
	width:329px;
	padding: 10px 0px 0px 5px; 
}
.right{
	width:425px;
   padding: 10px 0px 0px 0px; 
}
.right p{
	font-size: 12px;
	line-height: 15px;
	color:#000;
	text-align: justify;
	margin:10px 10px 0px 5px;
	font-family:Trebuchet MS;
	font-weight: normal;
	}
#image a:link,#image a:visited{
text-decoration: underline;
   color:#000;
	font-size: 16px;
	font-weight: bold; 
	margin-right:8px;
}
#image a:hover{
text-decoration: none;
	color:#E0CC8A;
}
.footer{
background-image: url(../images/footer_img.jpg);
background-position: top left;
background-repeat: no-repeat;
   width: 100%;
	padding:40px 0px 0px 0px;
	position: relative;
	bottom: 0px;
	background-color: #C4BEB0;
	text-align: right;
/*
	margin:40px 0px 0px 0px;
   padding:60px 0px; 
*/
}	
.footer a:link,.footer a:visited{
	color:#8d8564;
	text-decoration: none;
	font-weight: bold;
	margin-right:7px;
	font-size:10px;
}
.footer a:hover{
text-decoration: underline;
}
*html .content{
margin-top: 100px;
margin-left: 7px;}	
