/* Global styles - set the default behavior of standard HTML markup */
* { margin: 0; padding: 0; }
body { font-size: 62.5%; line-height: 160%; font-family: verdana, arial, sans-serif; color: #000; background-color: #2E1F1E; text-align: center; background-image: url(../images/bkgrn.gif); background-repeat: repeat-x; }
 p { font-size: 1.1em; margin: 0 25px 15px 0; }
div > p { margin-top: 0; }
ol { margin-left: 40px; margin-top: 10px; margin-bottom: 10px; font-size: 1.1em; }
ul { margin-left: 15px; margin-top: 10px; margin-bottom: 10px; font-size: 1.1em; }
a:link, a:visited { color: #900; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: underline; }
a img { border: 0; }
input, select, object { font-size: 1.1em; font-family: "Trebuchet MS", arial, helvetica, sans-serif; }
h1 { font-family: "Times New Roman", times, courier, serif; font-size: 2.0em; margin-bottom: 15px; color: #900; }
h2 { font-family: "Times New Roman", times, courier, serif; font-size: 1.6em; color: #000; margin: -10px 0 15px 0;}
h3 { font-family: "Times New Roman", times, courier, serif;  font-size: 1.5em; color: #900; margin: -10px 0 15px 0;}
h4 { font-family: arial, helvetica, sans-serif; font-size: 1.1em; }
h5 { font-size: 1.0em; font-weight: normal; margin-bottom: 15px; }
h6 { font-size: 0.9em; font-weight: normal; color: #8A825B; margin-bottom: 15px; }

/* Define standard functional classes */
.clear { clear: both; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
.floatLeft { float: left; }
.floatRight { float: right; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
.imgReplacement { text-indent: -9999px; margin: 0; padding: 0; line-height: 1%; }

.centerColumn img.noFormat { border: 0; background-color: transparent; padding: 0; margin: 0; }

/* Define site color palette */
.red { color: #900; }
.tan { color: #A19861; }
.gold { color: #FC6; }
.orange { color: #C16406; }
.cream { color: #FFC; }
.gray { color: #8A825B; }
.black { color: #000; }
.white { color: #FFF; }

/* Master */
.master { width: 770px; margin: 0 auto; text-align: left; background-image: url(../images/bkgrn_master.jpg); background-repeat: repeat-y; }

/* Body wrapper */
.bodyWrapper-3column, .bodyWrapper-2column { margin: 0; background-image: url(../images/bkgrn_bodywrapper.jpg); background-repeat: no-repeat; }
.bodyWrapper-1column { margin: 0; }
.bodyWrapper-2column .rightColumn { display: none; }
.bodyWrapper-2column .centerColumn { margin-right: 20px; padding: 20px 0 0 0; }
.bodyWrapper-1column .leftColumn { display: none; }
.bodyWrapper-1column .rightColumn { display: none; }
.bodyWrapper-1column .centerColumn { margin-right: 70px; margin-left: 40px; padding: 20px 0 0 0; }

/* Masthead */
.masthead { height: 258px; background-image: url(../images/bkgrn_masthead.jpg); background-repeat: no-repeat; }
.masthead h1 { color: #FFF; text-align: center; padding-top: 223px; }
.printMasthead { display: none; }

/* Left column */
.leftColumn { width: 191px; float: left; padding: 20px 15px 0 15px; }
.leftColumn ul.leftNav { list-style: none; margin: 0 0 25px 0; }
.leftColumn ul.leftNav li { background-image: url(../images/bullet_redArrow.gif); background-repeat: no-repeat; background-position: 0 12px; padding: 8px 0 8px 12px; border-bottom: 1px solid #8A825B; }
.leftColumn ul.leftNav li.firstItem { border-top: 1px solid #8A825B; }
.leftColumn ul.leftNav li a { font-family: "times new roman", times, courier, serif; font-size: 1.3em; font-weight: bold; }

.leftColumn .gradBox { width: 137px; background-image: url(../images/bkgrn_gradBox.jpg); background-repeat: no-repeat; color: #FFF; margin: 0 0 0 15px; padding: 10px 10px 2px 10px; }
.leftColumn .gradBox h1 { text-align: center; font-size: 1.4em; color: #FFC; }
.leftColumn .gradBox h2 { color: #FFF; font-size: 1.2em; margin: 0 0 5px 0; }
.leftColumn .gradBox p { margin: 0; padding-bottom: 15px; }
.leftColumn .gradBox input { display: block; float: left; }
.leftColumn .gradBox label { display: block; float: right; font-size: 1.1em; text-align: left; margin-bottom: 5px; width: 118px; }
.leftColumn .gradBox .submitButtons { text-align: center; }
.leftColumn .gradBox .submitButtons input { display: inline; text-align: center; float: none; margin: 2px 2px 0 2px; }
.leftColumn .gradBox-bottom { background-image: url(../images/bkgrn_gradBox-bottom.jpg); background-repeat: no-repeat; height: 15px; margin: 0 0 0 15px; }

.leftColumn .credit { text-align: center; margin: 20px 0; }
.leftColumn .credit h4 { font-weight: normal; margin-bottom: 5px; }

/* Right column */
.rightColumn { width: 130px; float: right; padding: 20px 15px 15px 15px; }

/* Center column */
.centerColumn { margin: 0 160px 10px 235px; padding: 20px 0 0 0; }
.centerColumn a:link, .centerColumn a:visited, .centerColumn a:hover, .centerColumn a:active { text-decoration: underline; }
.centerColumn a:hover, .centerColumn a:active { background-color: #FC6; }
.centerColumn img { margin: 10px; padding: 6px; background-color: #FFF; border: 1px solid #8A825B; border-width: 0 2px 2px 0; }
.centerColumn img.hdrImage { margin: 0; padding: 6px; background-color: #FFF; border: 1px solid #8A825B; border-width: 0 2px 2px 0; }

/* Call to action */
.callToAction { margin: 15px 25px 15px 0; border-top: 1px dotted #8A825B; border-bottom: 1px dotted #8A825B; }
.callToAction h3 { margin: 5px 0 -5px 0; }
.callToAction p { margin: 0; padding: 5px 0 8px 0; }
.callToAction a:link, .callToAction a:visited { color: #000; }
.callToAction a:hover, .callToAction a:active { color: #900; background-color: transparent; }

/* Bottom nav */
.bottomNavContainer { text-align: center; margin-bottom: 15px; }

/* Footer */
.footerContainer { height: 50px; text-align: center; background-image: url(../images/bkgrn_footer.jpg); background-repeat: repeat-x; }
.footerContainer ul.footer { color: #FFF; margin: 0; font-size: 1.0em; }
.footerContainer ul.footer li { display: inline; line-height: 38px; padding: 0 2px; }
.footerContainer ul.footer li a:link, .footerContainer ul.footer li a:visited { color: #FFF; text-decoration: none; }
.footerContainer ul.footer li a:hover, .footerContainer ul.footer li a:active { color: #FC0; text-decoration: underline; }