/* CSS Document */

.tnav
{
background-color: #660099;
}

.tnav a:link
{
color: #ffffff;
font: bold 12px arial;
text-align: center;
}

.tnav a:visited
{
color: #ffffff;
font: bold 12px arial;
text-align: center;
}

.tnav a:hover
{
text-decoration: none;
}

h1
{
font: large "Times New Roman", Times, serif;
margin-top: 0;
padding-top: 0; 
margin-bottom: 0;
padding-bottom: 0;
}

.lnav a:link
{
font: 12px arial;
border-bottom: thin dashed #D9E4F9;
display: block;
margin-top: 0;
padding-top: 0; 
width: 180px;
}

.lnav a:visited
{
font: 12px arial;
border-bottom: thin dashed #D9E4F9;
display: block;
margin-top: 0;
padding-top: 0; 
width: 180px;
}

.controller a:link
{
font: 12px arial;
border-bottom: thin dashed #D9E4F9;
display: block;
margin-bottom: 0px;
padding-bottom: 0px; 
width: 180px;
}

/*controller styles handles navigation for only the pages in the controller section of site */

.controller a:visited
{
font: 12px arial;
border-bottom: thin dashed #D9E4F9;
display: block;
margin-top: 0;
padding-top: 0; 
width: 180px;
}

.controller ul a:link
{
border-bottom: none;
}

.controller ul a:visited
{
border-bottom: none;
}

ul.controller
{
list-style: circle;
margin-left: 1em;
padding-left: 1em;
margin-top: 0px;
text-indent: 3px;
}

