@charset "utf-8";

body{ margin: 0 auto; background-image: url(images/bodyBg.jpg); font-family: sans-serif; }

a{ color: #101010; font-weight: bold; text-decoration: none; }

a:hover{ color: #FDBA13; text-decoration: underline; }

.header{ height: 260px; background-image: url(images/topHeaderBg.jpg); margin-top: -10px; }

.linkBar{ height: 36px; padding-top: 150px; width: 725px; background-image: url(images/linkBarBg.jpg); background-repeat: no-repeat; background-position: left top; text-align: center; }

.linkBar a{ color: #FFFFFF; font-weight: bold; font-size: 22px; padding-left: 15px; padding-right: 15px; text-decoration: none; }

.linkBar a:hover{ color: #FDBA13; text-decoration: underline; }

.headerBar{ height: 25px; background-image: url(images/headerBg.jpg); background-repeat: repeat-x; }

.mainContainer{ min-height: 400px; width: 800px; padding-top: 5px; }

.contentTitle{ margin: 0; text-align: left; padding-top: 7px; padding-left: 25px; padding-right: 25px; width: 750px; height: 28px; background-image: url(images/contentTitleBg.png); background-repeat: no-repeat; color: #0E6F39; font-size: 26px; font-weight: bold; font-style: italic; font-family: cursive; }

.contentMain{ margin: 0; margin-top: -7px; padding-left: 25px; padding-right: 25px; width: 750px; background-image: url(images/contentBg.png); background-repeat: repeat-y;  padding-top: 15px; font-size: 14px; color: #000000; text-align: left; }

.contentFooter{ height: 25px; width: 800px; background-image: url(images/contentFooter.png); margin-bottom: 20px; }

.footer{ padding-bottom: 35px; font-size: 11px; color: #FFFFFF; }

.footer a{ color: #FFFFFF; }

.footer a:hover{ color: #000000; }
