
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #44577F;
color: White;
float: left;
width: 650px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;

}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: #44577F;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
border-left: 0px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #F04F40;
color: #fff;
}





#colophon ul
{
padding-left: 0;
margin-left: 0;
background-color: #44577F;
color: White;
float: left;
width: 650px;
font-family: arial, helvetica, sans-serif;
font-size: 12px;

}

#colophon ul li { display: inline; }

#colophon ul li a
{
padding: 0.2em 1em;
background-color: #44577F;
color: White;
text-decoration: none;
float: left;
border-right: 0px solid #fff;
border-left: 0px solid #fff;
}

#colophon ul li a:hover
{
background-color: #44577F;
color: White;
}

p
{
    COLOR: "#000066";
    FONT-FAMILY: ARIAL;
	font-size:10pt;
    TEXT-DECORATION: NONE;
	TEXT-WEIGHT:BOLD
}

.linkn:link
{
    COLOR: "#000066";
    FONT-FAMILY: ARIAL;
	font-size:10pt;
    TEXT-DECORATION: NONE;
	TEXT-WEIGHT:BOLD
}
.linkn:visited
{
     COLOR: "#000066";
    FONT-FAMILY: ARIAL;
	font-size:10pt;
    TEXT-DECORATION: none;
TEXT-WEIGHT:BOLD
}
.linkn:active
{
    COLOR: "#000066";
    FONT-FAMILY: ARIAL;
	font-size:10pt;
    TEXT-DECORATION: none;
TEXT-WEIGHT:BOLD
}
.linkn:hover
{
    color:"#ff0000";
	TEXT-DECORATION:none;
	TEXT-WEIGHT:BOLD
}
.linka:link
{
    COLOR: "#003366";
    FONT-FAMILY: verdana;
	font-size:14pt;
    TEXT-DECORATION: none;
	font-weight : bold;
}
.linka:visited
{
     COLOR: "#003366";
    FONT-FAMILY: verdana;
	font-size:14pt;
    TEXT-DECORATION: none;
	font-weight : bold;
}
.linka:active
{
    COLOR: "#003366";
    FONT-FAMILY: verdana;
	font-size:14pt;
    TEXT-DECORATION: none;
	font-weight : bold;
}
.linka:hover
{
    color:"#ff0000";
	TEXT-DECORATION: none;
	font-weight : bold;
}

