/* CSS for mcowen.org - gray pinstripe background */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/pinstripe_gray1.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	position: relative;
	color: #000000;
	text-decoration:underline;
}
a:visited {
	position: relative;
	color: #333333;
	text-decoration:underline;
}
a:hover {
	position: relative;
	color: #333333;
	text-decoration:none;
}
a:active {
	position: relative;
	color: #000000;
	text-decoration:underline;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.left {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_left.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.left[class] {
  background-image:url(images/shadow_left.png);
}
.right {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_right.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.right[class] {
  background-image:url(images/shadow_right.png);
}
.lowerdropl {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_lowerdropl.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.lowerdropl[class] {
  background-image:url(images/shadow_lowerdropl.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.lower {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_lower.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.lower[class] {
  background-image:url(images/shadow_lower.png);
}
.lowerdropr {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_lowerdropr.png');
	background-repeat: no-repeat;
	background-position: right top;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.lowerdropr[class] {
  background-image:url(images/shadow_lowerdropr.png);
  background-repeat: no-repeat;
  background-position: right top;
}
.lowerleft {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_lowerleft.png');
	background-repeat: no-repeat;
	background-position: right top;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.lowerleft[class] {
    background-image:url(images/shadow_lowerleft.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.lowerright {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_lowerright.png');
	background-repeat: no-repeat;
	background-position: left top;
}
/* IE ignores styles with [attributes], so it will skip the following. */
.lowerright[class] {
    background-image:url(images/shadow_lowerright.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.links {}
.projects {}
.lineheight {
	line-height: 80%;
}
