 body{
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #013147;
	background-color: #fff;
}
a:link, a:visited{
	text-decoration: none;
	color: #3366CC;
}
a:hover{
	text-decoration: underline;
}
a:focus, a:active{
	outline: none;
}

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 */
}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 text-align: left; background: transparent; margin: 0px; }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #013147;}
h1 {font-size:18px;   }
h2 {font-size: x-small;  }
h3 {font-size: xx-small;  }
h4 {font-size:xx-small;  }
h5 { font-style: italic !important; font-size: xx-small;  }
h6 { font-variant: small-caps; font-size: x-small;}
.container{
position: relative;
margin:5px auto 0px auto;
text-align: center;
width:100%;
}

ul{
	margin: 0px 10px 0px 10px;
	list-style: square;
}
.logo{
   width: 100%;
	overflow: hidden;
	border-bottom:3px solid #000; 
}
.left{
float: left;
margin-top:10px;
width:370px;
}
.content-tbl{
background-image: url(images/top-gra.jpg);
background-position: top;
background-repeat: repeat-x;
}
.content{margin-top: 20px;
width:70%;
float: left;
 padding: 7px;
 color:#000;
 text-align: justify;
 min-height: 450px;
	 font-size: 11px;
}
.content p{
 font-size: 11px;
}
/*left Navigation */
.lnav{
float: left;
	width: 19%;
	margin: 10px;
	min-width: 210px;
}
#navcontainer { width: 100%; margin-top:30px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;

list-style-type: none;
}
#navcontainer li{
margin-bottom:3px;
}
#navcontainer a
{
display: block;
width:100%;
padding: 3px;
 background-color: #fdf7eb;
 border: 1px solid #EDD4A5;
/*
background-color: #666;
border-bottom: 1px solid #eee;
*/
font-weight: bold;
}

#navcontainer a:link, #navlist a:visited
{
font-size: 11px;
display: block;
color: #013147;
text-decoration: none;
}

#navcontainer a:hover
{
 border: 1px solid #EDD4A5;
background-color:#f9f9f9;
 color: #F5BF53;
}

.footer{
text-align: center;
width:100%;
font-size: 12px;
padding: 10px 0px 10px 0px;
background-color: #fbeed6;
border-top: 3px solid #edd4a5;
border-bottom: 3px solid #edd4a5;
color:#000;
line-height: 15px;
position: absolute;
color: #013147;
}
.footersite{
text-align: center;
width:100%;
font-size: 12px;
padding: 10px 0px 10px 0px;
background-color: #fbeed6;
border-top: 3px solid #edd4a5;
border-bottom: 3px solid #edd4a5;
color:#000;
line-height: 15px;
position: relative;
bottom: 0px;
color: #013147;
}
.footer a:link, .footer a:visited{
		color:#013147;
		font-weight: normal;
		text-decoration: underline;
}
.footer a:hover{
	text-decoration: none;
	color:#000;
}
