body {
    color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #000;
}

body, table { /* Why do tables use larger font otherwise? */
    font-size: 12px;
	color: #fff; 
}

a { color: #3399ff
}

td {
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	vertical-align: top;
	text-align: left;
	}
 
/* no borders on images */
img {
bordercolor: #ffffff;
}


#globalheader {
    background: #eee;
    margin-bottom: 1em;
}

#localheader {
    background: #eee;
    margin-bottom: 1em;
}

#localfooter {
    background: #eee;
    margin-top: 1em;
}

#globalfooter {
    background: #eee;
    margin-top: 1em;
    text-align: center;
}

.pager {margin-top: 1em;}

.more {margin-top: 1em;}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
    width:870px;
    height:200px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

#pagecontent {
background-color:#ffffff;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/