
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fffacd;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1100px;
}
#outerWrapper #header {
  background-color: #8b2323;
  border-bottom: solid 2px #fff;
  color: #FFFFFF;
  height: 35px;
  padding: 20px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header h1 {
  color: #FFFFFF;
}
#outerWrapper #header h2 {
  color: #FFFFFF;
}


#outerWrapper #subTitle {
  background-color: #cd5c5c;
  border-bottom: solid 2px #fff;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 15px;
  padding: 12px 10px 00px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height: 24px
}



/* NAV BAR */
#outerWrapper #navBarWrapper {
	width: 1100px;
	height: 38px;
  background-color: #deb887;
  border-bottom: solid 2px #fff;
}

#outerWrapper #navBarWrapper #navLeftColumn1 {
  background-color:#deb887;
  float: left;
  padding: 12px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 150px;
}
#outerWrapper #navBarWrapper #navRightColumn1 {
  background-color:#deb887;
  float: right;
  padding-top: 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 170px;
	text-align:center;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #navBarWrapper #navContent {
  background-color:#deb887;
  margin: 0 170px 0 170px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 7px 10px 5px 32px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* NAV BAR END*/




/* MAIN CONTENT */
/* MAIN CONTENT */
/* MAIN CONTENT */
#outerWrapper #contentWrapper {
  background-image: url(../images/back4.jpg);
  background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #cd853f;
  float: left;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #cd853f;
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 200px 0 200px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* MAIN CONTENT END */
/* MAIN CONTENT END */
/* MAIN CONTENT END */









/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}


/*	new footer top */

#f1	{
	margin-left: 201px; 
	width: 698px;
  background-color: #deb887;;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
	color: #000;
	text-align:center;
  padding: 10px 0px 6px 0px;
	height:20px;
}
#f2{
	margin-left: 201px; 
	width: 698px;

	background-color: #cd853f;
  border-bottom: solid 2px #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px 0px 0px 0px;
	color: #000;
	text-align:center;
	height:35px;
}
/* get rid of spacing in footers */
#f1 p, 
#f2 p{
	margin:0px; padding:0px;}
/*	new footer bottom */

/* FOOTER */
#outerWrapper #footer1 {
  background-color: #deb887;;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 0px 10px 0px 10px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
	color: #000;
	text-align:center;
  padding: 10px 10px 6px 10px;
	height:20px;
}
	/* get rid of spacing in footers */
	
#outerWrapper #footer1 p, 
#outerWrapper #footer2 p, 
#outerWrapper #footer3 p{
	margin:0px; padding:0px;}

#outerWrapper #footer2 {
  background-color: #cd853f;
  border-bottom: solid 2px #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px 10px 0px 10px;
	color: #000;
	text-align:center;
	height:35px;
}
#outerWrapper #footer2  p{padding-top:0px;margin:0px;}
/*#outerWrapper #footer3 {
  background-color: #8b2323;
  border-bottom: solid 2px #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	text-align:center;
}*/
/* FOOTER END */

#csrwire_article{

}
