/* CSS Document */

body {
   color: #000000;
   background-image: url(images/baked_ground_bg.gif);
   background-repeat: repeat;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10.5pt;
}

a:link {
   text-decoration: none;
   color: #592e01;
}

a:visited {
   text-decoration: none;
   color: #592e01;
}

a:hover {
   text-decoration:underline;
   color: #592e01;
}

p {
   margin-bottom: 1em;
   margin-top: 0em;
   text-align: justify;
}

h1 {
   margin-bottom: 0.4em;
   font-size: 1.4em;
   color: #331801;
}

h2 {
   margin-bottom: 0.4em;
   font-size: 1em;
   color: #331801;
}


#banner {
   margin-top: 5em;
   margin-bottom: 0.8em;
   background: #FFFFFF;
   width: 888px;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
   border-bottom-style:solid;
   border-top-style: solid;
   border-color: #000000;
   
}

#content {
   margin-top: 2em;
   background: #FFFFFF;
   width: 888px;
   margin-right: auto;
   margin-left: auto;
   padding: 0em;
   border-style: solid;
   border: thin;
   border-color: #000000;
}

#breadcrumb {
   text-align: center;
}

#indexImage {
   float: left;
   background-color: #FFFFFF;
   margin-left:5em;
   margin-top:8em;
}

#contentLeft {
   text-align: justify;
   width: 48em;
   margin: 1em 3em 1em 1em;
   height: 100%;
   float:left;
	 	 
}

#contentRight {
   text-align: left;
   float: left;
   background: #FFFFFF;
   width: 10em;
   margin: 0;
   padding: 10;
}

#contentRight li {
   padding-top: 0.2em;
   list-style-type: none;
   margin: 0 0.5em 0 0;
}

#footer {
   width: 888px;
   margin-left: auto;
   margin-right: auto;
   clear: both;
}

#bottomNav {
   background: #FFFFFF;
   border-bottom-style:solid;
   border-top-style: solid;
   border-color: #000000;
   text-align: center;
   padding-bottom: 0.5em;
   padding-top: 0.5em;
}

#sponsor p {
   background: #FFFFFF;
   text-align: center;
   font-size: 0.7em;
   padding: 0.5em;
}

.floatImgRight {
   float: right;
   margin: 10pt 0 10pt 10pt;
   clear: right;
   vertical-align: text-top;
}

.floatImgLeft {
   float: left;
   margin: 10pt 10pt 10pt 0;
   clear: left;
   vertical-align: text-top;
}

.letterlist {
   list-style: lower-alpha;
   margin-top: 5pt;
}


.style1 {font-weight: bold}
.style2 {font-weight: bold}
.style3 {font-weight: bold}
.style4 {font-weight: bold}