@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: #000000;
	background-image: url(img/brgPattern.gif);
	background-color: #F5F5F5;
}

.twoColFixRtHdr #container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F5F5F5;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* 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;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.twoColFixRtHdr  #sidebar1 a {
	color: #DD0000;
	text-decoration: none;
	font-weight: normal;

}
.twoColFixRtHdr #sidebar1 a:hover {
	text-decoration: underline;
}



.twoColFixRtHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* 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. */
} 

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.menu a {
	text-decoration: none;
	color: #49748D;
	font-weight: bold;
	display: block;
	padding-top: 6px;
	line-height: 10pt;
}
.menu  a:hover {
	text-decoration: underline;
}
.menuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
}
.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;
}
.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;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #DD0000;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(img/paragraph.gif);
	background-repeat: no-repeat;
	background-position: 0% 4px;
	padding-left: 10px;
	line-height: 22px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #DD0000;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 4px;
	line-height: 15px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #DD0000;
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	margin: 0px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD0000;
	text-align: left;
	font-weight: bold;
	margin: 0px;
}



.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 20px;
	text-align: left;
	padding-left: 50px;
	background-image: url(img/ornamentRed.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 50px;
	margin: 0 224px 0 0;
	vertical-align: top;
}
.bodyCopy a {
	text-decoration: none;
	color: #535E6B;
	font-weight: bold;
	border-width: 0px;
	border: none;

}
.bodyCopy a:hover {
	text-decoration: underline;
	color: #DD0000;
}
.bodyCopy    img  {
	color: #535E6B;
	padding: 10px 10px 10px 10px;
}
.right_img   {
	color: #535E6B;
	padding: 10px 10px 10px 10px;
	margin-left: 12px;
}




.weekDay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
}
.littleTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
}
.littleTxt a {
	color: #49748D;
	text-align: left;

}
.littleTxt a:hover {
	color: #E81E14;
}
.table_holyday {
	color: #DD0000;
	font-weight: normal;
}
.table_word {
	color: #DD0000;
	font-weight: bold;
}
