

a:link {color:ffff00; text-decoration:none; font:12px, arial;}
a:active {color:ffff00; text-decoration:none; font:12px, arial;}
a:visited {color:ffff00; text-decoration:none; font:12px, arial;}
a:hover {color:ffffff; text-decoration:underline; font:12px, arial;}


body{
background-color:484C89;
color:ffffff;
font-family: arial;
font-size: 10px;
}


h5{
font-size: 14px;
margin-left: 10px;
margin-bottom: 0;
padding-bottom: 0; 
}

p{
font-size: 12px;
margin-left: 10px;
margin-top: 0;
}


.pbox{
font-size: 12px;
padding: 2px;

}

.quote{
font-size: 14px;
font-style: italic;
padding: 6px;
}

h3{
font-size: 14px;
font-weight: bold;
color: ffff00;
margin-left: 10px;
}


h4{
font-size: 18px;
font-weight: bold;
color: ffff00;
margin-bottom: 0;
padding-bottom: 0; 
}

h4 a{
font-size: 18px;
font-weight: bold;
color: ffff00;
margin-bottom: 0;
padding-bottom: 0; 
}


.title{
font-size: 18px;
font-weight: bold;
color: ffff00;
}

.title a{
font-size: 18px;
font-weight: bold;
color: ffff00;
}


.little{
font-size: 10px;
}

.homebox{
background-color: 7f82ad;
border:3px solid white;
margin-left: 5px;
}

.bottomnav{
font-size: 10px;
}

.bottomnav a{
font-size: 10px;
color:ffffff;
}

.bottomnav a:hover{
font-size: 10px;
color: ffff00;
text-decoration: underline;
}

.bgimg{  
background: url(images/header.gif); 
background-repeat: no-repeat; 
background-position: top;
}

.floatright{
float:right;
}

/**************** menu coding *****************/
#menu {
width: 125;
height: 225;
background: 484C89;
float: right;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0px;
background: #000;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: ffffff;
margin: 0;
padding: 0px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: 000000;
text-decoration: none;
}

#menu a:hover {
color: ffff00;
background: 484C89;
}

#menu li {
position: relative;
}

#menu ul ul {
height: 45px;
}

#menu ul ul ul {
position: absolute;
height:auto;
top: 0;
right: 100%;
width: 75%;
padding: 0px;
margin:0;
border-width: 2px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
</style>
<![endif]-->
