/* PAGE STYLES */
h1 { 
   margin: 10px 0px 0px 10px;
   font-size: 15pt; 
   font-weight: normal; 
   text-decoration: none; 
   color: #000000;
}

body { 
   margin: 0px;
   padding: 0px;
    background: #d8d8d8 url(/images/pageBack.jpg) repeat-x;
   font-family: tahoma, arial, helvetica, sans-serif;
   font-size: 10pt;
}

img {
   display: block;
   margin: 0px;
   border: 0px;
}

.textRight {
   text-align: right;
}

.clearLeft {
   clear: left;
}

/* WRAPPER */
#wrapper {
   position: relative;
   width: 800px;
   margin: auto;
   padding: 0px;
   text-align: left; 
}

/* LEFT COLUMN */
#left {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 300px;
   margin: 0px;
   padding: 0px;
   background: #ffffff;
}

#logo {
   background: #ffffff;
}

#nav {
   background: #ffffff;
}

#nav a {
   display: block;
   width: 272px;
   height: 25px;
   margin: 10px 0px 15px 10px;
   padding: 0px 5px 0px 0px;
   border-bottom: 1px solid #ff3333;
   text-align: right;
   font-size: 11pt;
   text-decoration: none;
   color: #264190;
   line-height: 25px;
}

#nav a:hover {
   width: 271px;
   background: #FDD017;
   height: 24px;
   border: 1px solid #ff3333;
   line-height: 24px;
   
}

#newsletter {
   height: 100px;
   margin-top: 100px;
   background: #ffffff url(/images/newsletterBack.jpg) no-repeat;
}

#newsletter p {
   margin: 0px;
   padding-top: 25px;
   text-align: center;
   font-size: 12pt;
   color: #264190;
}

#base {
   float: left;
   margin-left: 15px;
}

/* RIGHT COLUMN */
#right {
   position: absolute;
   top: 0px;
   left: 305px;
   width: 493px;
   margin: 0px;
   padding: 0px;
}

#banner {
}

#body {
   position: relative;
   background: url(/images/bodyBack.jpg) repeat-y;
   margin-bottom: 0px 0px 15px 0px;
}

#bodyTop {
   background: url(/images/bodyTop.jpg) no-repeat;
   margin: 0px;
}

#bodyBottom {
   margin: 0px;
   padding: 10px 15px 25px 15px;
   background: bottom left url(/images/bodyBottom.jpg) no-repeat;
}

#body img {
   position: relative;
   display: inline;
}

#body h1 {
   position: relative;
   margin: -35px 0px 0px 0px;
}

#body hr {
   width: 460px;
   text-align: center;
   color: #ff3333;
}

#copyright {
   height: 92px;
   margin-bottom: 25px;
   padding:  15px 10px 15px 10px;
   background: url(/images/footerBack.jpg) no-repeat;
   text-align: center;
   color: #ffffff;
}
