.horbar {
	color: black;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
margin: 0px 6px 0px 6px;    /* top right bottom left */
font-size: 9px;
	white-space: nowrap;
	text-transform: capitalize;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
color:#392F8B;
}

.horbaritem a {
font-size: 9px;
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #555555;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #555555;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:active {
	color: #555555;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #eeeeee;
	border: 1px solid #555555;
}

.item	{
	padding: 3px 3px 3px 10px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
font-size: 9px;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
color:#392F8B
}

.item a:link	{
	color: #555555;
	text-decoration: none;
}

.item a:visited	{
	color: #555555;
	text-decoration: none;
}

.item a:hover	{
	color: #000000;
	text-decoration: none;
}

.item a:active	{
	color: #555555;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}



.horbar {
	color: black;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
margin: 0px 6px 0px 6px;    /* top right bottom left */
font-size: 9px;
	white-space: nowrap;
	text-transform: capitalize;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
color:#392F8B;
}

.horbaritem a {
font-size: 9px;
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #555555;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #555555;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:active {
	color: #555555;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #eeeeee;
	border: 1px solid #555555;
}

.item	{
	padding: 3px 3px 3px 10px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
font-size: 9px;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: normal;
color:#392F8B
}

.item a:link	{
	color: #555555;
	text-decoration: none;
}

.item a:visited	{
	color: #555555;
	text-decoration: none;
}

.item a:hover	{
	color: #000000;
	text-decoration: none;
}

.item a:active	{
	color: #555555;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}




body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 11px;
	background-color: #8EA7C8;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bgTable {
     background-color: #8EA7C8;
     background-image: url(/images/background.jpg);
     background-repeat: repeat-x;
}
li {
font-size: 11px;
	list-style-type: square;
	list-style-image: url(/images/bullet.gif);
	list-style-position: outside;
margin: 0px 0px 5px 0px;
}

P {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 10px 0px 5px 0px;
	font-weight: normal;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 10px 0px 10px 0px;
	font-size: 15px;
	color: #DF9623;
	font-weight: bold;
}

h2 {
margin: 10px 0px 10px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #DF9623;
	font-weight: bold;
}

h3 {
margin: 10px 0px 10px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #DF9623;
	font-weight: bold;
}

h4 {
margin: 10px 0px 10px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

p + h4 {
margin: 50px 0px 10px 0px;
}

a:link     { color: #002060;
             text-decoration: none;
}
a:visited  { color: #002060;
             text-decoration: none;
            }
a:active   { color: #002060;
             text-decoration: none;
           }
a:hover    { color: #000000;
             text-decoration: underline;
              }

#main_content{
font-size: 11px;
}

#main_content{
font-size: 11px;
}

.normal_text{
font-weight: normal;
font-size: 11px;
}

#bulletmenu{
margin: 20px 0px 0px 0px;
}

#imagesection{
margin: 0px 5px 0px 5px;
color: #555555;
}

#imagesection p{
font-size: 9px;
}

div.bulletnormal{
font-size: 11px;
margin: 3px 0px 3px 0px;
padding: 4px 5px 4px 15px;
}

div.bulletcurrent{
color: #002060;
font-weight: bold;
font-size: 11px;
margin: 3px 0px 3px 0px;
padding: 4px 5px 4px 15px;
background-color: #FFFFFF;
}


div.heading {
    background-color: #64879d; 
    color: #EDF2F5;
    padding: 9px; 
    text-align: left; 
    font-size: 16px; 
    font-weight: bold;  
    text-transform: uppercase; 
}
div.leftsidebar {
    font-size: 9px;
    color: #444444; 
}

div.leftsidebar a{
font-size: 9px
color: #444444;
}

div.thebody { 
    padding: 5px; 
    margin-left: 150px; 
    font-size: 10pt; 
    font-family: Tahoma; 
}
div.bottom {
    background-color: #EDF2F5; 
    border: 1px solid #64879d;
    padding: 3px; 
    text-align: center;
    font-size: 11; 
}
.title { 
    margin: 10px 10px 15px 10px;
}
.smalltitle {
    color: #463D9B;
    font-size: 11pt; 
    font-weight: bold;
margin: 5px 10px 5px 10px;
}
div.breadcrumbs {
font-weight: normal;
color: #ffffff;
    font-size: 9px; 
    margin: 2px 0 2px 9px;

}
div.breadcrumbs a{
font-weight: normal;
color: #ffffff;
    font-size: 9px; 
}

div.breadcrumbs a:link     { color: #ffffff;
             text-decoration: none;
}
div.breadcrumbs a:visited  { color: #ffffff;
             text-decoration: none;
            }
div.breadcrumbs a:active   { color: #ffffff;
             text-decoration: none;
           }
div.breadcrumbs a:hover    { color: #ffffff;
             text-decoration: underline;
              }

p.sectionname { 
    font-weight: bold; 
    margin: 0;
}
.leftsidebar p.sectionname {
    padding-left: 15px;
}

.sidepanel {
	background-image: url(/images/side_of_panel.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div.secondary_nav {
font-size: 9px;
color: #989898;
}

div.secondary_nav a{
font-size: 9px;
color: #989898;
}

div.credit {
font-size: 9px;
color: #ffffff;
}

div.credit a{
font-size: 9px;
color: #ffffff;
}

.horbaritem {
background-image: url(/images/buttons/middle.gif); 
background-repeat: repeat-x;
background-position: top;
}
