/********************************** 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;}

h1 {margin:0;}

img {border: none;text-decoration: none;}

a img {text-decoration: none;}

/******************************** Page borders ********************************/

.inner {border-left: solid 0px #CCCCCC;} /* left nav border */

.bottom{border-top: solid 0px #CCCCCC;} /* Footer border */

/******************************** Page layout settings ********************************/

.outer, .left {border-left-width: 0px;} /* left column width */
.float-wrap {margin-left: 0px;}/*  _negative_ left column width */
.center {width: 750px;}  /* has to be 750px - left column width  */

* html .wrapper, .wrapper {width: 750px;}

.inner {width: 730px;} /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/

.float-wrap {width: 750px;float: left;}

/********************************* Styles for specific areas on page *********************************/

#centerContent{padding:0px;}

#leftContent{display:none;}

#rightContent{display:none;}

#topContent{padding:0px;background-color: #ffffcc;
}

#bottomContent{padding:15px;background-color: #ffffcc;
}

