@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #FFF;
}
.twoColFixRtHdr #container {
	width: 812px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0px 25px 0px 25px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixRtHdr #container #mainContent #homeTrigger1 #homeTrigger5 #row1col1 table tbody tr td {
	font-size: 11px;
}

.twoColFixRtHdr #container #mainContent #homeTrigger1 #homeTrigger5 #cookietrail #homeTrigger2 #cookietrail2 #homeTrigger7 table tr td p #Label1 a {
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 16px 30px 0px 5px;
	color: #999;
	line-height: 1.4;
	font-size: 11px;
	letter-spacing: -1px;
	list-style-image: url(individual_carrot.jpg);
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 25px;
	line-height: 1.5;
	font-size: 11px;
	letter-spacing: -1px;
} 
.twoColFixRtHdr #container #mainContent #homeTrigger1 #homeTrigger5 #cookietrail #homeTrigger2 #cookietrail2 #homeTrigger7 table tr td p #Label2 a {
	font-size: 12px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	letter-spacing: -0.7px;
	color: #CCC;
} 
.twoColFixRtHdr #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: 9px;
}
.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;
}
#Label1 {
	font-size: 12px;
	padding-left: 20px;
}
#Label2 {
	font-size: 12px;
	margin-left: 20px;
}
#Label3 {
	font-size: small;
	margin-left: 20px;
	color: #FFF;
}
.twoColFixRtHdr #container #sidebar1 table tr td a {
	color: #999;
	font-size: 11px;
}

#row1col4 #button table {
	color: #FFF;
}
.twoColFixRtHdr #container #mainContent #homeTrigger1 #homeTrigger5 #cookietrail #homeTrigger2 #cookietrail2 #homeTrigger7 table tr td p #Label1 a {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent #homeTrigger1 #homeTrigger5 #cookietrail #homeTrigger2 #cookietrail2 #homeTrigger7 table tr td ul {
	font-size: 10px;
}
.twoColFixRtHdr #container #sidebar1 #row1col2 table {
	font-size: 11px;
}
.twoColFixRtHdr #container #mainContent #cookietrail #cookietrail2 #cookietrail3 #cookietrail4 #cookietrail5 a {
	font-size: 11px;
}
#header table tr td div a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	width: 760px;
	height: 20px;
	padding: 0;
}
