body {
	padding: 0px 0 0 0px;
	background-color:#f5f5f4;
	margin:0px;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	width: 755px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	/* max width here, for users without javascript */	
	width: 2500px;	
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	/* removing default styling */
	margin: 0;
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 0px;
	margin-left: 5px;
}
.sc_menu li.w110 {
	width: 110px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: block;
	margin-top: 3px;
	text-align: center;
	
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: none;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}
A{font-size:12px;color:#000000;text-decoration:none;font-family:Myriad Pro, Tahoma, sans-serif; }
A:Hover{font-size:12px;color:#ab8d21;text-decoration:none;font-family:Myriad Pro, Tahoma, sans-serif;}

h1.cat-title {
	color:#035e93;
	font-size:22px;
	font-family:Myriad Pro, Tahoma, Arial;
	padding: 5px 0 5px 20px;
}
h2.cat-title {
	color:#035e93;
	font-size:16px;
	font-family:Myriad Pro, Tahoma, Arial;
	padding: 5px 0 5px 20px;
}
h3.cat-title {
	color:#035e93;
	font-size:12px;
	font-family:Myriad Pro, Tahoma, Arial;
	padding: 0;
	margin:0;
	font-weight:normal;
}
