.style1 {
	color: #FF0000
}

.tutorialContent {
	width: 550px;
	height: auto;
	overflow: scroll;
}

#tutorialLinks a {
	color: #08c;
	text-decoration: underline;
}

#tutorialLinks a:hover {
	text-decoration: underline;
	color: red;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
}

.downloadLink {
	font-size: medium;
	font-weight: bolder;
	text-align: left;
}

.question {
	color: #08c;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
}

.answer {
	font-family: Arial;
	text-align:justify;
	font-size: 13px;
	padding: 0px 0px 20px 0px;
}


#bannerOne {
	margin: 0 auto; /* This centers the container DIV on the page */
	width: 982px;
	height: 70px;
}

#bannerOneleftcolumn {
	float: left;
	margin: 0;
	width: 434px;
	height: 100%;
}

#bannerOneRightcolumn {
	float: right;
	margin: 0;
	width: 548px;
	display: inline;
}

#bannerTwo {
	margin: 0 auto; /* This centers the container DIV on the page */
	width: 982px;
	height: 90px;
}

#bannerTwoleftcolumn {
	float: left;
	margin: 0;
	height: 100%;
}

#bannerTwoRightcolumn {
	float: right;
	margin: 0;
	display: inline;
}


