div.sdmenu {
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	background: url(../images/bottom.gif) no-repeat  right bottom;
	/*color: #fff*/;
}
div.sdmenu div {
	background: url(../images/title.gif) repeat-x;
	overflow: hidden;
}
div.sdmenu div:first-child {
	background: url(../images/toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background: url(../images/expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}
div.sdmenu div.collapsed span {
	background-image: url(../images/collapsed.gif);
}
div.sdmenu div a {
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #066;
}
div.sdmenu div a.current {
	/*background : #ccc*/;
}
div.sdmenu div a:hover {
	background : /*#066*/ url(../images/linkarrow.gif) no-repeat right center;
	/*color: #fff;*/
	text-decoration: none;
}#toprow {
	background-image: url(../images/title.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.twoColLiqLtHdr #sidebar1 { padding-top: 30px; }
.twoColLiqLtHdr #mainContent { zoom: 1; padding-top: 15px; }

.contentbx{display:block}
.contentbx *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#c6c6cb}
.contentbx1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e6e6e8;
  border-right:1px solid #e6e6e8;
  background:#d4d4d8}
.contentbx2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  background:#d0d0d4}
.contentbx3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d0d0d4;
  border-right:1px solid #d0d0d4;}
.contentbx4{
  border-left:1px solid #e6e6e8;
  border-right:1px solid #e6e6e8}
.contentbx5{
  border-left:1px solid #d4d4d8;
  border-right:1px solid #d4d4d8}
.contentbxfg{
  background:#c6c6cb}
  
  body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c6c6cb;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.twoColLiqLtHdr #container {
	width: 800px;  
	background: #FFFFFF;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColLiqLtHdr #header {
	background-color: #c6c6cb;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 150px; 
	background: #ffffff;
	padding: 0px;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColLiqLtHdr #toprow {
	background-image: url(../images/title.gif);
	background-repeat: repeat-x;
	background-color: #993366;
}
.twoColLiqLtHdr #mainContent { 
	margin: 0 11px 0 20%;
} 
.twoColLiqLtHdr #footer { 
	width: 100%;
	/*width: 80%;*/
	padding: 0px;  
	text-align: left;
	background:#DDDDDD;
	margin: 0 auto;
	
} 
.twoColLiqLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
