body { 
margin: 0px;
padding: 0px;
font-family: "trebuchet MS", Georgia, Verdana, serif;
font-size:12px;
color:#333;
background-image: url(../images/bg.gif);
background-repeat: no-repeat;
background-position: top;
background-color:#eefaff;
}
a:link, a:visited{
	color: #3F5B73;
	text-decoration: none;
	font-weight: bold;
	}
li{
	margin-left: 20px;
}
a:hover{
text-decoration: underline;
}
a:active, a:focus{
	outline: none;
}
h1,h2,h3,h4,h5{
	color:#6099AD; padding: 0px; margin: 0px;
	margin-left: 6px;
}
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************** */
.gap{
	margin-top: 17px;
}
.banner{
	background-image: url(../images/banner.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding: 72px;
}
.page{
	background-image: url(../images/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.content{
   float: left;
	width: 550px;
	text-align: justify;
}
.content p{
	margin: 6px 6px;
}
.rightnav{
	width: 200px;
	float: right;
}
.rightnav ul{
	list-style: none;
	margin-top: 40px;
}
.rightnav li{
	border-bottom: 2px solid #287505;
	padding-top: 3px;
	margin-left: 0px;
}
.rightnav a:link,.rightnav a:visited{
text-decoration: none;
	color:#044158;
}
.rightnav a:hover{
text-decoration: none;
	color:#287505
}
.footer{
	background-color: #044158;
	width: 100%;
	padding:10px 0px 30px 0px;
	text-align: center;
	color: #3F5B73;
}
.resource{
	background-color: #044158;
   width:100%;
	text-align: right;
	float: right;
	margin: 0px;
}
.resource a:link,.resource a:visited{
	margin-right: 10px;
	font-size:8px; 
}
.footer a:link,.footer a:visited{
	color:#3F5B73;
	text-decoration: none;
	font-weight: bold;
	margin-right:7px;
	font-size:10px;
}
.footer a:hover{
text-decoration: underline;
}
*html .banner{
	padding: 78px;
}

*html li{
margin-left: 10px;
}