/* Style sheet for CSS compliant browsers. */
/* Tested in Opera 7 and Gecko (Mozilla) */
html
{
padding: 0px;
background-image: url(Icons/background.jpg);
}
body {
height: 100%;
margin: 0px;
padding: 0px;
}
div.nav {
position: fixed;
width: 160px;
left: 0px;
top: 0px;
background-image: url(Icons/background.jpg);
padding-top: 0px;
padding-left: 0px;
/* This value controls the vertical bar */
height: 100%;
}
div.content {
margin-left: 180px;
padding: 0px;
}
/* -- End basic layout section -- 
div.content p {
font: 100% "Trebuchet MS", Arial, Geneva, san-serif;
color: #333333;
text-align: justify;
padding-top: 15px;
padding-right: 10px;
padding-left: 10px;
}
div.content a {
color: #6666CC;
}
div.content a:hover {
color: #CCCCCC;
background-image: url(Icons/background.jpg);
text-decoration: none;
}

.nav p {
font: 100%/1 Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
display: block;
padding-top: 0px;
margin: 0px;
padding-left: 10px;
}
div.nav a {
color: #FFFFFF;
background-image: url(Icons/background.jpg);
width: 150px;
display: block;
margin: 0px;
padding-top: 6px;
padding-bottom: 1px;
padding-left: 20px;
text-decoration: none;
height: 18px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
div.nav a:hover {
color: #333333;
background: #999999;
width: 150px;
display: block;
margin: 0px;
padding-top: 6px;
padding-bottom: 1px;
padding-left: 20px;
text-decoration: none;
height: 18px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #CCCCCC;
}
*/
a.nav:link { border: hidden; text-decoration: none }
a.nav:visited { border: hidden; text-decoration: none }
a.nav:hover { border: hidden; text-decoration: none }
td.nav { font-size: 14pt; font-family: "Times New Roman",serif }



