body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
hr{
	border:1px solid #e97537;
}

img{border:0px;}
.mainContainer{
	position:relative;
	width:1000px;
	margin:20px auto;
}
.headerLine{
	
}

.searchBar{
	height:101px;
	margin-top:20px;
	position:relative;
	background:url('search-bg.gif') #e97537 no-repeat left top;
	
}

.rightCorn{
	position:absolute;
	right:0;
	top:0;
}
.searchCont{
	background:url('search-form.gif') no-repeat;
	position:absolute;
	top:30px;
	left:100px;
	width:550px;
	height:40px;
	border:0;
	
}
.searchCont .searchForm{
	border:0;
	font-size:18px;
	margin:4px 15px;
	width:94%;
	height:25px;
}

.searchCont .seachButton{
	font-size:18px;
	position:absolute;
	right:-50px;

}

.titleLogo{

	position:absolute;
	right:40px;
	top:-56px;
}

.contentBlock{
	margin-top:20px;

}

.innerTopLinks{
	list-style-type:none;
	margin:0 0 0 40px;
	padding:0;
	line-height:18px;
}
.innerTopLinks li{
	width:430px;
	float:left;
	display:inline;
	font-size:16px;
	background:url('top-bullet.gif') no-repeat center left;
	padding:2px 20px;
}

.innerTopLinks li a{
	font-size:16px;
	text-decoration:none;
	color:#0066cc;
	white-space:nowrap;
}
.innerTopLinks li a:hover{
	text-decoration:underline;
	color:#e97537;
}
.innerTopLinks li a:visited{
	color:#0066cc;
}



.topLinks{
	list-style-type:none;
	margin:0 0 0 40px;
	padding:0;
	line-height:18px;

}
.topLinks li {
	width:280px;
	float:left;
	display:inline;
	font-size:16px;
	background:url('top-bullet.gif') no-repeat center left;
	padding:2px 20px;
	
}

.topLinks li a{
	font-size:16px;
	text-decoration:none;
	color:#0066cc;
	white-space:nowrap;
}
.topLinks li a:hover{
	text-decoration:underline;
	color:#e97537;
}
.topLinks li a:visited{
	color:#0066cc;
}


.clear{

	clear:both;
}


.content{
	margin-top:20px;
	color:#2a2a2a;
	font-size:14px;
	line-height:18px;
}
.content td{
	line-height:18px;
}
.content a{
	color:#0066cc;
}
.content a:hover{
	color:#e97537;
	text-decoration:none;
}



.footer{
	border-top:2px solid #e97537;
	text-align:center;
	padding:10px;
	font-size:13px;
	color:#888888;
}
.footer a{
	color:#007fe5;
	font-size:13px;
}



h1{
	color:#007fe5;
	font-size:24px;
	font-weight:normal;

}


.breadcrumbs{
	margin:0 0 10px 0px;
	font-size:16px;
	color:#343434;
	
}
.breadcrumbs a{	
	font-size:16px;
	color:#0066cc;
}

.other{
	
	font-size:14px;
	font-weight:bold;
}
.others{
	line-height:28px;

}

.date{
	font-size:11px;
	color:#c9c9c9;
	
}
.comments li{
	padding-bottom:10px;
}
.commentTitle{
	color:#006699;
	font-weight:bold;
}
.seeAlso{
	color:#006699;
	font-weight:bold;
	list-style-type:none;
	line-height:25px;
	padding:0;
	margin:0;
}