* {
	margin:0;
	padding:0;
}

body {
	font-size: 12px;
	line-height: 1.5;
	margin:0;
	padding:0;
	text-align: center;
	color: #333;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 14px;
}

a {
	color: #0B6489;
}

a:hover {
	color: #f90;
}

a:visited {
	color: #352E74;
}

ul li {
	list-style: none;
	background-image:url(/images/liCircle.gif);
	background-repeat:no-repeat;
	padding: 0 0 0 14px;
}

ol {
	padding: 0 0 0 40px;
}

li {
	margin: 3px 0 0 0;
}

tr {
	vertical-align: top;
}

td {
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

th {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
}

img {
	border: 0;
}

h3 {
	font-size: 12px;
}

.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}

.vat {
	vertical-align: top;
}
.vab {
	vertical-align: bottom;
}

.fs {
	font-size: 10px;
}

.fl {
	font-size: 14px;
}

.cb  {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.fleft {
	float: left;
}

.hrDot {
	color: #999;
	background-color: #999;
	height: 1px;
	border-style: dotted;
}

#header {
	width: 950px;
	margin:0 auto;
	text-align: left;
}

#header #headerLogo {
	width: 140px;
	height: 65px;
	float: left;
}

#header #headerTagline {
	height 65px;
	float: ;left;
}

#headerSearch {
	width: 950px;
	height: 54px;
	background: url(/images/bgSearch.gif);
	text-align: left;
	clear: both;
}

#header a {
	color: #000;
}

#mainContents {
	width: 950px;
	margin:0 auto;
	text-align: left;
	margin-top: 20px;
}

#footer {
	width: 950px;
	font-size: 11px;
	border-top: 3px #35AD4B solid;
	margin:0 auto;
	margin-top: 20px;
	clear: both;
}

#colYoutube {
	width: 300px;
	float: left;
}

#colYahoo {
	width: 300px;
/*	float: left;*/
}

#colAmazon {
	width: 300px;
/*	float: left;*/
}

.searchTitle {
	font-size: 14px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #ADE1FF;
	padding: 2px 0 0 10px;
}

.topBlock {
	margin-top: 20px;
	width: 224px;
	background: url(/images/bgContentsHd.gif) no-repeat;
	float: left;
}

.topBlock950 {
	margin-top: 20px;
	width: 950px;
	background: url(/images/bgContentsHd950.gif) no-repeat;
}

.topBlockNoFloat {
	width: 224px;
	background: url(/images/bgContentsHd.gif) no-repeat;
}

.topBlock h2 {
	margin: 5px 0 0 10px;
	font-size: 13px;
}

.topBlock .topBlockContents {
	padding: 10px 5px 0 9px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.topBlock .topBlockContents .topMore {
	text-align :right;
	margin-right: 5px;
}


.topBlock950 h2 {
	margin: 5px 0 0 10px;
	font-size: 13px;
}

.topBlock950 li {
	float: left;
	width: 130px;
	height: 20px;
}

.topBlock950 .topBlockContents {
	padding: 10px 5px 0 9px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.topBlock950 .topBlockContents .topMore {
	text-align :right;
	margin-right: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml18 {
	margin-left: 18px;
}

.ml20 {
	margin-left: 20px;
}



.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.ind10 {
	margin-left: 10px;
}

.ind20 {
	margin-left: 20px;
}

