/*** text styles ***/

h1 {
font-size: 1.2em;
margin: 0;
padding: 0;
color: #5895CC;
}
h1 a {
color: #5895CC;
text-decoration: none;
}
h1 a:hover {
color: #990000;
}

h2 {
font-size: 1.2em;
color: #666666;
}
h3 {
font-size: 1em;
color: #5895CC;
margin-bottom: 0;
padding-bottom: 0;
}

p {
line-height: 1.5em
}

a {
color: #990000;
}
a:hover {
color: #5895CC;;
}


.notop {
padding-top: 2px;
margin-top: 0;
}

.nobot {
padding-bottom: 0;
margin-bottom: 0;
}

li {
line-height: 1.5em
}

table {
margin: 2px 0 10px 0;
}

.imgright {
float: right;
}


#content ul li {
padding-bottom: 10px;
}
#content ul li ul {
margin-top: 4px;
}
#content ul li ul li {
padding-bottom: 3px;
}

#content ul.tight li {
padding-bottom: 0;
margin-bottom: 0;
}

.sidenav a {
font-size: .9em;
/*font-weight: bold;*/
color: #666666;
text-decoration: none;
}
.sidenav a:hover {
color: #5895CC;
}
.sidenav li.current a {
color: #5895CC;
}

.sidenav .kidsblock, .sidenav .kidsblock a  {
	color: #d5381c;
}

/*** FOOTER TEXT ***/
#footer #footernav p {
margin: 0;
padding: 0;
color: #666666;
text-align: right;
}
#footer #footernav a, #footer p a  {
color: #666666;
text-decoration: none;
}
#footer #footernav a:hover, #footer p a:hover {
color: #5895CC;
}
#footer p {
color: #666666;
text-align: center;
}