/* Print layout */

/* Base Styles */
h1, h2, h3, h4 { font-weight: bold; margin: 0 0 1em; }
h1 { color: #2b608a; font-size: 180%; border-bottom: solid 2px #99b242; padding-bottom: 5px }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 120%; margin: 1.5em 0 0.5em 0; color: #2b608a; }
h5 { font-size: 110%; }
a { color: #6a9031; font-weight: bold; }
a:link:after, a:visited:after { content: " (" attr(href) ") "; display: none; }
a img {border: none; }
dt { font-weight: bold; padding: 10px 0; }

/* Layout */
#topnav, #sidebar, #xsnazzy, #signin, .email-print, .bookmark, #footer, .crumb, .links, .rss, .infoEnroll { display: none; }
#wrap { width: 100%; margin: 0 auto; padding: 0; font-size: 20px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
#content { float: none; width: 90%; padding: 0; margin: 0 auto; margin-top: 225px; }
.print-image { width: auto; margin: 0 auto; padding: 0; padding-left: 225px; }
.menulist li { padding: 5px 0; }
.center { text-align: center; margin: 0 auto; padding: 0; }

/* Header */
#header { width: 90%; padding: 0; margin: 0 auto; }
#header a#logo { position:absolute; top:0; left:0; width:256px; height:190px; }
#header #header-right { position:absolute; top:0; left:256px; width:734px; height:190px; }
#header img { border: none; }

/* ---------------------- Page Specific Layouts ---------------------- */

/* Courses Table */
.courses { width: 98%; margin: 10px 0 30px 0; border-top: 1px solid #000000; border-left: 1px solid #000000; }
.courses table {margin:0;}
.courses th { border-bottom: 1px solid #000000; border-right: 1px solid #000000; padding: 5px 10px; margin: 0 auto; text-align: center; color: #000000; font-weight: bold; }
.courses td { border-bottom: 1px solid #000000; border-right: 1px solid #000000; padding: 5px 10px; margin: 0 auto; color: #000000; }
.courses-th-left { background: #ffffff; }
.courses-th-right { background: #ffffff; }
.courses-td-top-left { text-align: left; background: #ffffff; }
.courses-td-top-right { text-align: left; background: #ffffff; }
.courses-td-bot-left { text-align: left; background: #ffffff; }
.courses-td-bot-right { text-align: left; background: #ffffff; }

/* Contact Us */
.contact-left { float: left; width: 45%; padding: 0; margin: 0; }
.contact-right { float: left; width: 45%; padding: 0 0 0 9%; margin: 0;}


