body {
	/* margin: 0 auto; */
	margin: 0px;
	font-family: Helvetica;
	font-size: 12px;
	color: #3A3A3A;
	line-height: 150%;
	/* background-color: #333333; */
}

p, td, input {
	font-family: Helvetica;
	font-size: 12px;
	color: #3A3A3A;
	line-height: 150%;
}

a:link { color: #3A3A3A; }
a:hover { color: black; }
a:visited { color: #3A3A3A; }

h2 {
	font-size: 12px;
	color: #666666;
}


#content {
	/* location of main content */
}

#formText {
	/* location of signup form */
}

.midContent {
	/* default is HIDDEN!
		starts at 258px to allow for sidebar nav
		total "width" is 1024
	*/
	position: absolute;
	top: 10px; /* 22px; */
	left: 200px; /* 258px; */
	width: 680px; /* 766px; */
	height: 320px;
	border: 0px solid green;
	display: none;
	z-index: 1;
	overflow: auto;
}

/* used to display download page items */

.dlDescription {
	font-family: Helvetica; 
	font-size: 12px; 
	/* line-height: 150%; */ 
	text-align: justify;
	color: #3A3A3A;
	padding-bottom: 5px;
	/* padding-left: 5px; */
}
.dlTitle {
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	/* text-align: center; */
	/* padding-bottom: 10px; */
}
.dlWatch {
	font-family: Helvetica;
	font-size: 13px;
	color: #59595A;
	/* text-align: center; */
}
.dlDownload {
	font-family: Helvetica;
	font-size: 13px;
	color: #EB232A;
	/* text-align: center; */
	/* padding-bottom: 30px; */
}
a.dlWatch {
	font-family: Helvetica;
	font-size: 13px;
	color: #59595A;
	text-align: center;
	text-decoration: none;
}
a.dlDownload {
	font-family: Helvetica;
	font-size: 10px;
	color: #59595A;
	text-align: center;
	text-decoration: underline;
}