#bd /* overrides styles defined in iarc.css */
{
	padding: 2.5em 0 0 0;
	background-color: transparent;
	border: none;
}
#Apply
{
	display: block;
	height: 3em;
	line-height: 3em;
	color: white;
	background-color: #999999;
	text-decoration: none;
	text-align: center;
	font-size: 124%;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-bottom: 0.80645em; /* = 1/1.24 */
}

#Apply strong
{
	font-weight: bold;
}

#Apply:hover
{
	background-color: #aaa;
	cursor: pointer;
}

#MemberCourseSearch
{
	background-color: #CEAD78;
	padding: 1em;
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#MemberCourseSearch h3
{
	margin: 0;
	margin-bottom: 0.92592em; /* = 1/1.08 */
}

#SearchTerm
{
	border: none;
	height: 1.5em;
	line-height: 1.5em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	width: 14em;
	margin-right: 0.5em;
}

#SearchSubmit
{
	border: none;
	background-color: #999;
	height: 1.5em;
	display: block;
	float: left;
	width: 6.5em;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
}

#SearchSubmit:hover
{
	background-color: #aaa;
}
#NewsFeed h2
{
	font-size: 116%;
	
}
#NewsFeed h3
{
	color: #CEAD78;
	border-top: solid 1px #CEAD78;
	margin:0;
	font-size: 100%;

}
p.newsItem
{
	font-size: 86%;
}
p.newsItem a
{
	color: #CEAD78;
}



/* Small text in main column is 15px type with 19px line height */
#Intro, #Blurb
{
	margin: 0;
	font-size: 100%;
	line-height: 1.2667em; /* = 19/15 */
}

#Blurb
{
	text-align: justify;
}

/* Main heading is 25px type with 6.5px margin top & bottom for
   total height of 38px = 2 lines of smaller text */
#MainHead
{
    font-size:170%;

	color: #00C0F1;
	margin: 0.26em 0; /* = (13/25) / 2 */
}

#MainPic
{
	
	display: block;
	margin: 1em auto;
	
}

#MemberList
{
	display: block;
	background: white;
	height: 120px;
	overflow: hidden;
	border-bottom: solid 20px #CEAD78;
	position: relative;
}

#MemberList h2
{
	display: block;
	margin: 0;
	padding: 0 0.25em;
	height: 20px;
	line-height: 20px;
	background-color: #CEAD78;
	color: white;
	text-transform: uppercase;
	font-size: 100%;
}

#PrevLink
{
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	width: 30px;
	height: 100px;
	overflow: hidden;
	background: #7F7F7F url(../images/arrow_left.gif) no-repeat center center;
	text-indent: -9999px;
}

#NextLink
{
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	width: 30px;
	height: 100px;
	overflow: hidden;
	background: #7F7F7F url(../images/arrow_right.gif) no-repeat center center;
	text-indent: -9999px;
}

#MemberList ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	display: block;
	width: 1500px;
	height: 100px;
	margin-left: 30px;
	overflow: hidden;
}

#MemberList ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#MemberList ul li a
{
	display: block;
	background: white;
	height: 100px;
	width: 153px;
	float: left;
	text-decoration: none;
	color: white;
}

#MemberList ul li a img
{
	display: block;
	margin: 0 auto;
	height: 66px;
}

#MemberList ul li a span
{
	display: block;
	background: #666;
	font-size: 86%;
	text-align: center;
	border-right: solid 1px #ccc;
	height: 34px;
	overflow: hidden;
}