html { overflow-y: scroll; }

a:link { text-decoration: none; color: #464646; }

a:visited { text-decoration: none; color: #464646; }

a:hover, a:active { color: #000000; background-color:#fff33d; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 32px; margin-bottom: 0px; margin-top: 10px;}

ul 
	{ 
	list-style-image: url(images/bullet.gif); 
	}



/* Structure */

body
{
	margin: 10;
	padding: 0;
	color: #5A5A5A;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #5A5A5A;
	line-height:24px;
	font: normal 76% Georgia,"Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}

p
{
	color: #000;
	line-height:24px;
	font: Georgia,"Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}


/* CSS FOR SLIDESHOW SCRIPT */
.imageSlideshowHolder
	{
	margin:0px;	/* "Air" */
	width:570px;	/* Image width */
	height:145px;	/* Image height */		
	position:relative;
	border:1px solid #eeeeee;
	}


/* Don't change these values */
.imageSlideshowHolder img
	{
	position:absolute;
	left:0px;
	top:0px;
	}