body {
	margin: 0; /* zeroes the margins of the body */
	padding: 0; /* zeroes the padding on the body */
	border: 0; /* zeroes off any existing border */
	background-color: #752d30;
	
}
#content {
	background-image:url(images/ta_logo.gif);
	background-position: top;
	background-attachment: scroll;
	background-repeat: repeat-y;
}
p {
	font-family: "Comic Sans MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #000000;
}
h3 {
	font-family: "Comic Sans MS", Tahoma, Verdana, Arial;
	font-size: 22px;
	text-align: center;
	color: #752d30;
}
#footer p {
	color:#000000;
}
#signuplist {
	font-family: "Comic Sans MS", Tahoma, Verdana, Arial;
	text-align: center;
	font-size: 10px;
	color: #f3f0ce;
	vertical-align:top;
	border: 1px solid black;
}
#signuplist h4 {
	font-size: 14px;
}

.bigbody {
	font-size:14px;
	text-align:justify;
}
.other {
	font-family:"Comic Sans MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	text-align: center;
}
.cdbox {
	float: right;
}
.formfont{
	font : normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
	border-color: #000000;
}

.heading{
	font : bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.subscriptionbox{
	width: 400px;
	height: 300px;
	position: absolute;
	left: 10px;
	top: 50px;
}

.divborder{
	border-left: 2px solid #2157D7;
	border-right: 2px solid #2157D7;
	border-bottom: 2px solid #2157D7;
}