body {
	background-color: #F4F5F3;
	margin: 0px;
	clear: both;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;






	font-size: 12px;
	color: #666666;
	font-size: 18px;

	font-weight: normal;
	letter-spacing: 2px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.main {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	
}
.main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-top: 5px;

}

.main a:link{
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCCC;
}
.main a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
.main a:hover{
	color: #333333;
	text-decoration: none;
	background-color: #EBEBEB;
}
a.nohover:hover {
background: none;
border: none;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}

.portfolio {
	background-color: #F7F3E7;
	padding: 4px 4px 2px;
	display: block;
	background-position: center;
	vertical-align: middle;
}
.quots {
	background-image: url(art/quotes.gif);
	background-repeat: no-repeat;
	width: 300px;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	padding-left: 75px;
	padding-bottom: 10px;
}
hr {
	color: #EFEFEF;
	background-color: #EFEFEF;
}
.nospace {
	margin: 0px;
	padding: 0px;
}
.bgwhite {
	background-color: #FFFFFF;
}
.date-header {
  margin: 1.5em 0 0;
  font-weight: normal;
  color: $dateHeaderColor;
  font-size: 100%;
}
.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	line-height: 16px;
}
.menu a:link{
	color: #CCCCCC;
	text-decoration: none;
}
.menu a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
.menu a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFCC;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
.orange a:link{
color: #FF9900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFF99;}
