html {overflow-y: scroll;}

body  {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 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: #000000;
	background:url(../images/layout_images/bg.png) repeat-x top #ececec;
}
/* ############################## MAIN LAYOUT ################################# */
.oneColFixCtrHdr #top_padding {
	height:50px; 
	background:url(../images/layout_images/bg.png) top repeat-x #ececec;
}

.oneColFixCtrHdr #container_main {
	width:1100px;
	margin: 0 auto;
	background:repeat-y center url(../images/layout_images/middle_bg.png);
}
.oneColFixCtrHdr #container_header {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 5px 2px;
}
.oneColFixCtrHdr #container_middle {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px 0px 0px 0px;
	background:url(../images/layout_images/middle_bg.png) top repeat-x;
	min-height:500px;
	/* border-top:1px solid #CCCCCC; */
}
.oneColFixCtrHdr #container_middle_content {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:20px;
}
.oneColFixCtrHdr #container_bottom{
	background:url(../images/layout_images/bottom_bg.png) center #ececec; 
	height: 84px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtrHdr #header {
	background-color:#FFFFFF;
	height:100px; 
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px 0px 100px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	height:100%;
	overflow:auto;
}
.oneColFixCtrHdr #footer {
	padding: 20px 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height:100%;
	background-color:#FFFFFF;
}
/* ############################## LINKS ################################# */
a:visited {
	text-decoration:none;
	color:#0066FF;
}
a:hover {
	text-decoration:none;
	color:#999999;
}
a {
	text-decoration:none;
	color:#0066ff;
}
a:link {
	text-decoration: none;
}
/* ############################## TABLES ################################# */
.image_border {
	border: 1px solid #CCC;
}
.link_format_white {
	color: #FFFFFF;
	border: 0px solid #CCC;
}
.link_format_black {
	color: #000000;
	text-align:right;
	text-decoration: none;
}
.font_white {
	color:#FFFFFF;
}
#pad_right {
	padding-right:10px;
}
#tab {
	font-size:11px;
	border-collapse: collapse;
	text-align:left;
}
#tab td {
	border: 1px solid #CCC;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
#tab_large td {
	padding:10px;
	vertical-align: top;
}
/*--------------- BODY --------------*/

#h1 {
	font-weight:bold;
}
#h2 {
	font-weight:bold;
	font-size:14px;
}
#h_index {
	width:560px;
	text-align:center;
	font-weight:bold;
}
/*--------------- MENU --------------*/
.h_large{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}
.horizontal_line_5px{
	background-color:#CCCCCC;
	margin:2px 0px 2px 0px;
	width:100%; 
	height:1px;
	line-height:1px;
}
/* ############################## MENU ################################# */
.menu{
	padding:10px 20px 10px 20px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	font-size:12px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color:#333333;
}

.menu li{
	display: inline;
	margin: 0;
}

.menu li a{
	text-decoration: none;
	z-index:1;
	padding: 5px 0px 5px 0px;
	color:#333333;
	background:url(../images/hover_left.png) left no-repeat;
}
.menu li a span{
	text-decoration: none;
	position: relative;
	padding: 5px 20px 5px 20px;
	background:url(../images/hover_right.png) right no-repeat;
}
.menu li a:visited{
	color:#333333;
}

.menu li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	background:url(../images/hover_left_dark.png) left no-repeat;
}
.menu li a span:hover{
	background:url(../images/hover_right_dark.png) right no-repeat;
}
.menu li a.selected{ /*selected main tab style */
	background:url(../images/hover_left_dark.png) left no-repeat;
}
.menu li a.selected span{ /*selected main tab style */
	background:url(../images/hover_right_dark.png) right no-repeat;
}
/*img, div { 
	behavior:url(../scripts/iepngfix/iepngfix.htc); 
}*/
		
/*img { behavior:url(../scripts/iepngfix/iepngfix.htc); }*/

.download_table{
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}
.download_table td{
	text-align:center;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

#page_image_header{
	padding:0px 0px 0px 0px;
}
.status_bar_top{
	padding:0px;
	background:#ececec;
	height:32px;
}

.table_left_col {
	font-weight:bold; 
	border-right:1px solid #CCCCCC; 
	text-align:right;
}
.features_title {
	margin:10px 0px 0px 0px; 
	font-weight:bold; 
	font-size:12px;
}
.features_description {
	color:#333333;
}
.gradient_box_left {
	height:260px; 
	background:url(../images/rounded_left.png) top left no-repeat; 
	margin:0px 0px 0px 20px; 
	float:right; 
	width:350px;
}
.gradient_box_right {
	height:260px; 
	background:url(../images/rounded_right.png) top right no-repeat; 
	padding:10px;
}
.blue_header {
	font-weight:bold; 
	font-size:12px; 
	color:#0066FF;
}