html{	
	font-family:Arial, Times, serif;
	font-weight:normal;
	font-size:12px;
	/*background-color:#FFFFFF;*/
}
body {
	margin:0px;
	padding:0px;
}
*{
	margin:0px;
	padding:0px;
}

#container {
	width:946px;
	margin:0px;
	padding:0px;
}
#logo_link {
	margin-top:-282px;
	text-align:left;
	position:absolute;
}
#logo {
	margin-top:-282px;
}
#header_img {
	width:946px;
	height:282px;	
	/**/
}
#header_img img{
	width:944px;
	height:241px;margin-top:40px;	
}
#content_row {
	width:946px;
	float:left;
	text-align:left;
	background-image: url('../images/content_bgrepeat.gif');
	background-repeat:repeat-y;
	background-position:50% 0%;
	clear:both;
}
#content_middle{
	width:124px;
	float:left;
	margin-right:13px;
}
#content_right{
	width:250px;
	float:right;
}

.align-left, .contenttable td {
	vertical-align: top;
}

/*<!--- Left Content Design Begins Here -->*/
#content_left{
	width:546px;
	margin-right:13px;	
	/*height:380px;
	height:178px;*/
	float:left;
}
div.content_left {
	max-height:380px;
	/*height:expression((document.getElementById('content_left').clientHeight > 178) ? "380px" : "auto" );*/
	overflow:auto;
	/*height:expression((document.getElementById('content_left').scrollHeight > 178) ? "380px" :"178px");*/
	min-height:178px;
}
div.content_position {
	padding:18px 38px 18px 18px;
	color:#666666;	
}
div.content_position a{
	color:#F7931E;
}

/*<!-- Footer Design Begins Here -->*/
#footer_row {
	height:11px;	
	font-size:11px;
	color:#000000;
	margin-bottom:13px;
}
#footer_row a{
	text-decoration:none;
	font-size:11px;
	color:#000000;
}
div.footer_left{
	width:677px;
	float:left;
	text-align:left;
}
div.fl1,div.fl2,div.fl3,div.fl4{
  float:left;
}
div.fl1{ width:175px;}
div.fl2{ width:120px;}
div.fl3{ width:100px;}
div.fl4{ width:130px;}
div.fl4{ width:130px;}
div.fl5{ float:right;}

div.footer_right{
	width:250px;	
	float:right;
	text-align:right;
}

