/* CSS Document */
body {
	background-color:#59595B; 
	margin: 0px;
	height:100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
 }
*{font-family:Arial, Helvetica, sans-serif;}

#pageHeader
{
	position:static;
	background:url(images/headernew.gif) top left no-repeat;
	width:758px;
	height:246px;
	z-index:200;
}
#pageHeader span{
	display:none;
}

#leftcolumn
{
position:static;
margin-top:0px;
width: 210px;
background-color:#59595B;
overflow:visible;
}
#centercolumn
{
position:absolute;
width:495px;
margin-top:20px;
top:231px;
left:225px;
color:#302F33;
margin-right:0px;
}

.menu
{
position:static;
width:200px;
margin-left:5px;
margin-top:5px;
}
.menu a:link,a:hover,a:active,a:visited{
border-style:none;
color:#59595B;
}

img.btnsub
{
	position:static;
	list-style:none;
	margin-left:20px;
	padding:1px;
	border-style:none;
}
img.btn 
{
	position:static;
	margin-left:3px;
	margin-right:5px;
	padding:1px;
	border-style:none;
}
.quickcontact{
	position:static;
	top:450px;
	margin-left:10px;
	text-align:left;
	color:#9A9484;
	font-size:13px;
	line-height:1.5;
	font-weight:500;
}

.quickcontact span
{
text-decoration:underline;
font-weight:bold;
}
.quickcontact a:link,a:visited,a:active
{
	text-decoration: none;
	color:#9A9484;
	font-weight:bold;
}

.quickcontact a:hover
{
	color:#9A9484;
	text-decoration: underline;
	font-weight:bold;
}

.quickcontact {
	text-decoration: none;
	color:#9A9484;
	font-weight:bold;
}
.ccolumnheader{
position:static;
height:85px;
}
.h3{
position:absolute; 
top:0px;
left:3px;

}
.hline{
position:absolute;
top:48px;
left:2px;
}

