body {
	background-color: #6699CC;
	margin: 0px;
	font-family: "Lucida Sans", Arial, sans-serif;
}
table {
	border: 1px solid #000000;
	padding: 0px;
	background: #FFFFFF;
}
p,ul,ol {
	color: #000000;
	font-size: 80%;
	font-family: "Lucida Sans", Arial, sans-serif;
	text-align: left;
}
#header {
	background: #000000 url(http://spot.pcc.edu/~afreed/images/head_index.jpg) no-repeat right;
	height: 81px;
	width: 100%;
	color: #FFFFFF;
	font-size: large;
	text-align: left;
	text-indent: 20px;
}
#buttress {
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	text-align: center;
}
.skipnav { display: none; }
#nav {
	background: #C0C0C0;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
	font-family: Verdana, "Lucida Sans", sans-serif;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
}
#nav ul li {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
}
#main {
	padding: 10px;
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #000000;
}
#footer {
	color: #555555;
	font-size: 60%;
	font-family: Verdana, "Lucida Sans", Arial, sans-serif;
	text-align: center;
}
.title {
	color: #000000;
	background: #CCCCCC;
}
a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	color: #ff0033;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Lucida Sans", Arial, sans-serif;
}
h1{
	color: #FFFFFF;
	font-size: 155%;
	font-weight: bold;
}
h2 {
	color: #707070;
	font-size: 130%;
	border: 1px solid #cccccc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
	text-align: left;
}
h3 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 0px;
	text-align: left;
}
