body {
	background-color: #FFFFFF;
	background-image: url(http://gds.parkland.edu/headers/class-bg.gif);
	background-repeat: repeat-x;
}
p, li {
	color: #000000;
}
h1, .big {
	color: #845BFF;
}
h2, .big2 {
	color: #845BFF;
}
.menu {
	color: #6633FF;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
.clearFloat {
  clear: right;
  display: block;
}
a,  a:link {
	color: #6633FF;
}
    
#stripes tbody tr td {
	background-color:  #E3D5FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#stripes td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C9B7FF;
}
#stripes tbody tr.odd td {
    background-color: #D5C6FF;
}
#hours tbody tr {
	background-color:  #E3D5FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 0 auto 0 auto;
	min-width: 960px;
	text-align: left;
	width: 100%;
}
#logo {
	position:absolute;
	width:900px;
	height:125px;
	z-index:2;
}
#logoSafe {
	position:absolute;
	width:899px;
	height:125px;
	z-index:1;
}

#content {
	width: 600px;
	z-index: 5;
	padding-top: 90px;
	padding-left: 110px;
	margin-right: 250px;
}


#topLinks {
	top:125px;
	left: 40px;
	width: 900px;
	padding-top: 125px;
	padding-left: 40px;
}
#menuLayer {
	float: right;
	width: 220px;
}
#menuTop {
	padding-top: 40px;
	padding-right: 20px;

}

#menuIndent {
	margin-left: 16px;
	margin-top: 4px;
}
