body {
  margin: 0px;
  padding: 0;
  background-color: #fff;
}
html, body {
  margin: 0px;
  padding: 0;
}
#wrapper {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background-color: #9A2E12;
}
#top {
  margin-bottom: 0px;
  width: 900px;
  height: 146px;
}
#centerhome {
  float: left;
  width: 749px;
  background-color: #9A2E12;
}
#centerpageR {
  float: left;
  width: 748px;
  background-color: #fff;
}
#center {
  padding: 0px;
}  
#homebottom{
  padding: 0px;
  background-color: #fff;
}
#columnL {
 float: left;
 width: 525px;
 background-color: #fff;
}
#columnR {
  float: right;
  width: 200px;
  margin-right: 0px;
  background-color: #fff; 
}

.title {
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
  color: #435D5C;
  margin: 20px  0px 0px 20px;
}
.header {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #435D5C;
  margin: 20px  0px 0px 20px;
}
.lefttext {
  font-family: Verdana;
  font-size: 12px;
  color: #435D5C;
  line-height: 1.6em;
  padding: 10px 20px;
}
.righttext {
  font-family: Verdana;
  font-size: 12px;
  color: #435D5C;
  line-height: 1.6em;
  padding: 10px 20px;
}
ul{
  font-family: Verdana;
  font-size: 11px;
  line-height: 1.5em;
  list-style-type: square;
  color: #435D5C;
}
#centerpageL {
  float: left;
  width: 151px;
}
#clear {
  clear: both;
}
#footer {
  background: #9A2E12;
  border-top: 0px solid #fff;
  width: 900px;
  height: 20px;
  padding: 5px 0px;
  text-align: center;
  font-family: arial;
  font-size: 11px;
  color: #fff;
}

#text {
  font-family: arial;
  font-size: 12px;
  color: #191C18;
  text-align: justify;
  line-height: 1.2em;
  padding: 5px;
}
#textsmall {
  font-family: Verdana;
  font-size: 12px;
  color: #fff;
  text-align: justify;
  line-height: 1.2em;
  padding: 5px 20px;
}
A.type1:link    {color:#fff; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:visited {color:#fff; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:active  {color:#fff; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type1:hover   {color:#6BBC5E; font-size: 11px; font-weight:bold; text-decoration:none; font-family: arial;}

A.type2:link    {color:#435D5C; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:visited {color:#435D5C; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:active  {color:#435D5C; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}
A.type2:hover   {color:#6BBC5E; font-size: 12px; font-weight:bold; text-decoration:none; font-family: arial;}

/* menu */
.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 151px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: #77240E url(images/glossyback2.gif) repeat-x bottom left;
font: bold 14px Verdana;
color: white;
display: block;
width: auto;
padding: 11px 0;
padding-left: 15px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}
.glossymenu li a:visited{
color: #fff;
}
.glossymenu li a:active{
color: #50700C;
}
.glossymenu li a:hover, .glossymenu li .current{
background-image: url(images/clear.gif);
}
.glossymenu li a:hover, .glossymenu li.current a{
    color: #000;
	background: #50700C url(images/clear.gif) repeat-x bottom left;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
