/* Colors: ---------------- * #026285 - Darkest Blue * #0094B0 - Light Blue * #009B7B - Green Blue * #00AF51 - Green * #6CAA00 - Green Yellow * #E2DA5A - Yellow * -----------------------*/ /* General Styles ---------------------------------------------*/ body { font-family: Arial, Helvetica, sans-serif; font-size: small; text-align: center; color: #666; line-height: 1.5em; } h1 { width: 35%; margin: 0; padding: 0; line-height: 0; text-indent: -1500px; overflow: hidden; font-size: 25%; } h2 { font-size: 164%; letter-spacing: 1px; color: #249856; } h4 { text-align: left; } p { font-size: 90%; text-align: left; } dt { font-size: 164%; letter-spacing: 1px; color: #249856; } dd { font-size: 85%; margin: 0; padding: 0; } a { /* This is for banner ads */ cursor: pointer; } a:link, a:visited { color: #666; } /* Wrapper Centers #container --------------------------------------------------------------*/ #wrapper { width: 977px; margin: 0 auto; } /* Main Container contains #leftMenu, #content, #colThree ---------------------------------------------------------------*/ #container { width: 977px; margin: 10px auto; text-align: left; float: left; } /* Left Menu --------------------------------------------------*/ #leftMenu { float: left; width: 227px; /*background-color: #fff;*/ margin-bottom: 10px; } #leftMenu dl { padding-left: 10px; } #leftMenu dt { padding: 10px 0 5px 0; color: #026285; } #leftMenu dd { margin: 0; font-size: 90%; } #leftMenu a:link, #leftMenu a:visited { color: #666; text-decoration: none; } #leftMenu a:hover { text-decoration: underline; } #leftMenu dd.important a:link, #leftMenu dd.important a:visited { font-weight: bold; } #leftMenu dd.adImg { height: 152px; width: 150px; margin: 0; padding: 0; /* display: table-cell; vertical-align: middle; */ } #leftMenu dd.buttonAd { /*margin: 8px 0 0 40px;*/ margin: 5px 0; } #leftMenu dd img { border-width: 0; vertical-align: middle; } #leftMenu dd.login{ margin-left: 45px; padding: 7px 0; } #leftMenu .line2 { /*text-indent: 20px;*/ margin-left: 5px; } /* Content -----------------------------------------------------*/ #content div { background: url(/images/dividers/bottomDivider.gif) repeat-x bottom left; } #content div.last { background: none; } #content div.banner img { border-width: 0; } /* Footer ------------------------------------------------------*/ #footer { clear: both; width: 100%; background-color: #6CAA00; text-align: center; } #footer a:link, #footer a:visited { color: #fff; text-decoration: none; margin: 0 10px; font-size: 85%; } #footer a:hover { text-decoration: underline; } .copy { font-weight: bold; } #error { /*color:#850202;*/ color: #FF6600; background-color: #fff; font-weight: bold; width: 184px; padding: 8px 8px 8px 0; } .msg { color: #FF6600; }