/* CSS Document */ body { margin: 0; padding: 0; background-color: #D1EEFC; font: normal 13px "Lucida Grande", verdana, arial, helvetica, sans-serif; } .header1 { background-image: url(images/hdr_pattern1.gif); background-color: #D1EEFC; height: 30px; } .header2 { height: 98px; text-align: center; background-color: #D1EEFC; background-repeat: repeat-x; } .footer { background-image: url(images/dots_underline.gif); background-repeat: repeat-x; margin-top: 15px; text-align: center; font-size: 12px; padding: 15px; } h1 { font: 36px Palatino, "Times New Roman", Times, serif; color: #006699; font-weight: bold; margin: 0; padding-top: 15px; letter-spacing: -2px; } .main_holder { margin: 15px auto; width: 100%; max-width: 1024px; /* Adjust this value as needed */ } .left_column { width: calc(100% - 430px); float: left; padding-right: 14px; box-sizing: border-box; } .right_column { width: 430px; float: left; padding-left: 14px; background-color: #A0DCF8; padding-top: 14px; box-sizing: border-box; } .img-main { border: 4px solid #ffffff; } h2 { color: #006699; margin: 3px 0; font-weight: bold; font: 25px Palatino, "Times New Roman", Times, serif; } h3 { text-transform: uppercase; font-size: 11px; color: #003366; background-image: url(images/dots_underline.gif); background-repeat: repeat-x; background-position: 0 16px; padding-bottom: 5px; margin: 0; } .nav-bg-outer { padding: 10px 0 3px; } .nav-bg { background-color: #EAF5FD; } .nav { color: #006699; font-size: 12px; } .nav-bg-inner { font-size: 12px; font-weight: bold; color: #003366; margin: 0 auto; text-align: center; width: 760px; } a, a:link, a:visited { color: #006699; font-size: 11px; font-weight: bold; text-decoration: none; } a:hover { color: #20684E; }