<!--

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 300px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 300px;  /*For users with JS disabled: Height of each content*/
}

/* Begin Menu Style*/
.rollmenu {border-right: #808080 1px solid; padding-right: 2px; border-top: #808080 1px solid; display: block; padding-left: 2px; font-size: 11px; padding-bottom: 2px; border-left: #808080 1px solid; color: #000000; line-height: normal; padding-top: 2px; border-bottom: #808080 1px solid; font-family: "Arial", "Helvetica", "sans-serif"; background-color: #ffffff; text-decoration: none}
.rollmenu:hover {background-color: #e9e9e9; text-decoration: none}
.menuhead {font-weight: bold; font-size: 12px; color: #000000; background-color: transparent}
#menu1 {left: 1px; visibility: hidden; position: relative; top: 1px; background-color: transparent}
#menu2 {left: 1px; visibility: hidden; position: relative; top: 1px; background-color: transparent}
/* End Menu Style*/

/* Begin Page Style*/
.topmenucontent {font-size: 12px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:none;}
.topmenucontent:hover {font-size: 12px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:underline; font-weight: bold;}
.menucontent {font-size: 13px; color: #525252; font-weight: bold; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:none;}
.menucontent:hover {font-size: 13px; color: #ffffff; font-weight: bold; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:underline;}
.maincontent {font-size: 12px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif";}
.maincontent13 {font-size: 12px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif";}
.maincontentjus {font-size: 12px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif"; text-align:justify;}
.revolvingcontent {font-size: 12px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif"; }
.smallboxheader {font-size: 12px; color: #525252; font-weight: bold; font-family: "Arial", "Helvetica", "sans-serif";}
.smallboxcontent {font-size: 12px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif";}
.smallboxmorelink {font-size: 11px; color: #C8AD18; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:none;}
.smallboxmorelink:hover {font-size: 11px; color: #174C06; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:underline;}
.smallboxlink {font-size: 12px; color: #174C06; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:none; font-weight: bold;}
.smallboxlink:hover {font-size: 12px; color: #C8AD18; font-family: "Arial", "Helvetica", "sans-serif"; text-decoration:underline; font-weight: bold;}
.revolving {font-size: 12px; color: #ffffff; font-weight: bold; font-family: "Arial", "Helvetica", "sans-serif";}
.smallheadercontent {font-size: 9px; color: #525252; font-family: "Arial", "Helvetica", "sans-serif";}
.page_title {font-size: 14px; color: #525252; font-weight: bold; font-family: "Arial", "Helvetica", "sans-serif";}
#scroll { position:absolute; top:0; bottom:-0.1px; width:1em; z-index:-1;}
/* End Page Style*/

/* Begin Content Slider Style*/
.contentslide{
border: 0px solid #174C06;
border-bottom-width: 0px;
padding: 0px;
width: 894px;
height: 180px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 894px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border: 0px solid #174C06;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0 0;
height: 20px;
background-image: url('../images/revolving/page_bar.gif')
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 894px; /*IE5 width*/
w\idth: 894px; /*IE6 width*/
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #174C06;
background-color: white;
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 11px;
height: 11px;

}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #C8AD18;
background-image: url('../images/revolving/page_bar_link.gif')
}
/* End Content Slider Style*/

/* Begin moveImage Style*/
#moveImage1     { position: relative; visibility: hidden; }
#moveImage2     { position: relative; visibility: hidden; }
#moveImage3     { position: relative; visibility: hidden; }
/* End moveImage Style*/
-->