/* CSS Document: Matt Everley, m.e.designlab */

/* The Counseling Group site */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/tcg_redbg.jpg);
	background-repeat: repeat-x;
}

a:link { font-family: "Times New Roman", Times, serif; color: #990000; text-decoration: underline; }
a:visited { font-family: "Times New Roman", Times, serif; color: #990000; text-decoration: underline; padding: 0px; }
a:hover, a:active {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}

.main {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-top: 0px;
	padding-right: 22px;
	line-height: 16px;
	padding-left: 22px;
	padding-bottom: 22px;
}
a.main:link, a.main:visited { font-family: "Times New Roman", Times, serif; color: #990000; text-decoration: underline; }
a.main:hover, a.main:active { font-family: "Times New Roman", Times, serif; color: #660000; text-decoration: none; }

.mainheader {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #000000;
	padding: 0px;
}

.mainbullets {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-right: 14px;
	line-height: 15px;
	list-style-position: outside;
	padding-top: 6px;
}
