@charset "utf-8";
body  {
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CAD9EF;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 1.5;
	background-image: url(mco_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 30px;
}
.LeftBlueDiv {
	background-color: #CAD9EF;
	width: 140px;
	padding-left: 10px;
}

p {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align:top;
}
.coupon_div {
	border: 2px solid #CAD9F0;
	width: 610px;
	margin-left: auto;
	margin-right: auto;

}
.coupon_div_inside {
	background-color: #CAD9F0;
	border: 2px solid #CAD9F0;
	margin: 3px;

}
.menu_block {
	background-color: #96A963;
	text-align: center;
	color: #FFFFFF;
	size: 14px;
	font-weight: bold;
}
.coupon_table {
	background-color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 861px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #content {
	width: 861px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColFixHdr #header {
	width: 861px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 160px;
	padding: 10;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.coupon_small {
	font-size: 10px;
}
.coupon_thirds {
	width: 33%;
	display: inline;
}
a.orange:link {
	color: #CC6600;
}
a.orange:visited {
	color: #CC6600;
}
a.orange:hover {
	color: #CC6600;
}
a.orange:active {
	color: #CC6600;
}

a.white:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration:none;	
}
a.white:hover {
	color: #FFFFFF;
	text-decoration:none;	
}
a.white:active {
	color: #FFFFFF;
	text-decoration:none;	
}


a:link {
	color: #627894;
}
a:visited {
	color: #627894;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #627894;
}
.header_text {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.TextHeader {
	display: inline;
	position: relative;
	top: 70px;
	align: center;
	width: 100%;
}
.TextHeader2 {
	display: inline;
	position: relative;
	top: 30px;
	align: center;
	width: 100%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	display: inline;


}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.LeftColumnLinks {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thisContent {
	background-color: #FFFFFF;
	padding: 5px;
	width: 848px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

