html 
{
	width:100%;
	height:100%;
}
/* for understanding browsers */
body {
	min-height:100%;
	height:auto !important;
	background-color: #575757;
	background-image: url(../images/body_bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* for Internet Explorer */
/*\*/
* html body  {
	height:100%;
}

.main_wrapper
{
	width:1000px;
	margin-right:auto;
	margin-left:auto;
}
.header_wrapper
{
	margin-top:10px;
	margin-bottom:0px;
}
.main_logo
{
	margin-left:15px;
    padding: 5px;
}
h1
{
	margin:0px;
	color:#FF6701;
	margin-left:15px;
	margin-right:15px;
	font-weight:bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	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: solid;
	border-left-style: none;
	border-top-color: #4C2D19;
	border-right-color: #4C2D19;
	border-bottom-color:  #4C2D19;
	border-left-color:  #4C2D19;
	padding:10px;
	margin-bottom:10px;
}

/* added next section to allow a hyperlink in the H1 header without formatting -Dee */
.header
{
}
.header a:link, .header a:visited, .header a:active
{
	color:#FF6701;
	text-decoration:none;
}
.header a:hover
{
	text-decoration:underline;
}

/* end addition -Dee */

h2
{
	margin:0px;
	margin-bottom:10px;
	background-image: url(../images/plus_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	margin-left:25px;
	margin-right:15px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.clear
{
	clear:both;
	height:0px;
	overflow:hidden;
}
.products_list_wrapper
{
	background-image: url(../images/top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width:980px;
	padding-top:14px;
	margin-right:auto;
	margin-left:auto;
}
.products_list_wrapper .content
{
	background-image: url(../images/products_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#505050;
	padding-bottom:10px;
}
/* for understanding browsers */
.content {
	min-height:180px;
	height:auto !important;
}
/* for Internet Explorer */
/*\*/
* html .content  {
	height:180px;
}
.products_list_wrapper .content .col
{
	width:210px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.products_list_wrapper .content .col a:link, .products_list_wrapper .content .col a:visited, .products_list_wrapper .content .col a:active
{
	display:block;
	/* replace font color w/white; formerly color:#D0D0D0; */
	color:#FFFFFF;
	padding:5px;
	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: solid;
	border-left-style: none;
	border-top-color: #A0A0A0;
	border-right-color: #A0A0A0;
	border-bottom-color:  #A0A0A0;
	border-left-color:  #A0A0A0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.products_list_wrapper .content .col a:hover
{
	background-color:#0072BC;
	color:#ffffff;
	text-decoration:none;
}
#nav_on
{
	background-color:#015388;
	color:#ffffff;
}
.content_wrapper_ftr
{
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 28px;
}
.content_wrapper
{
    background-image: none;
    background-color: white;
}
.content_wrapper .content
{
	background-repeat: no-repeat;
	background-position: top;
	padding-top:10px;
}
.content_wrapper .content h1
{
	color:#0173BC;
	margin:0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	margin-top:15px;
	margin-left:15px;
}
.content_wrapper .content h1 a
{
	font-variant: small-caps;
	color: #808080;
	margin:0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
	margin-top:15px;
	margin-left:15px;
}
.col_wrapper
{
	background-image: url(../images/content_col_bg.gif);
	background-repeat: repeat-y;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D7D7D7;
	border-right-color: #D7D7D7;
	border-bottom-color:  #D7D7D7;
	border-left-color:  #D7D7D7;
	padding-left:1px;
}
.col_wrapper .col
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#464648;
}
 .releasetable
{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	
}

.col_wrapper .col p
{
	margin:5px;
	
}
.releasetable tr td
{
	padding:3px;
	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: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color:  #999999;
	border-left-color:  #999999;
	color:#858585;
}
a:link, a:visited, a:active
{
	color:#3F96CC;
	text-decoration:none;
}

.releasetable tr td a:link, .releasetable tr td a:visited, .releasetable tr td a:active
{
	color:#3F96CC;
	text-decoration:none;
}
.releasetable tr td a:hover
{
	text-decoration:underline;
}
.col_wrapper .col h1
{
	margin:1px;
	margin-right:2px;
	background-image: url(../images/h1_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#C1E4F8;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#464648;
	padding:5px;
} 
.content_wrapper .content h1 .nosc
{
	font-variant: normal;
	font-size: 11px;
}
.colLeft
{
/* change width to go further across bottom (originally 600px) -Dee */
	width:900px;
	float:left;
	margin-right:10px;
	margin-left:30px;
	margin-top:40px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* change color from #A0A0A0 -Dee */
	color:##464648;
}
.colLeft ul li, .colLeft ol li
{
	color:#363636;
	margin-left:15px;
}
.colLeft ul, .colLeft ol
{
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
}
.colLeft h2
{
	color:#363636;
	background-image: url(none);
	padding:0px;
	margin:0px;
	font-size:18px;
}
/* added next section to allow a hyperlink in the col left para without formatting -Dee */
.colLeft a:link, .colLeft a:visited, .colLeft a:active
{
	color:#464648;
	text-decoration:none;
}
.colLeft a:hover
{
	text-decoration:underline;
}

/* end addition -Dee */
.colRight
{
	width:340px;
	float:left;
	margin-top:20px;
}
.search
{
	margin-top:20px;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A0A0A0;
	border-right-color: #A0A0A0;
	border-bottom-color:  #A0A0A0;
	border-left-color:  #A0A0A0;
		font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.search p
{
	margin-bottom:0px;
	color:#A0A0A0;
}
.language_selector
{
	margin-top:20px;
	margin-left:30px;
	margin-bottom:10px;
	text-align:left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.disabled
{
	color:#cc0000;
}
.releasetd
{
	width:500px;
}
