/* CSS Document */
ul {
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
	padding-left: 20px;
	margin-top:-5px;

}
.padding10{
	padding-top:10px;
	padding-right:10px;
}
.padding5{
	padding-top:5px;
	padding-right:5px;
}
#topNav {
	position:relative;
	text-align:right;
	padding-right:15px;
	left:0px;
	top:0px;
	width:950px;
	height:28px;
	z-index:1;
}
#logo_bar {
	position:relative;
	left:0px;
	top:0px;
	width:965px;
	height:82px;
	z-index:2;
}
#body_main {
	position:relative;
	left:0px;
	top:0px;
	width:965px;
	height:585px;
	z-index:4;
	background-image: url(../images/main_body_bg.jpg);
	background-repeat: no-repeat;
}
#content_left {
	position:relative;
	left:0px;
	top:0px;
	width:20px;
	height:588px;
	float:left;	
	z-index:3;
}
#content_main {
	position:absolute;
	left:20px;
	top:0px;
	width:751px;
	height:580px;
	z-index:4;
}

#content_main_title {
	position:absolute;
	text-align:left;
	left:20px;
	top:0px;
	width:740px;
	height:35px;
	z-index:4;
}

#content_main_body {
	position:absolute;
	left:20px;
	top:40px;
	width:720px;
	height:520px;
	z-index:4;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right: 20px;
	}

iframe#content_main_footer {
	width:705px;
	margin-left:10px;
	height:300px;
	z-index:4;
}

#content_main_feed {
	position:absolute;
	left:770px;
	top:0px;
	width:175px;
	height:588px;
	z-index:10;
}


#content_right {
	position:relative;
	left:0px;
	top:0px;
	width:15px;
	height:588px;
	float:left;
	z-index:5;
}
.content_cell {
	width:365px;
	height:275px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
	float:left;
	z-index:6;
	background-image: url(../images/content_bg.jpg);
	overflow: hidden;
}
.content_feedcell {
	width:175px;
	height:275px;
	margin-bottom:10px;
	float:left;
	z-index:6;
	text-align:left;
	background-image: url(../images/dyanmic_bg.gif);
	overflow: hidden;
}
.content_header {
	font-size: 16px;
	font-weight: bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.content_header_wh {
	font-size: 14px;
	color:#FFFFFF;
	font-weight: bold;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}
.content_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}
.content_dynamic {
	height:185px;
	overflow:hidden;
}
.dynamic_results {
	padding-bottom:8px;
	background-repeat:no-repeat;
}
.footer_text {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	color:#666666;
}
.topNavBtn{
	padding-left:15px;
	cursor:pointer;
}
.link_hover{
	font-weight:bold;
	color:#0000FF;
	cursor:pointer;
}
