body {
  margin: 0px;
  padding: 0;
  background-image: url(images/SWNMA_HOME.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
}
html, body {
  margin: 0px;
  padding: 0;
}
#wrapper {
  width: 900px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
}
#centerhome {
  float: right;
  width: 800px;
  background-color: transparent;
}
.centercolH {
  width: 700px;
  padding: 0;
  background-color: transparent;
}
#centerpage {
  float: right;
  width: 650px;
  background-color: transparent;
}
.centercolL {
  float: left;
  width: 600px;
  margin-top: 10px;
  background-color: #fff;
}
#homeL {
  float: right;
  width: 210px;
  color: #512727;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  background-color: transparent; 
}

.centercolR {
  float: right;
  width: 140px;
  padding: 20px 10px 0 10px;
  background-color: #fff;
}

#homeR {
  float: right;
  height: 100%;
  padding: 15px 0 0 0;
}
#pageL {
  float: left;
  width: 183px;
  height: 100%;
  background-color: #000; 
}
#pageR {
  float: right;
  width: 183px;
  height: 100%;
  background-color: #000;  
}
.centertext {
  font: 13px arial;
  color: #1C4D0B;
  line-height: 1.5em;
  padding: 0 0 20px 15px;
}
.texttitle {
  color: #683A05;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0px 20px 10px;
  }
  
.texthead {
  color: #512727;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0px 5px 20px;
  }
.text {
  color: #683A05;
  font-family: arial;
  font-size: 12.5px;
  line-height: 1.5em;
  padding: 2px 20px;
  }
  
.textred {
  color: #BB400F;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  margin-left: 30px;
  }
  .lists {
  color: #683A05;
  font-family: Arial;
  font-size: 12px;
  line-height: 1.5em;
  padding-left: 20px;
  margin: 20px;
  }
  .lists ul {
  list-style: circle;
  margin: 0;
  padding: 0;
  }
  .lists ul li {
  margin: 0;
  }
  .note {
  color: #683A05;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2em;
  }
  
.righttext{
  font: 13px arial;
  color: #1C4D0B;
  line-height: 1.5em;
}

.colheader {
  font: 13px arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #053D05;
  text-align: left;
  padding: 10px 0 5px 13px;
}
#footer {
  background: transparent;
  width: 900px;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  padding: 0px;
  margin-top: 27px;
  color: #000;
  border-top: 1px solid #C28A49;
  border-width: 1px 1px;
}

p.dotted {
border-bottom-style: dotted;
margin: 15px;
border-color: #D3BAA1;
align: center;
width: 60%;
}
#clear {
  clear: both;
}

A.type1:link    {color:#512727; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type1:visited {color:#512727; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type1:active  {color:#512727; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type1:hover   {color:#D4821E; font-size: 13px; font-weight:bold; font-family: arial; text-decoration:none;}

A.type3:link    {color:#512727; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type3:visited {color:#512727; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type3:active  {color:#512727; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}
A.type3:hover   {color:#E3AE6E; font-size: 11px; font-weight:bold; font-family: arial; text-decoration:none;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 100%;
margin-top: 210px;
margin-bottom: 0;
overflow: hidden;
background-color: transparent;
}

.indentmenu ul{
margin: 0;
padding: 0 0 0 90px;
float: center;
width: 100%; /*width of menu*/
border: 0px  0px solid #C28A49;
border-width: 0px 0;
background: #E8E5BC url(images/indentB.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000;
padding: 12px 29px;  /*width of nav sections */
text-decoration: none;
border-right: 1px solid ; 
}

.indentmenu ul li a:visited{
color: #000;
}

.indentmenu li:first-child a {
		border-left: 0px solid #C28A49;
	}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 12px; /*shift text down 1px for selected and active item*/
padding-bottom: 12px; /*shift text down 1px for selected and active item*/
background: #E8E5BC url(images/indentB3.gif) center center repeat-x;
}