#GClink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
#LogoSide {
	padding-left: 13%;
}

#caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60%;
	color: #666;
	text-align: left;
	width: 360px;
	clear: both;
	float: left;
}
.creditline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	color: #666;
	text-align: right;
	width: 100%;
	padding-bottom: Georgia, "Times New Roman", Times, serif;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAA;
}


#sloganGC {
	float: right;
	padding-bottom: 5px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: 300;
	color: #555;
	text-align: left;
}

.SelectorMaster {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: 300;
	color: #FFF;
	text-align: right;
	padding-right: 10%;
	padding-top: 2px;
	width: 280px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 4px;
	float: right;
	cursor: crosshair;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqRtHdr #sidebarGC {
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15%; /* top and bottom padding create visual space within this div  */
	background-color: #C93;
	float: right;
	height: auto;
}
.sectionTitleDetail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: 400;
	color: #C93;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	clear: both;
}
#GCImage {
	clear: both;
	padding-bottom: 2px;
	float: left;
}
.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: 300;
	color: #9B7526;
	padding-top: 8px;
}
.bodies {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: 200;
	color: #444;
	padding-bottom: 5px;
}
