@charset "utf-8";

#two_column_contentright {
	width: 680px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
#two_column_contentright_clear {
	clear: both;
}
#two_column_rightlarge_clear {
	clear: both;
}
#two_column_leftsmall_clear {
	clear: both;
}
#two_column_leftsmall {
	background-color: #FFFFFF;
	padding: 20px;
	float: left;
	width: 160px;
}
#two_column_rightlarge {
	background-color: #FFFFFF;
	padding: 20px;
	float: right;
	width: 420px;
}
#two_column_contentright h1, #two_column_contentright h2, #two_column_contentright h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
#two_column_contentright p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.quote {
	color: #969c5a;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#left_side_nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#left_side_nav a:link, #left_side_nav a:visited {
	display: block;
	height: 40px;
	width: 140px;
	line-height: 40px;
	text-align: left;
	background-image: url(http://ogallalabody.cmcconnell.com/images/Side-Nav-Buttons.png);
	text-decoration: none;
	color: #333333;
	font-size: 14px;
	padding-left: 20px;
}
#left_side_nav a:hover, #left_side_nav a:active {
	display: block;
	height: 40px;
	width: 140px;
	line-height: 40px;
	text-align: left;
	background-image: url(http://ogallalabody.cmcconnell.com/images/Side-Nav-Buttons-Up.png);
	text-decoration: underline;
	color: #333333;
	font-size: 14px;
	padding-left: 20px;
}
