body,td,p               {font-family: arial, sans-serif;
                    font-style: normal;
                    font-size: 11px;}

#bodytext           {font-size: 11px;
                    font-weight: normal;
                    color: #000000;
                    padding-top: 9px;
                    padding-left: 30px;
                    padding-right: 23px;
                    padding-bottom: 2px;
                    line-height: 1.5em;}

ul                  {padding-left: 0px;
                    padding-right: 0px;
                    padding-bottom: 0px;
                    padding-top: 0px;
                    margin-left: 34px;
                    margin-right: 20px;
                    margin-bottom: 0px;
                    margin-top: 10px;}

li                  {list-style-position: outside;
                    font-size: 10px;
                    padding-bottom: 10px;
                    list-style-image: url(../template_images/bullet.gif);
                    font-weight: normal;
                    color: #000000;}

#newsheader         {font-size: 11px;
                    font-weight: bold;
                    color: #000000;}

#address            {font-size: 10px;
                    font-weight: normal;
                    color: #6C6C6C;
                    padding-top: 0px;
                    padding-left: 0px;
                    padding-right: 9px;
                    padding-bottom: 0px;
                    text-align: right;}

#header             {font-size: 18px;
                    font-weight: normal;
                    color: #563600;
                    padding-top: 2px;
                    padding-left: 12px;
                    padding-bottom: 1px;}

#headerbold         {font-size: 18px;
                    font-weight: bold;
                    color: #563600;
                    padding-top: 0px;
                    padding-left: 12px;
                    padding-bottom: 0px;}

a.learnmore:link    {font-size: 11px; font-weight: bold; color: #B48D42; text-decoration: none;}
a.learnmore:visited {font-size: 11px; font-weight: bold; color: #B48D42; text-decoration: none;}
a.learnmore:active  {font-size: 11px; font-weight: bold; color: #B48D42; text-decoration: none;}    
a.learnmore:hover   {font-size: 11px; font-weight: bold; color: #B48D42; text-decoration: underline;}


/* JAVA MENU */

/* level 0 inner */
.inner {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
	margin-top: 7px;
	color: #FFFFFF;
    background: url('../template_images/link.gif') repeat-x top left;
}

.inner_active {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 11px;
    text-align: center;
	margin-top: 7px;
    text-decoration: none;
    color: #FFFFFF;
    height: 22px;
    background: #CDB482;
}

* html .inner_active {
    height: 28px;
}

/* level 0 outer */
.outer {
    text-decoration: none;
    background: none;
}
.outer_active {
    text-decoration : none;
    background: #CDB482;
}

/* level 1 inner */
.inner_L2 {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 11px;
    margin: 4px 0px 0px 0px;
    padding: 3px 3px 5px 3px;
    text-indent: 5px;
    color: #FFFFFF;
	text-decoration: none;
}
.inner_active_L2 {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 11px;
    margin: 4px 0px 0px 0px;
    padding: 3px 3px 5px 3px;
    text-indent: 5px;
    color: #FFFFFF;
    text-decoration: none;
}

/* level 1 outer */
.outer_L2 {
    text-decoration : none;
    background-color: #CDB482;
    padding: 0;
}
.outer_active_L2 {
	text-decoration: none;
    background-color: #E0CFB1;
    background-repeat: no-repeat;
    padding: 0;
}


/* END JAVA MENU */


#menu               {background-image:  url(../template_images/link.gif);
                    width:100%;
                    height: 28px;}

#menu ul            {padding:0;
                    margin:0;
                    display:inline;
                    list-style-type:none;}

#menu li            {padding:0;
                    margin:0;
                    display:inline;
                    list-style-type:none;}

#menu a:link        {display:block;
                    float:left;
                    text-align:center;
                    padding-top: 8px;
                    padding-bottom: 9px;
                    padding-left: 10px;
                    padding-right: 10px;
                    border-right: solid 1px FFFFFF;
                    font-size: 11px;
                    font-weight: bold;
                    background-image:  url(../template_images/link.gif);
                    color:#FFFFFF;
                    text-decoration:underline;}

#menu a:visited     {display:block;
                    float:left;
                    text-align:center;
                    padding-top: 8px;
                    padding-bottom: 9px;
                    padding-left: 10px;
                    padding-right: 10px;
                    border-right: solid 1px FFFFFF;
                    font-size: 11px;
                    font-weight: bold;
                    background-image:  url(../template_images/link.gif);
                    color:#FFFFFF;
                    text-decoration:underline;}

#menu a:hover       {font-size: 11px; 
                    font-weight: bold;
                    background-image:  url(../template_images/hlink.gif); 
                    color:#FFFFFF;}

body.home #menu li#home a,
body.item1 #menu li#item1 a,
body.item2 #menu li#item2 a,
body.item3 #menu li#item3 a,
body.item4 #menu li#item4 a,
body.item5 #menu li#item5 a {color: #9B6600; background-image:  url(../template_images/alink.gif);}

#footer             {font-size: 10px;
                    background-color: #EBECEE;
                    color: #9A9A9A;
                    padding-top: 4px;
                    padding-bottom: 5px;
                    padding-left: 0px;
                    text-align: left;}

#addresslink        {font-size: 10px;
                    background-color: #EBECEE;
                    color: #68686A;
                    padding-top: 4px;
                    padding-bottom: 5px;
                    padding-right: 9px;
                    text-align: right;}

a.footer:link       {color: #9A9A9A; 
                    text-decoration: none; 
                    padding-right: 10px; 
                    padding-left: 10px;}

a.footer:visited    {color: #9A9A9A; 
                    text-decoration: none; 
                    padding-right: 10px; 
                    padding-left: 10px;}

a.footer:active     {color: #9A9A9A; 
                    text-decoration: none; 
                    padding-right: 10px;
                    padding-left: 10px;}

a.footer:hover      {color: #9A9A9A;
                    text-decoration: underline;
                    padding-right: 10px; 
                    padding-left: 10px;}

a.addresslink:link  {font-weight: normal;
                    color: #68686A;
                    text-decoration: underline;}

a.addresslink:visited{font-weight: normal;
                    color: #68686A;
                    text-decoration: underline;}

a.addresslink:active{font-weight: normal;
                    color: #68686A;
                    text-decoration: underline;}
                    
a.addresslink:hover {font-weight: normal;
                    color: #68686A;
                    text-decoration: underline;}

.m0l0i {
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
border-right: 1px solid #FFFFFF;
padding-top: 6px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 0px;
text-align: center;
}
.m0l0o {
  font-size: 11px;
    text-decoration : none;
}
.m0l1i {
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
padding-top: 4px;
padding-left: 4px;
padding-bottom: 4px;
text-align: left;
}

.m0l1o {
  font-size: 11px;
    text-decoration : none;
}
.m0l2i {
    text-decoration : none;
    padding: 2px;
}
.m0l2o {
    text-decoration : none;
}
.m0l3i {
    text-decoration : none;
    padding: 2px;
}
.m0l3o {
    text-decoration : none;
}

.tableButton {      background-color:#CDB482;
                    border: 0px #000000 solid;
                    color: #FFFFFF;
                    CURSOR: hand;
                    FONT-FAMILY: Tahoma,Verdana, Arial, sans-serif;
                    font-size:10px;
                    font-weight: bold;
                    padding-left:4pt;
                    padding-right:4px;}
                    
td.header_top {
    text-align:center;
    height: 20px;
    line-height: 20px;
}

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
    color: #E3E3E3;
} 
