body {
  min-width: 550px;      /* 2x LC width + RC width */
 width:762px;
 margin: 0 auto;
 	background-color: #DEDBC4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;	
}
#container {
  padding-left: 110px;   /* LC width */
  padding-right: 158px;  /* RC width */
 overflow: hidden;
}
#container .column {
  position: relative;
  float: left;
    padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
#centerColumn {
  width: 100%;
  background-color:#FFFFFF;
}

#centerColumn #mainLeft {width:265px;
					float:left;}

#centerColumn #mainRight {width:227px;
					float:left;}

#leftColumn {
  width: 110px;          /* LC width */
  right: 110px;          /* LC width */
  margin-left: -100%;
  background-color:#660000;
}
#rightColumn {
  width: 158px;          /* RC width */
  margin-right: -158px;  /* RC width */
 background-color:#CFCFCF;
}

div.callout { background-image:url(../images/wfw_19.jpg);
				background-repeat:repeat-y;
				padding-left:12px;
				padding-right:12px;
				}	


#footer { background-color:#000000;
			color:#FFFFFF;	
			font-size: 10px;
			text-align:center;
  clear: both;
  position: relative;
}
/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

ul.bulletlist li { list-style-image:url(../images/red-btn.gif); 					
					font-family: "Times New Roman", Times, serif;
					font-size: 14px;
					}

ul.mythlist li { list-style-image:url(../images/red-btn.gif);
	font-family: "Times New Roman", Times, serif;
				font-weight: bold;
	font-size: 16px;}
ul.mythlist li span.head {color: #770d0b;} 									

/* Original fonts */
.style1 { font-family: "Times New Roman", Times, serif;
font-size: 14px;}

.style3 {font-size: 14px; font-weight: bold; }

.style4 {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.style6 {color: #FFFFFF; font-size: 12px;}

.style8 {
	font-size: 12px; padding-left:8px;
	/*font-family: "Times New Roman", Times, serif;
	font-weight: bold;*/
}

.style9 {font-size: 11px; font-family: "Times New Roman", Times, serif; font-weight: bold; }

.style10 {
	color: #000066;
	font-size: 16px;
}

.style11 {color: #660000}
.style12 {font-size: 16px}
.style14 {color: #660000; font-weight: bold; }

.style20 {color: #770d0b}
.style21 {
	font-weight: bold;
	font-size: 16px;
}

/*  End Font Styles */

/*** IE6 Fix ***/
* html #leftColumn {
  left: 158px;           /* RC width */
}

