body {
	height: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    background-color: #6E9CCD;
    font-size: 13px;
    font-family: georgia, "Times New Roman", serif;
}
a,
a:link,
a:visited {
    color: #0E6BAF;
}
a:hover,
a:active {
    color: #B3C234;
}

/*
.h1 is used for the images we're using for headers instead of the Flash replacement. 
I don't like using a class like this, but to keep the margins and spacing consistent, it's necessary.
*/
h1, h2, h3, h4, h5, h6, dt, legend, .h1 {
    margin: 35px 10px 0 10px;
    padding: 0;
    color: #0E6BAF;
    text-transform: uppercase;
    font-family: helvetica, arial, sans-serif;
    /*font-family: georgia, "Times New Roman", serif;*/
    font-weight: bold;
}  
.column img.h1 {
    margin-top: 25px; 
    margin-bottom: 10px;
}
h1:first-child {
    margin-top: 0;
}
dt { text-transform: none; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; color: #B3C234; }
h3, legend, dt, dt a { font-size: 1.1em; color: #666; }
h4 { font-size: 1em; color: #666;}
h5 { font-size: 1em; color: #666;}
h6 { font-size: 1em; color: #666;}

p, blockquote, pre,
abbr, acronym, address, big, cite, code,
dd, dt, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    color: #333;
    font-size: 1em;
    line-height: 1.6em;
}
table td { text-align: none;}

fieldset { border: 1px solid #efefef; }
legend { padding: 10px; color: #0E6BAF; font-weight: bold;}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

p {
    margin: 0;
    padding: 5px 10px;
}
.columnMain p {
    margin-bottom: 10px;
}
.columnMain h1 {
    margin-bottom: 10px;
	/*padding-bottom: 5px;*/
    border-bottom: 4px solid #B3C234;
}
.column h1 {
    margin-top: 25px;
}
ol, ul {
    margin: 0 2em 1em 2em;
	padding: 0 1em;
    list-style: disc;
	line-height: 0;
}
ol {
    list-style: decimal;
}
li {
    margin: 0 0 1em 0;
    padding: 0;
}
li h1, li h2, li h3, li h4, li h5, li h6 {
    margin-top: 5px;
}
#mainContent li {
    color: #666;
}

hr { 
    color: #B3C234;
    background-color: #B3C234;
    height: 4px; 
    border: 0;
    margin: 1em 0; 
}

dl { margin: 0; padding: 5px 10px; }
dt { clear: both; margin: 0; padding: 0 0 .5em 0; }
dd { border-bottom: 1px dotted #F0F3D6; margin: 0 0 .5em 0; padding: 0 0 .5em 0; }
dd p { padding: 5px 0;}
dd img { float: left; }

blockquote {
    margin: 1em 2em;
    padding-left: 1em;
    border-left: 1px solid #F0F3D6;
}