a { 
	color: #385ea2; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

/* the black bar itself */
#header{
	position:absolute;
	top:0px;
	left:0px;
	background: #000000;
	height: 50px;
	width: 100%;
}

/* title text on left of black bar */
#headertext{
	color: #ffffff;
	position: relative;
	left: 5px;
	top: 3px;
	font-family: Tahoma, verdana;
	font-size: 32px;
	float:left;
}

/* link on right of black bar */
#headerlink{
	color: #ffffff;
	padding-right: 5px;
	padding-top: 9px;
	font-family: Tahoma, verdana;
	font-size: 22px;
	float: right;
}

/* everything underneath the black bar */
#content{
	position:absolute;
	/* width: 760px; */
	width:95%;
	margin: 65px -15px 0px 15px;
	font-family: verdana, arial;
	font-size:12px;
}

#leftColumn{
	display: inline;
	float:left;
}

#rightParent{
	width:285px;
	float:right;
}

#rightColumnTop{
	background:#EDEDED;
	border-color:gray;
	border-style:solid;
	border-width:1px;
	padding:5px;
	text-align:left;
	width:285px;
	overflow: auto;
	/*display: inline;
	float:right;*/
}

.rightColumnGeneric{
	background:#EDEDED;
	border-color:gray;
	border-style:solid;
	border-width:1px;
	padding:5px;
	text-align:left;
	width:285px;
	overflow: auto;
	/*display: inline;*/
	margin-top:5px;
	margin-bottom:5px;
	/*float:right;*/
}

.searchImages{
	padding-right:15px
}

.searchImagesRow{
	padding-bottom:15px
}