*{
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

h1{
font-size:115%;
font-weight:bold;
}

body{
background:url("img/BkgGrd.png") repeat-x scroll 0 0 #9dcfdf;
font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;  

}


#mainbody{

margin:auto;
background:url("img/IntBkgd.png") no-repeat scroll center top transparent;
min-height:800px;


}

#mainfoot{

min-height:50px;
text-align:center;
padding:20px;
clear:both;
border-top: 4px solid;

}

#mainhd{

}

#title{
padding-top:20px;
color:white;
}

#title a{
background: url("img/TitleHd.png") no-repeat scroll 0 0 transparent;
display: block;
height: 150px;
width: 520px;
margin:auto;

}

#title a span{
display:none;
}


#content{
margin-left:270px;
min-height:1160px;
background:white;
border:solid 1px;
margin: 0 40px 0 310px;
padding:20px 20px 15px 20px;
border-color:gray;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;


}


#content .tblNav tr td a {
display: block;
font-weight: bold;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
width:100%;
margin:10px 0px 10px 0px;
color:black;

}

#content  .tblNav tr td {
background: #9DCFDF;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;

}

#content  .tblNav {
   
  border: 0 solid;
width:90%;
margin:auto;


}

#content  .tblNav tr td a:visited {
    color:black;

}

#content  .tblNav tr td:hover {
    color:black;
   background-color: lightgray;

}



#leftNav{
float:left;
padding:10px 5px 30px 28px;
width:215px;
background:none repeat scroll 0 0 lightgray;
border: 1px solid;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
margin-left:40px;

}

#leftNav ul{
font-weight:bold;
}

#leftNav li{
margin-bottom:8px;
}

#TitleHdr{
    margin:auto;
    padding: 0 150px 25px 150px;
    text-align:center;
}


a:visited{
color:red;
}

a:hover{
color:red;
}
