/********************************** General page wide styles **********************************/
body {line-height: 1.4em;}

input, select, textarea {font-size: 10pt;}/*text for forms*/

p {margin-top: 0;margin-bottom: 0;}

img {border: none;text-decoration: none;}

a img {text-decoration: none;}

/******************************** Page borders ********************************/
/* left nav border */
.inner {border-left: solid 0px #fff7ec;}
/* Footer border */
.bottom{border-top: solid 0px #fff7ec; }

/******************************** Page layout settings ********************************/
/* left column width */
.outer, .left {border-left-width: 150px;}
/*  _negative_ left column width */
.float-wrap {margin-left: -150px;}
/* has to be page width - left column width  */
.center, .inner {width: 600px;}
/* page width */
* html .wrapper, .wrapper, .float-wrap {width:750px; }

/********************************* Styles for specific areas on page *********************************/
#centerContent{padding:20px;background-color : #ffffff;}

#leftContent{padding:5px;background-color : #ffffff;}

#rightContent{display:none;}

#topContent{padding:0px;background-color :#ffffff;border-bottom: solid 30px #fff7ec;border-top: solid 30px #333333;}

#bottomContent{padding:15px;background-color : #fff7ec;}
