/* Font specs for entire site */
* {font-family: geneva, verdana, arial, sans-serif; font-size: 11px}	

/* General formatting */
body {margin: 0px}
h1 {font-size: 16px}
h2 {font-size: 14px; font-weight: bold}
h3 {color: #99395D; font-size: 13px}
h4 {color: white; font-weight: bold; font-size: 13px; margin-bottom: 5px}
td {vertical-align: top}
td.content {padding: 36px 15px; height: 100%}
td.footer {font-size: 9px; vertical-align: middle; text-align: center; font-color: #cfcfcf}

/* Trio of circle photos */
#cirphotos {position: absolute; top: 66px; right: 5px}

/* Top bar formattting */
td.gradbar {background: #7C002F url(/sweap/images/gradbar_ilu.gif) no-repeat; border: #7C002F solid; border-width: 1px 0px; width: 100%}
td.topbarlft {background-image: url(/sweap/images/topbar_bkgd.gif); width: 100%; text-align: center}
tr.topbar {background: #2C5923; height: 114px}

/* Left nav bar */
td.lftnav {background: #2C5923 url(/sweap/images/nav_bkgd.gif) repeat-x; height: 100%; text-align: center}

#navcontain ul {padding: 0px; margin: 0px; width: 126px; list-style-type: none}
#navcontain a {display: block; padding: 2px; width: 126px; background-color: #F0D586; border-top: #FFF8C3 solid 1px; border-left: #FFF8C3 solid 1px; border-bottom: #B09032 solid 1px; border-right: #B09032 solid 1px;  text-align: left}
#navcontain a:link, #leftnav a:visited {text-decoration: none; color: #000}
#navcontain a:hover {color: black; text-decoration: none; background: #fff}

#navcontain li.leftsubnav a {display: block; padding: 2px 2px 2px 10px; width: 118px; background-color: #FFF8C3; border-top: #fff solid 1px; border-left: #FFF solid 1px; border-bottom: #B09032 solid 1px; border-right: #B09032 solid 1px; text-align: left}
#navcontain li.leftsubnav a:hover {color: black; text-decoration: none; background: #fff}

#navcontain li.navhead {display: block; padding: 2px; width: 126px; background-color: #99395D; border: #922B52 solid 1px; text-align: left; color: white; font-weight: bold; font-size: 12px;}

div.nopad {margin: 0px}

