body { margin: 0; padding: 0; text-align: left; }

body, p, div, span, td {
    color: #343434;
    font-size: 12px;
    font-family: Verdana, Helvetica, Geneva, Arial;
}

img { border: none; }
.spacer { clear: both; }

a, a:visited, a:active { color: #3D5B60; color: #1D7F2C; font-weight: bold; text-decoration: none; }
a:hover { color: #47818B; color: #25A03A; font-weight: bold; text-decoration: underline; }

h1, .h1 { font-weight: bold; font-size: 160%; }
h2, .h2 { font-weight: bold; font-size: 140%; }
h3, .h3 { font-weight: bold; font-size: 120%; }
h4, .h4 { font-weight: bold; font-size: 100%; }

blockquote {
	margin: 0px;
	padding: 10px 15px 0 30px;
	background: url(/images/quote.gif) no-repeat;
}

body {
    background-color: #d9deef;
    text-align: center;
}

.layoutstart {
    width: 780px;
    margin: 15px auto;
    text-align: left;
    background-color: white;
    border-style: solid;
    border-color: #3F54C1;
    border-width: 0px 1px;
}

.content {
    margin: 10px 10px 10px 155px;
}

.leftnav ul {
    margin: 1px 0 0 0;
    padding: 0;
}
.leftnav li {
    margin: 0;
    border-bottom: 1px solid white;
    list-style: none;
}
.leftnav li a { 
    display: block;
    padding: 6px 10px;
    background: #25A03A;
    text-decoration: none;
}
.leftnav li a:link, .leftnav a:visited { color: white; }
.leftnav a:hover {
    color: white;
    background: #3F54C1;
    text-decoration: none;
}
.leftnav .current a {
    color: white;
    background: #3F54C1;
}

.header {
    margin: 0;
    padding: 0;
    background: #3F54C1 url(/images/pat_duffy.gif) top left no-repeat;
    color: white;
    text-align: right;
    height: 59px;
}

.topnav {
    margin: 0;
    background: #25A03A url(/images/for_holyoke.gif) top left no-repeat;
    text-align: right;
    color: white;
    height: 40px;
}
.topnav a, .topnav a:visited, .topnav a:active, .topnav a:hover { color: white; }

.footer {
    margin: 0; 
    padding: 1em 0;
    text-align: center;
    color: white;
    background-color: #3F54C1;
}

