﻿body {
	background-color:#003466;
	margin-top: 0
}

td { font-family:Verdana; font-size:10pt; color:#333333; line-height: 150%}

p { font-family:Verdana; font-size:10pt; color:#333333; line-height: 150%}

span.head {font-family:Georgia,serif; font-size:16pt; color:#336699;}
span.footer {font-family:Verdana; font-size:8pt; color:#333333; }
span.emph {font-family:Georgia,serif; font-size:12pt; color:#336699; font-style:italic}

.smA {font-family:Verdana; font-size:8pt; color:#333333; text-decoration:none; }

.toolbar li {
	/* list-style: none; */
	text-decoration: none;
	border:1px solid;
	border-color:#f3f3f3 #bbb #bbb #f3f3f3;
	margin:0;
	padding:.5em;
	zoom: 1;
}


.leftNav {
	padding: 10px 75px 10px 10px;
	font-family: Verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
	border-bottom-style: solid;
}

/* a { color:#003466; }  */
a:hover { color:navy; }

.style1 {
	margin-right: 5px;
	margin-top: 5px;
}

/* the following is for the CSS that styles the left nav menu */
#button {
	width: 100%;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Georgia;
	color:white;
}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}
		
#button li {
		border-bottom: 1px solid #336699;
		font-family: Georgia;
		margin: 0;
}

#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		color: #fff;
		text-decoration: none;
		width: 100%;
}

html>body #button li a {
		width: auto;
}

#button li a:hover {
		background-color: #99cccc;
		color: #003366;
}

/* formatting for address and contact info on blue left bar */
#leftAddr {
	font-size:smaller;
	color:white;
}

/* formatting for the article box for links to archived articles */
.artBoxHead {
	background-color: #336699;
	font-size:small;
	color:black;
	padding:5px;
}


.artBox {
	background-color: #99cccc;
	font-size:smaller;
	color:black;
	padding:5px;
}

.artBoxA {
		color:black;
		text-decoration: none;
}

.artBox a:hover {
		background-color:white;
}
