/**
	Lifted and modified from http://www.albin.net/CSS/roundedCorners/
	
	these are for the sidebar round corners.
*/


 .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 0px; line-height: 0px;
}
/* In the CSS below, the numbers used are the following:
    0px: the width of the border
    4px: a fudge factor needed for IE5/win (see below)
    5px: the width of the border (0px) plus the 4px IE5/win fudge factor
    5px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 5px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -0px 0px 0px -0px; }
.borderTR { margin: -0px -0px 0px 0px; }
.borderBL { margin: -5px 0px 0px 0px; }
.borderBR { margin: -5px 0px 0px 0px; }

/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 4px! Why? */
.borderTL {
    margin-left: -5px;
    ma\rgin-left: -0px;
}
html>body .borderTL {
    margin-left: -0px;
}
.borderTR {
    margin-right: -5px;
    ma\rgin-right: -0px;
}
html>body .borderTR {
    margin-right: -0px;
}
.borderBL {
    margin-left: -4px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -4px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    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. */
.content {
    margin: 0px;
    padding: 0px;
    border: 0px solid #00000;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
}






 .roundedCornerSpacer2 {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 0px; line-height: 0px;
}
/* In the CSS below, the numbers used are the following:
    0px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (0px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL2, .borderTR2, .borderBL2, .borderBR2 {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 109;
}
.borderTL2, .borderBL2 { float: left; clear: both; }
.borderTR2, .borderBR2 { float: right; clear: right; }
.borderTL2 { margin: -0px 0px 0px -0px; }
.borderTR2 { margin: -0px -0px 0px 0px; }
.borderBL2 { margin: -14px 0px 0px 0px; }
.borderBR2 { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL2 {
    margin-left: -4px;
    ma\rgin-left: -0px;
}
html>body .borderTL2 {
    margin-left: -0px;
}
.borderTR2 {
    margin-right: -4px;
    ma\rgin-right: -0px;
}
html>body .borderTR2 {
    margin-right: -0px;
}
.borderBL2 {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL2 {
    margin-left: 0px;
}
.borderBR2 {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR2 {
    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. */
.content2 {
	float: inherit;

    margin: 0px;
    padding: 0px;
}
.contentWrapper2 {
    /* position this div however you want, but
       keep its padding and border at zero */
       
       float: inherit;
       
    padding: 0px;
    border: 0px;
}