@charset "UTF-8";

/* Maloro Colors: 
	Orange = #f15a22
	Orange Lt= #f7931e
	Dk Brown= #a73621
	Lt Brown= #ba6a27
	Russet= #b83b26
*/

.linkbox {
	font-size: 110%;
	color: #FFFFFF;
	padding-right: 20px;
	text-align: right;
	float: right;
	clear:left;
	margin: 0;
	line-height: 175%;
}	
.linkbox a {
	color: white;
    text-decoration: none;
}
.linkbox a:visited{
	color: ccc;
    text-decoration: none;
}
.linkbox a:hover{
	color: white;
    text-decoration: underline;
}
.linkbox a:active{
	color: yellow;
    text-decoration: underline;
}

#displaypanelhome {
	background-color: #ffeab3;
	background-image: url(images/tile_FFEAB3.gif);
	background-repeat: repeat;
	width: 900px;
	color: #a73521;
	float: left;
	margin-top: 0px;
	padding-bottom: 0px;
}

#slideshow {
	margin: 0px;
	height: 485px;
	width: 672px;
}

.rightdisplay {
	font-size: 100%;
	padding: 5px 20px 0.75em 20px;
}
#displaypanelhome a {
	color: #CC0000;
    text-decoration: none;
}
#displaypanelhome a:visited{
	color: ccc;
    text-decoration: none;
}
#displaypanelhome a:hover{
	color: #f15a22;
    text-decoration: underline;
}
#displaypanelhome a:active{
	color: red;
    text-decoration: underline;
}
