body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color : #f6f4e9;
	background-image: url(../images/BACK.jpg);
	background-repeat: repeat-x;
	margin: 7; /* 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: #333333;
	line-height: 16px;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/Body-BACK.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #841832;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #DDDDDD;
	padding: 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. */
	background-image: url(../images/Banner.jpg);
	background-repeat: no-repeat;
	height: 275px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 207px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0 0 0;
	height: 420px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 211px; /* the left margin on this div element creates the column down the left 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: 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px;
	height: 141px;
	background-image: url(../images/Footer-BACK.jpg);
	background-repeat: repeat-x;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	background-color: #4F0617;
} 
.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;
}

H1 {
	color : #701726;
	font-size : 24px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #931617;
	margin: 0 0 7px 0;
	padding: 5px 0 7px 0;
	line-height: 28px;
}

H2  {
	color : #8F8B57;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 3px 0 1px 0;
	margin: 0;
	line-height: 24px;
}

H3 {
	color : #840A28;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 1px 0;
	margin: 0;
}

H4 {
	color : #8F8B57;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

H5 {
	color : #7B1030;
	font-size : 12px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

H6 {
	color : #7D192C;
	font-size : 11px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

 hr {
	border: none 0;
	border-top: 1px dotted #701726; /*the border*/
	width: 100%;
	height: 1px;
	margin: 11px 0 11px 0;
}


ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 2px;
}

ul li {
	list-style-type: disc;
	margin: 0px 20px 3px 20px;
	padding: 0;
}

a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #931617;
	text-decoration : none;
}

a:visited  {
	text-decoration : none;
	color : #540000;
}

a:hover  {
	color : #BD1919;
}

.twoColFixLtHdr #footer a:link {
	color : #C5C69E;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a:visited {
	color : #C5C69E;
	font-size : 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a:hover {
	color : #FFFFFF;
}
dl {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	float: left;
	border-left: 1px dotted #938d6f;
	width: 160px;
}
dd {
	margin: 0;
	padding: 0 0 5px 0;
}

.smalltext {
	font-size : 11px;
	line-height: 14px;
}

.smalltext a {
	font-size : 11px;
}

.burgundy {
	color : #7D142D;
}
.beige {
	color : #8F8B57;
	font-weight : bold;
}
.white {
	color : #FFFFFF;
	font-weight : bold;
}

strike {
    color: #C00;
}
strike span {
    font-color: #333;
}
