/* CSS for main page content */
div#content_div { font-size:12px; line-height:17px; padding-top:0px; }

a { color:#C00; }
.none { text-decoration:none; }
a:visited { color:#C00; }

/* styles all email links */
span.email a { color:#C00; }

/* styles all links to pdf files */
span.pdf { }
span.pdf img  { margin-right:3px; height:15px; } /* the pdf icon */
span.pdf a      { } /* the pdf link */
span.pdf span { margin-left:3px; font-size:0.8em; color:#666; } /* the file size */


td { vertical-align:top; }
td.image { padding:0 15px 0 0; width:0px; /* keeps this cell as narrow as possible */ }
td.image img { margin-bottom:15px; }
td.image div { margin:-12px 0 20px 0; }
td.content { padding:0; }
.r { text-align:right; }
.l { text-align:left; }
.c { text-align:center; }

h2.title { font-size:24px; color:#C00; text-align:center; padding-bottom:15px; border-bottom:solid 4px #C00; margin:5px 0 10px 0; }
h2.title div { font-size:16px; }
h3 { font-size:20px; margin-bottom:5px; }
h4 { font-size:16px; margin-bottom:3px; }
h5 { font-size:12px; margin-bottom:3px; }
h2:first-child, h3:first-child, h4:first-child { margin-top:0; }

p  { margin:0 0 10px 0; line-height:17px}
.bigtext { font-size:16px; font-weight:normal; line-height:22px; color:#333; margin-bottom:10px; }
.largeLetter:first-letter, .initialcap { font-family: "Times New Roman", Times, serif; font-size:36px; font-weight: bold; color:#C00; margin-top:4px }

ol { margin: 0 0 15px 20px; padding:0; }
ul { margin: 0 0 15px 15px; padding:0; }
li { padding:4px 0; line-height:17px }
dl dt { font-weight:bold; line-height:18px; }
dl dd { margin-bottom:5px; }

ul.none { list-style:none; margin-left:0; }

ul.autoLink { font-size:16px; list-style:none; margin:0; line-height:17px}
ul.autoLink li { padding:5px 0; }
ul.autoLink ul { list-style:none; margin:0; padding-left:25px; border-left:dashed 1px #CCC; }

/* old form styling code, new CSS in css/form.css
form { }
form div { margin-bottom:10px; }
form div span { margin-right:10px; font-weight:bold; }
form div div { font-weight:bold; }
form div input { margin-right:15px; }
form div span.rad { font-weight:normal; }
form div span.rad input { margin-right:3px; }
form div.submit { }
form div.submit input { color:#F00; font-family:Arial; font-weight:bold; background-color:#000; }
*/
