body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#363636;
	background-color:#D9D9D9;
	margin:0;
	padding:0px;
}
.oneColFixCtr #container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */

	
}
#middle_bg{
	background-image:url(../images/middle_bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	float:left;
	width:965px;
}
#main_container {
	float:left;
	width:965px;
}
#header {
	width:965px;
	float:left;
	background-image:url(../images/main_topbg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#footer {
	width:965px;
	float:left;
	background-image:url(../images/footerbg.gif);
	background-position:top;
	background-repeat:no-repeat;
	min-height:50px;
	background-color:#D9D9D9;
	font-size:12px;
	color:#404040;
}
.white13bold{
	font-size:13px;
	color:#FFF;
	font-weight:bold;
}
.top_bg_left {
	background-image:url(../images/tl.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:10px;
}
.top_nav_bg {
	background-image:url(../images/tr.gif);
	background-repeat:no-repeat;
	background-position:right top;
	color:#FFF;
	text-transform:uppercase;
	xpadding-right:15px;
}
.top_nav_bg a:link{
	color:#FFF;
	font-weight:bold;
	padding-right:16px;
	text-decoration:none;
}
.top_nav_bg a:visited{
	color:#FFF;
	font-weight:bold;
	padding-right:16px;
	text-decoration:none;
}
.top_nav_bg a:hover{
	color:#000;
	font-weight:bold;
	padding-right:16px;
	text-decoration:none;
}
/**********DYNAMIC LOGO CSS START HERE***************/
.logo_text{
	font-size:30px;
	font-weight:bold;
	color:#ff9900;
	font-family: helvetica, Georgia, arial, verdana;
}
.logo_text a:link{
	text-decoration:none;
	color:#ff9900;
}
.logo_text a:visited{
	text-decoration:none;
	color:#ff9900;
}
.logo_text a:hover{
	text-decoration:none;
	color:#000;
}
.logo_punch_text{
	font-size:15px;
	color:#ff9900;
	font-family: helvetica, Georgia, arial, verdana;
}
/**********DYNAMIC LOGO CSS ENDS HERE***************/
.main_title {
	font-size:20px;
	padding-bottom:6px;
	color:#ff9900;
	border-bottom:1px solid #ff9900;
}
.contact_us input,textarea,select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #CCCCCC;
}
.contact_us .button{
	/*background-image:url(../images/btn_bg.gif);*/
	background-position:left top;
	background-repeat:repeat-x;
	padding:2px 6px 2px 6px;
	*padding:0px 6px 0px 6px;
	background-color:#FFF;
	font-size:18px;
	font-weight:bold;
	color:#474747;
	border-top:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #707070;
	border-bottom:1px solid #707070;
	font-family:Century, "Century Gothic", arial, verdana, tahoma;
	outline:none;
}
.error {
	color:#ff9900;
}
.news:link{
	color:#ff9900;
	font-weight:bold;
	padding-right:16px;
	text-decoration:none;
}
.news:active{
	color:#ff9900;
	font-weight:bold;
	padding-right:16px;
	text-decoration:none;
}
.news:visited{
	color:#ff9900;
	font-weight:bold;
	padding-right:16px;
	text-decoration:none;
}
.news:hover{
	color:#000;
	font-weight:bold;
	padding-right:16px;
	text-decoration:underline;	
}