;@charset "UTF-8";
/* CSS Document - meredithreuter.com */

/* general body information */

body { background-color: #FFF; margin-left: 325px; margin-top: 95px; margin-right: 40px; margin-bottom: 10px }

/* type */

body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000; line-height: 14px }

a:link  { color: #000; text-decoration: none; border-bottom: 1px Solid #CCC; }
a:visited { color: #000; text-decoration: none; border-bottom: 1px Solid #CCC; }
a:hover { color: #000; text-decoration: none; border-bottom: 1px Solid #000; }
a:active { color: #000; text-decoration: none; border-bottom: 1px Solid #000; }

.Grey { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #888; line-height: 14px }
.Grey a:link  { text-decoration: none; color: #888 }
.Grey a:visited { text-decoration: none; color: #888 }
.Grey a:hover { text-decoration: none; color: #191919 }
.Grey a:active { text-decoration: none; color: #191919 }

/* rules */

hr {color: #fff; background-color: #fff; border: 1px dotted #CCC; border-style: none none dotted; }

/* containers */

div.menu { position: absolute;
	top: 15px;
	left: 80px;
	width: 80%;
	height: 20px;
	padding: 0px;
	border: 0px;
	z-index: 1 }

div.container { position: absolute;
	top: 180px;
	left: 80px;
	width: 80%;
	padding: 0px;
	border: 0px;
	z-index: 1 }

div.footer { position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	border: 0px;
	z-index: 5;
	visibility: visible;
	background-image: url(../images/FooterDots.gif));
	background-repeat: repeat }
