.nav-tile {
	background-image: url(images/nav-tile.jpg);
}
.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFF;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #93CA00;
}


.sub_navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFF;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #93CA00;
}



.navigation-sub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}




.green-box {
	background-image: url(images/green-box.jpg);
	background-repeat: no-repeat;
}
.green-box-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #213421;
	font-weight: bold;
	letter-spacing: 0px;
}
.title-bg {
	background-image: url(images/title-bg.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.bg-right {
	background-image: url(images/bg-right.jpg);
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
    width: 448px;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;    
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00000;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.search-bg {
	background-image: url(images/search-bg.jpg);
	background-repeat: no-repeat;
}


.green-box-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.green-box-input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
.cell-bg-grey {
	background-image: url(images/cell-bg-grey.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.table-tile {
	background-image: url(images/table-tile.jpg);
}
.footer-bg {
	background-image: url(images/footer-bg.png);
}
.bg-main {
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.side-title-black {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
.side-title-green {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #00A759;
}
.side-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00a759;
}
.side-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.search-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
a:visited {
	color: #FFFFFF;
}

.errorBox
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    background-color: #FFFFDD;
    border: 1px solid #999999;
}

.searchRow
{
    border-style: soild;
    font-family: Arial, Helvetica, sans-serif;
	    font-size: 12px;
	    color: #545454;
        border-width: 1px;
        border-color: #FFFFFF;
}


.accordion {  
    width: 100%;  
}  
          
.accordionHeader {  
    border: 1px solid #ffffff;  
    color: #00a759;  
    background-color: #ffffff;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionHeaderSelected {  
    border: 1px solid #ffffff;  
    color: white;  
    background-color: #00a759;  
    font-family: Arial, Sans-Serif;  
    font-size: 12px;  
    font-weight: bold;  
    padding: 5px;  
    margin-top: 5px;  
    cursor: pointer;  
}  
          
.accordionContent {  
    background-color: #efefef;  
    border: 1px dashed #ffffff;  
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
}  
