body 
{
background: #ffffff;
padding: 0px; 
margin: 0px;
} 

td
{
background-color: transparent;
font-size : 11px; 
color : #030345;
font-family : verdana, arial, sans-serif;
text-decoration : none; 
font-weight: normal;
}

td.top-head
{
background:#FFFFFF url(top-bkg.jpg) no-repeat scroll 0% 0%;
}

td.top-txt
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-style:none;
color:#FFFFFF;
}
td.logo-bkg
{
background:#FFFFFF url(logo-bkg.jpg) no-repeat scroll 0% 0%;
height:150px;
}

td.heading
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;

}

a.mnu
{
background: transparent;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color: #000000;
text-decoration:none;
}

a.mnu:visited
{
background: transparent;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color: #000000;
text-decoration:none;
}

a.mnu:hover
{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color: #fa0504;
text-decoration:none;
}

td.left
{
background-color:#fa0504;
width:255px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#482044;
}

td.footer
{
background-color:#0054b2;
}

a.foot
{
background: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #ffffff;
text-decoration:none;
}

a.foot:visited
{
background: transparent;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #ffffff;
text-decoration:none;
}

a.foot:hover
{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color: #ffffff;
text-decoration:underline;
}

a.mid
{
font-family: verdana, arial, Courier;
font-size:11px;
font-weight: normal;
color: #030345;
text-decoration:underline;
}

a.mid:visited
{
font-family:verdana, arial, Courier;
font-size:11px;
font-weight: normal;
color: #030345;
text-decoration:underline;
}

a.mid:hover
{
font-family:verdana, arial, Courier;
font-size:11px;
font-weight: normal;
color: #ffffff;
text-decoration:underline;
}

a.mid1
{
font-family: verdana, arial, Courier;
font-size:11px;
font-weight: normal;
color: #030345;
text-decoration:underline;
}

a.mid1:visited
{
font-family:verdana, arial, Courier;
font-size:11px;
font-weight: normal;
color: #030345;
text-decoration:underline;
}

a.mid1:hover
{
font-family:verdana, arial, Courier;
font-size:11px;
font-weight: normal;
color: #fa0504;
text-decoration:underline;
}


/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
	border: 1px solid #000000;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	position: absolute;
	top: 2px;
	left: -42px;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #000000;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

/* Container DIV */
.simply-scroll { 
	width: 550px;
	height: 135px;
	margin-bottom: 1em;
}


/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 550px;
	height: 135px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 180px;
	height: 135px;
}

