body {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.5;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10px;
}

a:link {color: #cccccc; text-decoration: underline; }
a:visited {color: #cccccc; text-decoration: none; }
a:hover {color: #cccccc; text-decoration: underline; }
a:active {color: #cccccc; }

.Header {
	background-color:#d28136;
	background-image:url(/images/design/orange/bk_header.png);
	background-position:left;
	background-repeat:no-repeat;
	height: 90px;
}
.NewstxtTitle { 
font-family: Verdana, 'Lucida Grande', arial, sans-serif;
line-height: 1.5;
color: #d28136;
font-size: 10px;}

.bodyORG {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.5;
	color: #d28136;
	font-size: 10px;
}

.Icon {
	background-color:#d28136;
	background-image:url(/images/design/orange/icon_header.png);
	background-position:right;
	background-repeat:no-repeat;
	width: 100px;
	height: 90px;
}

.LefsidePic {
	background-color:#d28136;
	/*background-image:url(/images/design/orange/leftside_pic.jpg);*/
	background-image:url(/images/tmp/o1.png);
	background-position:left;
	background-repeat:no-repeat;
	width: 149px;
	height: 600px;
}

.RightsidePic {
	background-color:#d28136;
	background-image:url(/images/tmp/o2.png);
	background-position:left;
	background-repeat:no-repeat;
	width: 147px;
	height: 600px;
}

.footer {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	line-height: 1.3;
	text-decoration: none;
}
.footer a:link {color: #FFFFFF; text-decoration: underline; }
.footer a:visited {color: #FFFFFF; text-decoration: underline; }
.footer a:hover {color: #FFFFFF; text-decoration: none; }
.footer a:active {color: #FFFFFF; text-decoration: underline; 

}

.Mediumbody {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.5;
	color: #FFFFFF;
	font-size: 9px;
}

.Smallbody {
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	line-height: 1.3;
	color: #666666;
	font-size: 8px;
}

.Newstxt { 
width: 239px;
background-image:url(/images/design/news/bk.png);
background-repeat:repeat;
font-family: Verdana, 'Lucida Grande', arial, sans-serif;
line-height: 1.3;
font-size: 10px;}

.Newstxt { 
width: 239px;
background-image:url(/images/design/news/bk.png);
background-repeat:repeat;}

.Newsbot{ 
height: 22px;
width: 239px;
background-image:url(/images/design/news/bottom.png);
background-repeat:no-repeat;
}

.BluBox {
	/*background-color:#1d85ad;*/
	height: 70px;
}

.GrnBox {
	/*background-color:#859544;*/
	height: 70px;
}

.OrgBox {
	/*background-color:#d28136;*/
	height: 70px;
}

.RedBox {
	/*background-color:#b20714;*/
	height: 70px;
}

/* Accordion Navigation Styles */
.accordionmenu{
/* margin: 5px 0; */
padding: 0;
margin-top: 0;
margin-bottom: 0;
width: 147px; /*width of menu*/
height: 37px;
/* border: 1px solid #FFFFFF; */
}

.accordionmenu div.silverheader a{
background: #CCCCCC /* url(../../scripts/accordion/silvergradient.gif) repeat-x center left; */
font: normal 12px Verdana, 'Lucida Grande', arial, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
border-bottom: 2px solid;
border-bottom-color: #FFFFFF;
}


.accordionmenu div.silverheader a:visited, .accordionmenu div.silverheader a:active{
color: white;
}


.accordionmenu div.selected a, .accordionmenu div.silverheader a:hover{
/* background-image: url(../../scripts/accordion/silvergradientover.gif); */
color: #FFFFFF;
background-color: #d28136;
}

.accordionmenu div.submenu{ /*DIV that contains each sub menu*/
background: #808080;
font: normal 11px Verdana, 'Lucida Grande', arial, sans-serif;
color: #FFFFFF;
/* padding: 5px; */
height: 482px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
background-image:url(../../images/design/bk_nav.png);
background-position:bottom;
background-repeat:no-repeat;
}