body {
    margin: 0px; background-color: #666666;
    background-image: url(../img/background.gif); background-position: top; background-repeat: repeat-y;
    font-family: Verdana; font-size: 11px; color: white;

}
.tempDiv {
    display: none;
}
#footer {
    position: absolute; bottom: 0px;
}
#main {
	background-color: #737373;
	position: relative;
	width: 950px;
	text-align: left;
	height: 21px;

}
#scrollframe {
    border: none; padding: 0px; margin: 0px;
    background-color: #737373;
}
#scrollUp {
    position: absolute; top: 0px; right: 3px; display: none;
}
#scrollDown {
    position: absolute; bottom: 0px; right: 3px; display: none;
}
.breadcrumb {
    padding-left: 20px;
    font-family: Verdana; font-size: 11px; color: white;
}
.breadcrumbAlt {
    color: black;
}
a:visited {
	font-family: Verdana; font-size: 11px;
	color: #ffffFF;
	text-decoration: underline;
}

a:link {
	font-family: Verdana; font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
a:hover {
	font-family: Verdana; font-size: 11px;
	color: #0099FF;
}
