/*---------------General styles*/
body   { font-size: 0.75em; font-family: Verdana, Arial, Helvetica, sans-serif; background-image: url(../css-stucco/bodybckg.jpg); background-repeat: repeat-x; background-attachment: fixed; text-align: center; margin: 0; padding: 0       }

p { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; }
#wrapper { background-color: #feffff; background-image: url(wrapperbckg.jpg); background-repeat: no-repeat; background-position: 0 bottom; width: 760px; margin: 10px auto 0; }
a:link { color: #bd0b1c; text-decoration: none; }
a:visited { color: #bd0b1c; text-decoration: none; }
a:hover { color: #bd0b1c; text-decoration: underline; }
a:active { color: #bd0b1c; text-decoration: underline; }
/*---------------Typography styles*/
h1:first-letter ,h2:first-letter {
font-size:130%;
text-transform:uppercase;
}
h1 { font-size: 1.5em; font-weight: bold; margin: 0 0 1em; }
h2,h3,h4,h5,h6 { color: #000; font-size: 1.1em; font-weight: bold; margin-top: 2em; margin-bottom: -0.5em; }
.standaoutbox { background-color: #e3dfdb; background-image: url(../css-stucco/standoutbckg.gif); background-repeat: repeat-x; background-position: left top; padding: 15px 30px; border-top: 1px solid #b7aca3; border-bottom: 1px solid #b7aca3;}
/*---------------Layout
 styles*/
.FloatLeft { float: left; margin-right: 35px; margin-bottom: 20px; margin-left: -50px; }
.FloatLeft-indent { margin-right: 20px; margin-bottom: 20px; float: left; }
.ClearBoth { clear: both; }
.ClearLeft { clear: left; }
/*---------------Header styles*/
#header { background-image: url(../css-stucco/headerbckg.gif); background-repeat: no-repeat; width: 100%; height: 120px; }

#subnav { font-size: 90%; text-align: left; height: 24px; margin-left: 228px; padding-top: 15px; }

#mainnav { background-color: #fff; text-align: left; margin-left: 227px; }
/*---------------Content styles*/
#maincontent { text-align: left; margin-left: 50px; padding-top: 10px; padding-right: 30px; padding-bottom: 70px; }
#maincontent p { line-height: 1.8em; }
/*---------------Footer styles*/
#footer { color: #fff; text-align: left; width: 740px; padding-bottom: 8px; padding-left: 20px; }
#footer .updated { font-size: 85%; }

