﻿<pre>body    { background-color: white; font-family: Verdana; font-size: 8pt }
h1 
{
font-size: 10pt;
font-family: "Verdana";
color: black
}

p  
{
font-size: 8pt;
font-family: "verdana";
color: black
}

a 
{
color: 0000ff; 
text-decoration:none;
}

a:visited { 
color: 0000ff; 
text-decoration: none;
}

a:hover 
{
text-decoration:underline;color=#0F727A
}

a.box, a.box:visited{display:block; padding:1em; margin:1em; border:1px solid; color:#fff; background:#278458; font-weight:bold; text-align:center; width:250px; float:left; text-decoration:none;}
a.box:hover{background:#00502B; text-decoration:none; color:#fff;}

td{vertical-align:top;}


/***********************
SLIDESOW 01
***********************/
#carousel {
	width:420px;
	height:340px;	
	margin:0 auto;
	overflow:hidden;
}
#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:415px;
	height:280px;
	border:1px solid #e7e7e7;
}
/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:9000px;			
}
/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:410px;
	height:280px;	
	float:left;
}

#slides li img {
	padding:4px;
}
/* Styling for prev and next buttons */
#buttons {
	padding:0 0 5px 0;	
	float:right;
}
#buttons a {
	display:block; 
	width:31px; 
	height:32px;
	text-indent:-999em;
	float:left;
	outline:0;
}
a#prev {
	background:url(../images/arrow.gif) 0 -31px no-repeat; 
}
a#prev:hover {
	background:url(../images/arrow.gif) 0 0 no-repeat;
}
a#next {
	background:url(../images/arrow.gif) -32px -31px no-repeat; 
}
a#next:hover {
	background:url(../images/arrow.gif) -32px 0 no-repeat;
}
.clear {clear:both}


</PRE>
