 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    20px: the width or height of the border image
*/
.roundedTL, .roundedTR, .roundedBL .roundedBR {
    width: 20px; height: 20px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.roundedTL, .roundedBL { float: left; clear: both; }
.roundedTR, .roundedBR { float: right; clear: right; }
.roundedTL { margin: -1px 0px 0px -1px; }
.roundedTR { margin: -1px -1px 0px 0px; }
.roundedBL { margin: -20px 0px 0px 0px; }
.roundedBR { margin: -20px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.roundedTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .roundedTL {
    margin-left: -1px;
}
.roundedTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .roundedTR {
    margin-right: -1px;
}
.roundedBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .roundedBL {
    margin-left: 0px;
}
.roundedBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .roundedBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.nav{
    margin: 0px;
    padding: 0px;
}
.innerNav{
    margin: 0px;
    padding: 20px 0 20px 0;
	height: 100%;
}
.navWrapper {
margin-top:10px;
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
	background-color:#D1CEFF;
}
/*
content corners
*/


.content{
    margin: 0px;
    padding:0px;
    border: 1px solid #C2BDFF;
}
.innercontent{
    margin: 0px;
    padding: 20px 20px 40px 20px;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px ;
	background-image:   url("../images/bg/contentBG.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:10px;
}
/*
index corners
*/
.indexNews{
    margin: 0px;
    padding:0px;
	background-color:#D1CEFF;
}
.innerindexNews{
    margin: 0px;
    padding: 5px 8px 12px 8px;
}
.indexNewsWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px ;
	margin:0 0 30px 0;
}
/*
footer corners
*/
.footer{
    margin-bottom: 0px;
    padding: 0px;
	border: 1px solid #C2BDFF;
}
.innerFooter{
    margin: 0px;
    padding: 10px 0 10px 0;
	font-size:80%;
	color:#D1CEFF;
	
}
.footerWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
	margin-top:10px;
	width:780px;
}
/*
left column corners
*/
.bottomLeft {
	margin-bottom:10px;
	background-color:#D1CEFF;
}
.leftCol {
	background-color:#D1CEFF;
}
.topleftCol {
	background-color:#D1CEFF;
	height:20px;
	width:20px;
}
.lefttopleftCol{
	background-color:#D1CEFF;
	background-image: url(../images/corners/lilacTL.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
	width:20px;
}
.righttopleftCol {
	background-color:#D1CEFF;
	background-image: url(../images/corners/lilacTR.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height:20px;
	width:20px;
}
