@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	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: #333;
	font-size: 15px;
	background-image: url(/images/tyertrack.gif);
	background-repeat: repeat;
}
form {
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: underline;
	color: #DC7219;
}
a:visited {
	text-decoration: underline;
	color: #DC7219;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
	padding: 0 20px 0 20px;
} 
.twoColFixRtHdr #header { 
	margin: 0 0 10px 0;
	padding: 0;
} 
.twoColFixRtHdr #header .email {
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	width: 210px;
	text-align: center;
} 
.email a:link {text-decoration: none;}
.email a:visited {text-decoration: none;}
.email a:hover {text-decoration: underline; color: #F6851F;}
.email a:active {text-decoration: underline; color: #F6851F;}

.twoColFixRtHdr #header .links { 
	padding: 10px 0 0 0;
	float: right;
	font-size: 90%;
	color: #666666;
} 
.links a:link {text-decoration: none;}
.links a:visited {text-decoration: none;}
.links a:hover {text-decoration: underline; color: #000000;}
.links a:active {text-decoration: underline; color: #000000;}
	
.twoColFixRtHdr #header .logo { 
	margin: 10px 0 0 0;
} 
.twoColFixRtHdr #header .nav { 
	margin: 10px 0 0 0;
} 
.nav a:link {text-decoration: none;}
.nav a:visited {text-decoration: none;}
.nav a:hover {text-decoration: none; color: #000000;}
.nav a:active {text-decoration: none; color: #000000;}

.twoColFixRtHdr #header .button {
	background-image: url(/images/button-bg.gif);
	background-repeat: no-repeat;
	font-size: 100%;
	height: 46px;
	width: 100px;
	padding-left: 10px;
	color: #FFFFFF;
	border-right: #ffffff solid 1px;
} 
.twoColFixRtHdr #header .subnav { 
	margin: 5px 0 5px 0;
	background-image: url(/images/subnav-bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	height:	80px;
} 
.twoColFixRtHdr #header .subnav a { 
	margin: 0px;
	padding: 0px 20px 7px 15px;
	display: block;
} 
.subnav a:link {text-decoration: none;}
.subnav a:visited {text-decoration: none;}
.subnav a:hover {text-decoration: underline;}
.subnav a:active {text-decoration: underline;}

.twoColFixRtHdr #header .link { 
	margin: 0;
	padding-left: 15px;
	background-image: url(/images/arrow-link.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	font-weight: bold;
	color: #000000;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 325px; /* 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 */
}
.twoColFixRtHdr #sidebar1 .sideimg {
	margin: 0 0 10px 0;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 345px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-image: url(/images/heading-green.gif);
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #mainContent h1.title {
	padding: 15px 15px 0 15px;
	height: 30px;
	font-size: 115%;
	text-transform: uppercase;
	margin: 0 0 0 0;
	color: #ffffff;
}
.twoColFixRtHdr #mainContent h2 {
	color: #474b20;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
}
.twoColFixRtHdr #mainContent p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 90%;
}
.twoColFixRtHdr #mainContent .summary { 
	font-size: 110%;
	font-weight: bold;
	color: #474b20;
	margin: 0 0 20px 0;
} 
.twoColFixRtHdr #mainContent .mainbody { 
	padding: 15px;
} 
.twoColFixRtHdr #mainContent  .caterTitle { 
	background-image: url(/images/heading-red.gif);
	background-repeat: repeat-x;
} 
.twoColFixRtHdr #mainContent  .caterBody { 
	margin: 2px 0 0 0;
	padding: 15px;
	background-image: url(/images/cater-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #474b20;
	color: #FFFFFF;
} 
.twoColFixRtHdr #mainContent .book { 
	background-image: url(/images/footer-mac.jpg);
	background-repeat: no-repeat;
	height: 230px;
	padding: 50px 0 0 20px;
	color: #0c456a;
	font-size: 150%;
} 

.twoColFixRtHdr #links { 
	margin: 20px 0 0 0;
	padding: 10px;
	width: 905px;
	height: 245px;
	background-image: url(/images/footer-bg.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
} 
.twoColFixRtHdr #links a { 
	color: #000000;
	text-decoration: none;
} 
.twoColFixRtHdr #links a:hover {text-decoration: underline; color: #000000;}
.twoColFixRtHdr #links a:active {text-decoration: underline; color: #000000;}

.twoColFixRtHdr #links a.root { 
	color: #d37233;
} 
.twoColFixRtHdr #links p { 
	margin: 0 0 10px 0;
	padding: 0;
} 
.twoColFixRtHdr #footer { 
	margin: 0;
	padding: 10px 0 10px 0;
	font-size: 80%;
	color: #666666;
} 
.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: 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;
}
.txt-green {
	color: #474b20;
}
.txt-white, a.txt-white {
	color: #ffffff;
}
.txt-grey, a.txt-grey {
	color: #666666;
}
.txt-red {
	color: #8b0304;
}
.txt-orange, a.txt-orange {
	color: #d37233;
}
.txt-big {
	font-size: 120%;
	font-weight: bold;
}
.txt-small {
	font-size: 90%;
}
.hilite {
	background-color:#FFFFCC;
	border: 1px solid #000000;
	padding: 5px;
}