@charset "UTF-8";


body {
	margin: 0px;
	padding: 0px;
}

#layout {
	background-color: #FFFFCC;
}

#menu {
	width: 554px;
	background-image: url(../images/slices/nav_filler.gif);
	background-repeat: repeat-x;
	background-position: top;
	list-style-type: none;
	height: 29px;
	display: inline-block;
}
#menu .button {
	display: table-cell;
	height: 29px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	list-style-type: none;
}

#menu .button a {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px;
	height: 24px;
	width: inherit;
	padding-top: 6px;
	padding-right: 9px;
	padding-bottom: 6px;
	padding-left: 9px;
}

#menu .button a:link {
}

#menu .button a:visited {
}

#menu .button a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
}

#footer {
	background-color: #C9E3EE;
}

.copyHome {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
