/*----------------------
---right side styles----
----------------------*/

#right {
	background: #FFFDE3;
}
#banner {
	background: url(../graphics/top_QandA.gif) no-repeat;
}
#banner h1{
	display: none;
}
#content_left {
	float: left;
	width: 258px;
	padding: 0;
	margin: 0;
}
#photo {
	height: 260px;
	width: 258px;
	background: url(../graphics/photo_QA1.jpg);
}
#content {
	float: right;
	width: 534px;
	padding-top: 20px;
	margin: 0;
	color: #000000;
}
#content p{
	margin: 0 90px 20px 30px;
}
#info {
	background-color: #EBF0DB;
	width: 222px;
	height: 100%;
	padding: 10px 18px;
	color: #827668;
}

/*----------------------
-------text styles------
----------------------*/

h2.info_head {
	color: #7496AF;
	margin-left: 0;
}
h2.head1 {
	color: #000000;
	margin-left: 30px;
	margin-right: 90px;
}
.head {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
	color: #7496AF;
}
#content ul {
	margin: 20px 100px 20px 40px;
	list-style-type: circle;
}
#content ol {
	margin: 20px 90px 0 50px;
}
ol li {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 2em;
}
.more {
	font-weight: normal;
	color: #99C499;
	text-decoration: none;
}
.linkout {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.infolink {
	font-weight: bold;
	color: #7496AF;
	text-decoration: none;
}