@charset "utf-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.twoColFixLt #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 900px;
	margin-top: 20px;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #c2cd23;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.twoColFixLt #mainContent {
	height: auto;
	margin-top: 60px;
	margin-right: 60px;
} 
.underline {
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.corner_logo {
	background-position: top;
	background-image: url(assets/MC3_corner_logo.jpg);
	margin-bottom: 20px;
}

.link_copy {	font-size: 10px;
	letter-spacing: 2px;
}
.nav_cell_justify {
	text-align: right;
	margin-left: 25px;
}
p {
	font-size: 11px;
	line-height: 14px;
}
.subheading {
	font-size: 16px;
	font-weight: normal;
	color: #646c11;
	line-height: 22px;
}
.italic {
	font-style: italic;
}

.img_float_rt {
	float: right;
	margin-left: 15px;


	position: relative
.px;			clip: rect(auto,auto,auto,auto);
	margin-top: 5px;
}
.img_globe {
	padding-top: 250px;
}
.big_type {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.img_float_rt_tp_btm_margin {
	float: right;
	margin-left: 20px;
	margin-bottom: 80px;
	margin-top: 20px;
}

.img_float_left {
	float: left;
	margin-right: 10px;
}



.link_copy_inactive {
	font-size: 10px;
	letter-spacing: 2px;
	color: #000000;
	font-weight: bold;
}
.uppercase {
	text-transform: uppercase;
}
.nudge_table_vert {
	position: relative;
	top: -20px;
}
.recommended {
	position: relative;
	left: 368px;
}
.recommended_table {
	position: relative;
	right: -460px;
	bottom: 255px;
	height: 250px;
}
.author_copy {
	font-size: 10px;
}
.book_bold_copy {
	font-weight: bold;
}
.img_globe_contact {
	padding-top: 0px;
}
.img_float_rtCopy {
	float: right;
	margin-left: 15px;





	position: relative
.px;						clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sidebar_table {
	text-align: right;
	margin-top: 10px;
	width: 120px;
	font-size: 10px;
	margin-left: 25px;
}
.sidebar_table_bold {
	text-align: right;
	margin-left: 0px;
	margin-top: 0px;
	width: 120px;
	font-size: 10px;
	font-weight: bold;
}
.img_float_rtCopy_padtop {
	float: right;
	margin-left: 15px;






	position: relative
.px;								clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-top: 100px;
	margin-bottom: 0px;
}

