body
{
    font-family: Helvetica, Arial;
    font-size: 12px;
}

img
{
    border: 0;
    display: block;
}

p
{
    margin: 0;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    padding: 0;
    border: none;
}

b
{
    color: #2576AB;
}

h1 {
    color: #2576AB;
    font-size: 1.2em;
}

ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

a
{
    cursor: pointer;
}

a:hover, a:link, a:visited
{
    text-decoration: none;
    color: #2576AB
}

#morelinks td
{
    height: 20px;
}

#boxes a
{
    color: #5E5D60;
    font-size: 16px;
}

.outer {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div#htap
{
    position: absolute; 
    top: 149px; 
    left: 263px; 
    display: none; 
    cursor: pointer;
}

div#cpsmap
{
    position: absolute;
    top: 149px; 
    left: 485px; 
    display: none; 
    cursor: pointer;
}

div#htap_box
{
    border: solid 1px #CCCCCC; 
    background-color: #FFFFFF; 
    width: 205px; 
    height: 120px;
}

div#cpsmap_box
{
    border: solid 1px #CCCCCC;
    background-color: #FFFFFF;
    width: 285px;
    height: 95px;
}

.submenu_top
{
    margin-top: 10px;
}
.submenu_top a {
    display: block;
    width: 100%;
    height: 25px;
    text-indent: 15px;
    line-height: 25px;
}
.submenu_top a:hover {
    background-color: #e5e5e5;
}


.submenuitem_sel
{
    border-top: solid 1px #CCCCCC; 
    border-bottom: solid 1px #CCCCCC; 
}

.submenuitem_sel a
{
    font-weight: bold;
    font-size: 11px; 
    color: #534741;
}

.submenuitem
{ 
}

.submenuitem a
{
    font-size: 11px; 
    color: #534741;
}

.menu
{
    position: relative; 
    cursor: pointer;
}

#vmenu {
    list-style: none;
    padding-top: 45px;
    width: 150px;
    height: 300px;
    padding-left: 50px;
    background: url(../images/background.png) no-repeat;
    margin: 0px;
}

#vmenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#vmenu>li
{
    padding-bottom: 15px;
    color: #000000;
}

#vmenu a
{
    color: #000000;
    font-family: Helvetica, Arial;
    font-size: 12px;
    text-decoration: none;
    padding: 8px 0px 0px 0px;
    font-weight: normal;
    cursor: pointer;
}

#vmenu .selected
{
    color: #2576AB;
    font-weight: bold;
    cursor: pointer;
}

#vmenu_sub li
{
    padding-left: 15px;
    padding-top: 15px;
}

textbox, textarea
{
    font-family: Helvetica, Arial;
    font-size: 12px; 
}

.contentLeft {
    background-image: url(../images/menu_leftbg.jpg);
    background-repeat: repeat-y;
    width: 19px;
   
}
.contentRight {
    background-image: url(../images/menu_rightbg.jpg);
    background-repeat: repeat-y;
    width: 13px;
}