#col-sx{
	width:645px;
	margin:0 25px 0 0;
	float:left;
}

#col-dx{
	width:310px;
	float:left;
}

h2{
	font-family:Trebuchet MS, sans-serif;
	color:#FFF;
	font-size:15px;
	height:20px;
	padding:5px 7px;
	margin:0;
	background:#AB0101 url(../images/global/bg-h2.gif) repeat-y right top;
}

h3{
	font-family:Trebuchet MS, sans-serif;
	color:#666;
	font-size:14px;
	margin:0;
	padding:12px 0 8px 0;
	background:url(../images/global/bg-h3.gif) no-repeat center top;
}

h3.long{
	font-family:Trebuchet MS, sans-serif;
	color:#666;
	font-size:14px;
	margin:0;
	padding:12px 0 8px 0;
	background:url(../images/global/bg-h3-long.gif) no-repeat center top;
}

div#content p{
	line-height:18px;
	font-size:13px;
	padding:0 0 5px 0;
}

div#content p a{
	color:#0072AE;
	text-decoration:none;
	font-weight:bold;
}

div#content p a:hover{
	text-decoration:underline
}

div#content p.disclaimer{
	font-size:10px;
	padding:10px 0 0 0;
	color:#666;
}

div#content ul{
	padding:10px 5px 25px 0;
	margin:0;
	list-style-type:none;
	float:left;
}

div#content ul li{
	margin:0;
	padding:0 8px 0 0;
	float:left;
	width:121px;
}

div#content ul li.last{
	margin:0;
	padding:0;
	float:left;
	width:121px;
}

div#content ul li img{
	width:119px;
	border:1px solid #0072AE;
	
}

div#content ul.more{
	padding:5px 5px 20px 0;
	height:20px;
	margin:0;
	list-style-type:none;
	font-family:Trebuchet MS, sans-serif;
	font-size:13px;
	font-weight:bold;
	background:url(../images/global/bg-ul-more.gif) repeat-x left 15px;
	float:none;
	
}

div#content ul.more li{
	margin:0;
	padding:0 7px;
	height:20px;
	background:#DBDBDB;
	float:right;
	width:auto;
}

div#content ul.more li a{
	color:#AB0101;
	text-decoration:none;
	background:url(../images/global/red-arrow-right.gif) no-repeat left 2px;
	padding:0 0 0 20px;
}

div#content ul.more li a:hover{
	color:#AB0101;
	text-decoration:none;
	background:url(../images/global/red-arrow-right.gif) no-repeat 1px 3px;
	padding:0 0 0 20px;
}


