body {
	background-image: url(../LayoutMedia/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

h1 {
	color:#ff5f13;	
}

a:hover {
	color:green;	
}

#wrapper {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
}

#navmenu {
	margin-top:35px;
}

#navmenu ul li {
	font-size: 18px;
	font-family: Optima,Times;
	text-align:center;
}
#navmenu ul li a {
	min-width: 100px;
}
#navmenu ul li a:hover {
	background-image: url(../LayoutMedia/menuButtonHover.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tile {
	margin-left:50px;
	margin-right:50px;
}

#display2 {
	margin-left:-3px;
	margin-right:-3px;
	width:321px;
}

#display3 {
	margin-left: 0px;
}

#logoWrapper {
	float: left;
}

#pageBody {
	background-color:white;
	margin-top: -6px;
}

.dj_ff3 #pageBody {
	margin-top: -9px;
}

.dj_safari #pageBody {
	margin-top: -9px;
}


#navWrapper {
	float: right;
}

.clear {
	clear:both;
}

#leftColumn {
	float: left;
	width: 685px;
	background-color:white;
	padding-left:10px;
}

.HomePage #leftColumn {
	padding-left:0;	
}

#rightColumn {
	float: right;
	width: 274px;
	background-color: #e6fefe;
	height: 400px;

}

#footer {
	background-image: url(../LayoutMedia/bottomBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	height: 60px;
	text-align:center;
	background-color: #9fa287;
	color: #fffdfe;
	padding-top:2px;
	padding-bottom: 5px;
}
#footer a{
	color: #fffcd7;	
}
#footer a:hover {
	color:green;	
}
.sideBox {
	margin-top:-2px;
	margin-bottom:15px;
	padding-left:20px;
}

.sideBoxHeading {
	color:#04cefe;
	text-align:left;	
}

.sideBoxTitle {
	color:#04cefe;
	font-size: 20px;
	font-weight: normal;	
}

.sideBox a {
	color:#04cefe;	
}

.sideBox a:hover {
	color:green;	
}

.sideBoxContent ul li {
	margin-bottom:5px;
	border:none;
}

.sideBoxContent ul {
	list-style-image: url(../LayoutMedia/bullet.png);
}

.footerMenu li {
	display:inline;
	margin-left:10px;
	margin-right:10px;
}

.footerMenu li ul {
	display:none;
}

.sideBoxFooter {
	background-image: url(../LayoutMedia/sideboxfooter.png);
	background-repeat: no-repeat;
}

#buttonDelete {
	display: none;
}
