BODY	{ SCROLLBAR-BASE-COLOR: #2D2D4A }



a:link		{ color: #014e42; text-decoration: underline }

a:visited	{ color: #014e42; text-decoration: underline }

a:active	{ color: #014e42; text-decoration: underline }

a:hover		{ color: #014e42; text-decoration: underline }




 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */


TABLE		{ COLOR: #404141; FONT: 11px verdana, arial, sans-serif; line-height: 12pt }



/* EVERYTHING ELSE */

.space		{ COLOR: #404141; FONT: 11px verdana, arial, sans-serif; line-height: 14pt }

.green		{ COLOR: #014e42; FONT: 11px verdana, arial, sans-serif; line-height: 12pt; font-weight: bold }

.footer	{ COLOR: #014e42; FONT: 10px verdana, arial, sans-serif; font-weight: normal }


.agent	{ COLOR: #404141; FONT: 10px verdana, arial, sans-serif; font-weight: normal }

.copyright	{ COLOR: #666666; FONT: 8px verdana, arial, sans-serif }

.title		{ COLOR: #014e42; FONT: 14px verdana, arial, sans-serif; font-weight: normal }

.subtitle		{ COLOR: #014e42; FONT: 12px verdana, arial, sans-serif; line-height: 13pt; font-weight: bold }

.subtitlegr		{ COLOR: #014e42; FONT: 12px verdana, arial, sans-serif; line-height: 13pt }

a.footer:link { COLOR: #014e42; FONT: 10px verdana, arial, sans-serif; font-weight: normal }
a.footer:visited { COLOR: #014e42; FONT: 10px verdana, arial, sans-serif; font-weight: normal }
a.footer:active { COLOR: #014e42; FONT: 10px verdana, arial, sans-serif; font-weight: normal }
a.footer:hover { COLOR: #014e42; FONT: 10px verdana, arial, sans-serif; font-weight: normal }

a.letters:link { COLOR: #014e42; FONT: 12px verdana, arial, sans-serif; font-weight: normal }
a.letters:visited { COLOR: #014e42; FONT: 12px verdana, arial, sans-serif; font-weight: normal }
a.letters:active { COLOR: #014e42; FONT: 12px verdana, arial, sans-serif; font-weight: normal }
a.letters:hover { COLOR: #178b79; FONT: 12px verdana, arial, sans-serif; font-weight: normal }

a.name:link { COLOR: #404141; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }
a.name:visited { COLOR: #404141; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }
a.name:active { COLOR: #404141; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }
a.name:hover { COLOR: #404141; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }

a.books:link { COLOR: #014e42; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }
a.books:visited { COLOR: #014e42; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }
a.books:active { COLOR: #014e42; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }
a.books:hover { COLOR: #014e42; FONT: 11px verdana, arial, sans-serif; font-weight: normal; text-decoration: none }

.greenie		{ COLOR: #014e42; FONT: 11px verdana, arial, sans-serif; line-height: 13pt }


/* DROP DOWN MENU */


#menu {
    width: 900px;
	height: 28px;
	/*margin: 0 auto;*/
    background: url(images/menu-bg.gif) no-repeat;
    padding: 0px 0px 0px 0px;
    border: 1px solid #000000;
}

.menu {font-size: 70%}
.rollmenu 
{
    border-right: #266d5d 1px solid; 
    padding-right: 4px; 
    border-top: #266d5d 1px solid; 
    display: block; 
    padding-left: 4px; 
    font-size: 10px; 
    padding-bottom: 4px; 
    border-left: #266d5d 1px solid; 
    color: #000000; 
    line-height: normal; 
    padding-top: 4px; 
    border-bottom: #266d5d 1px solid; 
    font-family: verdana, arial;
    font-weight: normal;
    background-color: #014E42; 
    text-decoration: none}
.rollmenu:link { text-decoration: none; color: #FFFFFF}
.rollmenu:active { text-decoration: none; color: #FFFFFF}
.rollmenu:hover { background-color: #266d5d; text-decoration: none; color: #FFFFFF}
.rollmenu:visited { text-decoration: none; color: #FFFFFF}
.menuhead {font-weight: bold; font-size: 10px; color: #000000; background-color: transparent}
#menu1 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu2 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu3 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu4 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu41 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu5 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu6 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu7 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu8 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
padding: 0px 0px;
border: 0px;
border-left-width: 0;
text-decoration: none;
background: none;
color: black;
font: normal 10px verdana;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #266d5d;
border-bottom: #266d5d 1px solid;  
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 120px; /*width of sub menu levels*/
font-weight: normal;
padding: 5px 17px;
background: #014E42;
border-top: 1px solid #266d5d;
border-left: #266d5d 1px solid;
border-bottom: #266d5d 1px solid; 
border-right: #266d5d 1px solid;
}

.horizontalcssmenu ul li a:hover{
background: none;
}

.horizontalcssmenu ul li ul li a:hover{
background: #266d5d;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: none;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

