/*  IE 6 PNG Fix */

img, div { behavior: url(iepngfix.htc) }

/*  end IE 6 PNG Fix */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #626262;
	background-image: url(images/dark_bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:active, a:visited {
        color: #FFFFFF;
        text-decoration: none;

}

a:hover{
        color: #cccccc;
        text-decoration: underline;

}
.oneColFixCtr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	height: 505px;
	padding: 30px;
}
.oneColFixCtr #mainContent {
	width: 910px;
	height: 404px;
	background-color: #ffffff;
	color: #FFFFFF;
	background-image: url(images/main_blue_bg.jpg);
	background-repeat: no-repeat;
}

#header {
        height: 30px;
	width: 910px;
	margin: 0 auto;
        padding: 5px 30px 0 30px;
	color: #333333;
}
#headerLeft {
        float: left;
	width: 610px;
	margin: 0 auto;
	color: #333333;
}
#headerRight {
        float: right;
	width: 300px;
	margin: 0 auto;
	color: #333333;
}
#footer {
	width: 910px;
	margin: 0 auto;
        padding: 5px 30px;
	color: #333333;
}
#footerLeft {
        float: left;
	width: 610px;
	margin: 0 auto;
	color: #333333;
}
#footerRight {
        float: right;
	width: 285px;
	margin: 0 auto;
	color: #333333;
}
#mainLeft {
	float: left;
	height: 403px;
	width: 650px;
}
#mainRight {
	float: right;
	height: 303px;
	width: 260px;
       padding: 50px 0 0 0;
}
#bottom {
	float: left;
	height: 90px;
	width: 895px;
	background-color: #FFFFFF;
	background-image: url(images/bottom_grey_bg.jpg);
	background-repeat: repeat-x;
	padding: 10px 0 0 15px;
}

.contentpaneopen  {

  border-collapse: separate;
  border-spacing: 0;
  *border-collapse: collapse; /* hack is needed for IE7 also */
       border-spacing: 0; }

td.contentpaneopen   {
  border-top: 1px solid red;
  border-bottom: 1px solid pink;
  *position: relative;
}

.article  {
font-family: Verdana;
font-size: 14px;
line-height: 21px;


}
