@charset "UTF-8";
body  {
	font: 12px/16px Helvetica, Verdana, sans-serif;
	background: #ffffff;
	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;
}

.twoColFixRtHdr #container {
	width: 970px;  /* 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;
	border-right: 1px solid #CC0033;
	border-bottom: 1px solid #CC0033;
	border-left: 1px solid #CC0033;
} 
.twoColFixRtHdr #header {
	background: #ffffff url(/images/3/header.png) no-repeat left top;
	padding: 200 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 240px;
	text-align: right;
	vertical-align: bottom;
} 
.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 234px; /* 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: 5px 10px 15px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 270px 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. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D7B882;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
} 
.text10 {
	font-family: Verdana, Helvetica,  sans-serif;
	font-size: 9px;
	color: #999999;
	line-height: 10px;
}
.twoColFixRtHdr #footer {
	padding: 10; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size: 10px;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B99E77;
	line-height: 12px;
	font-family: Verdana, Helvetica,  sans-serif;
} 
.santa {
	background-image: url(/images/santa_top.png);
	background-repeat: no-repeat;
	float: right;
	height: 213px;
	width: 359px;
	position: absolute;
	z-index: 3;
	top: 0px;
	margin-right: 500px;
}
.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;
}
.menutable {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
	padding: 2px;
	width: 100%;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #C03;
	letter-spacing: 0.5pt;
	font-family: Optima, Verdana, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #09C;
	letter-spacing: 0.5pt;
	font-variant: small-caps;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #C03;
	font-family: Verdana,, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
a:link {
	color: #CC0033;
	text-decoration: underline;
}
a:visited {
	color: #CC6600;
}
a:hover {
	color: #006600;
}
a:active {
	color: #660000;
}
.toctable {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
	margin-top: 5px;
}
.tocblurb1 {
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	width: 25%;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}
.tocblurb2 {
	padding: 5px;
	width: 25%;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
}
.tocblurbtitle {
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	color: #999;
	letter-spacing: 2pt;
	line-height: 20px;
}
.editorial {
	color: #39C;
	padding: 5px;
	width: 234px;
	overflow: auto;
	height: 635px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.twoColFixRtHdr #mainContent2 {
	margin: 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. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#caption {
	font-size: 12px;
	font-style: italic;
	color: #9B733A;
	line-height: 13px;
	margin-top: 2px;
	margin-bottom: 15px;
}
a.menu:link {
	color: #CC0033;
	text-decoration: none;
	font-size: 14px;
	padding: 5px;
	font-family: Optima, Helvetica, Verdana, sans-serif;
}
a.menu:visited {
	color: #CC0033;
	text-decoration: none;
	padding: 5px;
	font-size: 14px;
	font-family: Optima, Helvetica, Verdana, sans-serif;
}
a.menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0033;
	font-size: 14px;
	padding: 5px;
	font-family: Optima, Helvetica, Verdana, sans-serif;
}
h4 {
	font-family:  "Monotype Corsiva", "NuptialScript", "Edwardian Script ITC", "Brush Script MT",  script;
	font-size: 20px;
	color: #006633;
}
