/*--------------------------------------------------------------------------------
Selected Tab
--------------------------------------------------------------------------------*/
#link-02 a:link,
#link-02 a:visited,
#link-02 a:hover,
#link-02 a:active{
	background-color: #99CCFF;
	color: #27458E;
	text-decoration: none;
}

/*--------------------------------------------------------------------------------
Changes to existing tags
--------------------------------------------------------------------------------*/
#unique-content-text ul{
	margin-bottom: 0;
}

#unique-content-photo{
	width: 231px;
}
#unique-content-text{
	width: 569px;
}

/*--------------------------------------------------------------------------------
Content
--------------------------------------------------------------------------------*/
.q-and-a-top ul,
.q-and-a ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.q-and-a-top li,
.q-and-a li{
	float: left;
}
.q-top,
.a-top,
.q,
.a{
	width: 20px;
	text-align: right;
	clear: left;
	padding-right: 1em;
}
.answer-top,
.answer{
	font-style: italic;
	padding-bottom: 1em;
}
.question-top,
.answer-top{
	width: 519px;
}
.question,
.answer{
	width: 690px;
}

/*For bulleted lists inside a question or answer*/
.q-and-a-top ul ul,
.q-and-a ul ul{
	list-style-type: disc;
	margin: 1em 0 0 2em;
}
.q-and-a-top ul ul li,
.q-and-a ul ul li{
	float: none;
}