body { 
margin:0px;
padding: 0px;
font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
font-size:14px;
color: #000000;
background-image: url(../images/bg.jpg);
background-position: top;
background-repeat: repeat;
}
a:link, a:visited{
	color: #3F5B73;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color:#b41e6c; padding: 0px; margin-left:8px;font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
}
h1{
	font-size:24px;
	margin-top: 7px;
}
h2{
	font-size:16px;
	margin-top: 7px;
}
h3{
 font-size:14px;	
}
.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:none; } 
}

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{
	width: 1029px;
	background-image: url(../images/gray.png);
	background-position: top;
	background-repeat: repeat-y;
	margin:0px auto;
	text-align: center;
}
.header{
	background-image: url(../images/header_bg.jpg); 
	background-position: top ;
	border:solid #fff;
	border-width:5px 5px 0px 5px; 
	background-repeat: no-repeat;
	height:264px;
	margin:0px 25px;
}
.header a:link img{
margin:37px 0px 0px 40px; 
}
.logo{
margin:37px 0px 0px 40px; 
}
.con_table{
	background-image: url(../images/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}
.left{
	width: 216px;
	background-image: url(../images/left_bg_1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom: 5px solid #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
.l_nav{
background-image: url(../images/nav_bg.jpg);
margin-left:5px;
padding:40px 0px 30px 0px;
}
.l_nav ul{
	margin:0px;
   padding: 0px;
	list-style: none;
}
.l_nav li{
	background-image: url(../images/nav_bg.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-left:5px;
	line-height:20px;
}
.l_nav a:link,.l_nav a:visited{
	color: #424142;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
}
.l_nav a:hover{
text-decoration: underline;
}
.download{
	margin-left:5px;
	margin-top: 5px;
}
.ads{
margin-left:30px;
margin-top: 5px;
float: left;
clear: both;
}
.ads1{
margin-left:18px;
margin-top: 5px;
float: left;
clear: both;
}
.content{
	width: 509px;
	background-image: url(../images/con_img.jpg);
	background-position: top left; 
	background-repeat: no-repeat;
	text-align: left;
	border-bottom: 5px solid #fff;
	text-align: justify;
}
.content p{
	margin:8px;
}
.r_box{
	width: 255px;
	background-image: url(../images/right_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom: 5px solid #fff;
}
.footer{
	background-image: url(../images/footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 54px;
	text-align: center;
	color: #b9b8b8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px; 
}
.footer a:link,.footer a:visited{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana,Arial,Geneva, Helvetica, sans-serif;
	margin:5px; 
}
.footer a:hover{
text-decoration: underline;
}