body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	color: black;
	background-color: white;
	background-image: url(../images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 20px;
}

a:link, a:visited  { color:#1f4c06; background: transparent;text-decoration: none;
margin-left: 0px;
 }
a:active { color: #C00; background: transparent; }

a:hover { color: #F2953A; background: transparent; text-decoration:  underline; }

a:link img, a:visited img { border-style: none; } /* no border on img links */

a img { color: white; }        /* 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 */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left;
margin: 8px 0px 0px 8px; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3, h4 { color: #04334D;}
h1 { font: bold 160% sans-serif; }
h2 { font: bold 120% sans-serif; }
h3 { font: 110% sans-serif;
font-weight: bold;}
h4 { font: bold 100% sans-serif; }
h5 { font: italic 100% sans-serif;}
h6 { font: small-caps 100% sans-serif; }
.logo{
background-color: #B5DBA2;
background-image: url(../images/banner.jpg);
background-position: top right;
background-repeat: no-repeat;
}

.topnav{
float: right;
font-size: 12px;
width:400px;
padding: 8px 0px;
	font-weight: bold;
	overflow: hidden;
	text-align:right;
}
.topnav a:link, .topnav a:visited{
	color: White;
	margin:10px;
	text-decoration: none;
}
.topnav a:hover{
	text-decoration: underline;
}
.leftnav{
	width:25%;
}
.leftnav ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
.leftnav a:link,.leftnav a:visited {
	margin-left: 0px;
}
.content{	
background-color:#fff;
	text-align: justify;
}
p{
	margin: 8px;
}
.content1{	
background-color:#e7eee3;
	text-align: justify;
}

.footerlink{font-weight: bold;
	background-image: url(../images/gra.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	color: Black;
	padding:12px 0px;
	
}
.footerlink a:link, .footerlink a:visited{
	color: Black;
	vertical-align: top;
	text-decoration: none;
	font-weight: bold; 	
}
.footerlink a:hover{
	text-decoration: underline;
}