/*
 Bullet-Proof Rounded Corners - http://www.albin.net/CSS/roundedCorners/
*/
.roundedCornerSpacer {
margin: 0px; padding: 0px; border: 0px;
clear: both;
font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
width: 6px; height:6px;
padding: 0px; border: 0px;
z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -6px 0px 0px 0px; }
.borderBR { margin: -6px 0px 0px 0px; }

.borderTL {
margin-left: -4px;
ma\rgin-left: -1px;
}
html>body .borderTL {
margin-left: -1px;
}
.borderTR {
margin-right: -4px;
ma\rgin-right: -1px;
}
html>body .borderTR {
margin-right: -1px;
}
.borderBL {
margin-left: -3px;
ma\rgin-left: 0px;
}
html>body .borderBL {
margin-left: 0px;
}
.borderBR {
margin-right: -3px;
margin-right: 0px;
}
html>body .borderBR {
margin-right: 0px;
}
.content {
margin: 0px;
padding: 0px;
border: 1px solid #ccc;
}
.contentWrapper {
padding: 0px;
border: 0px;
margin-bottom: 20px;
}
/* specific style definitions */
.contentInside{ }
* html .contentInside{ height:1%; }
.topM{ margin-top: 9px; }

div#fullwidth .halfWidth{ width: 222px; float: left; padding-left: 10px;}
div#fullwidth h2 { margin: 0px !important; font-weight: bold; }
div#fullwidth h2 * { margin: 0px !important; padding: 0px !important; }
div#fullwidth a { text-decoration: none; }
div#fullwidth a:hover { text-decoration: underline; }
div#fullwidth h2.title1{ color: #fd5d00 !important; }
div#fullwidth h2.title2{ color: #9E0B11 !important; }
div#fullwidth .contentInside dl{ margin:6px 0; padding:0; clear: both; }
div#fullwidth .contentInside dt{ margin:0; padding:0; float: left; }
div#fullwidth .contentInside dd{ margin:0; padding:0; float: left; }
div#fullwidth .contentInside dd ul{ margin:0; padding:0; list-style: none; }
div#fullwidth .contentInside dd li{ margin:0; padding:0; color: #666; text-transform:capitalize; }
div#fullwidth li a { color: rgb(102, 102, 102); font-size: 100% !important; }