/********************** HTML STYLES ***********************/ body { margin: 0; background: #FFFFFF; color: #000000; } body, p, td, .standard { font-family:"Times New Roman", Times, serif; font-size: 12px; color: #333333; } /* Use BODYID to assign styles to body tag */ #bodyid { text-align:center; background: #036393 url(standard/mint_bg.jpg) repeat-x top left; } a { color: #036393; } a:hover { color: #036393; } /********************** UNIVERSAL STYLES ***********************/ .error { color: #CC0000; } .standard { } .standardbold { font-weight: bold; } .standardheader { font-size:14pt; color:#333333; font-style:italic; } /********************** LAYOUT STYLES ***********************/ #splashcontainer { width:897px; background:#FFFFFF; margin:0 auto; } .poweredby { padding: 10px; } #header { background: url(standard/mint_header.jpg) top center no-repeat; width: 897px; height: 265px; margin:0 auto; } #splashheader { background: url(standard/splash_header.jpg) top center no-repeat; width: 897px; height: 275px; margin:0 auto; } #content { background:#ffffff url(standard/mint_content.jpg) top center no-repeat; width: 897px; margin:0 auto; padding:40px 0 0 0; min-height:669px; height:auto !important; height:669px; } #splashcontent { background:#ffffff url(standard/splash_content.jpg) no-repeat top center; width: 897px; margin:0 auto; min-height:450px; height:auto !important; height:450px; padding:20px 0 0 0; } #contenttext { float:left; width:650px; min-height:669px; } #splashcontenttext { float:left; width:650px; min-height:450px; } #sidenav { float:left; width:150px; text-align:left; padding:45px 10px 10px 40px; } #sidenav ul { list-style-type:none; margin:0; padding:0; } #navoff, #navon { padding: 4px 5px 4px 10px; width:150px; } #navoff, #subnavoff a{ background:url(standard/green_arrow.gif) no-repeat left; } #navon, #subnavon a{ background:url(standard/black_arrow.gif) no-repeat left; } #navoff a { display:block; text-decoration:none; font-size:11pt; color:#000000; font-weight:bold; } #navon a { display:block; text-decoration:none; font-size:11pt; color:#036393; font-weight:bold; } #subnavoff a { display:block; text-decoration:none; font-size:9pt; color:#000000; font-weight:bold; padding:0 0 0 10px; } #subnavon a { display:block; text-decoration:none; font-size:9pt; color:#036393; font-weight:bold; padding:0 0 0 10px; } #subnavon, #subnavoff { padding: 3px 5px 3px 10px; width:150px; } #footer { width:897px; height:270px; margin:0 auto; clear:both; background:#FFFFFF url(standard/mint_logo.jpg) no-repeat bottom center; text-align:left; } #splashfooter { width:897px; height:270px; margin:0 auto; clear:both; background:#036393 url(standard/splash_logo.jpg) no-repeat bottom center; text-align:left; color:#FFFFFF; } #footer a { text-decoration:none; color:#000000; } #splashfooter a { text-decoration:none; color:#FFFFFF; } .footerinfo { float:left; font-size:9pt; height:120px; } #footer #left, #splashfooter #left { text-align:right; width:300px; } #footer #middle, #splashfooter #middle { text-align:center; width:297px; } #footer #right, #splashfooter #right { text-align:left; width:300px; }