/* acbs style sheet information 11/09/08 revision 19.0 cjy 10/18/09 */


/* Anchor Pseudo-classes */
a:link {color: #0000FF}           /* unvisited link  blue       */

a:visited {color: #FF00FF}        /* visited link    purple     */

a:hover {color: #000080}          /* mouse over link dark blue  */

a:active {color: #FF0000}         /* selected link   red        */


/* <a> anchor class=menu [menu text] */
a.menu:link {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: transparent;
	padding: 2px;
	text-decoration: none;
}

a.menu:visited {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	background-color: transparent;
	padding: 2px;
	text-decoration: none;
}

a.menu:hover {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	background-color: White;
	padding: 2px;
	text-decoration: none;
}

div#menubar {
        position: relative;
        font: 12px Arial, Verdana, sans-serif;
}

div#menubar a {
        display: block;
        padding: 5px;
        margin: 0px;
        text-decoration: none;
        color: white;
        background: #000080;
}

div#menubar a:hover {
        color: #000080;
        background: white;
}

div#menubar a span {
        display: none;
}

div#menubar a:hover span {
        display: block;
        position: absolute;
        top: 25px;
        left: 200px;
        width: 400px;
        height: 60px;
        padding: 10px;
        margin: 10px;
        z-index: 100;
        border-style: solid;
        border-color: #000080;
        border-width: 2px;
        color: blue;
        background: white;
        font: 14px Arial, Verdana, sans-serif;
        text-align: center;
}

/* <p> paragraph default */
p {
	font-family: Arial, Garamond, Serif;
	font-size: 11pt;
	line-height: 110%;
	left: 50px;
	padding-left: 8px;
	padding-right: 6px;
	text-decoration: none;
}

/* <p> paragraph class=coltitle [column title text] */
p.coltitle {
	font-family: Arial, Garamond, Sans-serif;
	font-size: 20pt;
	font-weight: normal;
	/*font-stretch: unchanged;*/
	color: #000080;
	letter-spacing: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: center;
}

/* <p> paragraph class=leftside [left side column text] */
p.leftside {
	font-family: Arial, Garamond, Serif;
        color: green;
	font-size: 10pt;
	/* line-height: 100%; */
        left: 5px;
	padding-left: 8px;
}

/* <p> paragraph class=news [news column text] */
p.news {
	font-family: Arial, Garamond, serif;
	font-size: 14pt;
	font-style: italic;
	color: gray;
	padding-top: 10px;
	text-align: center;
}

/* <p> paragraph class=newsbittitle [news bit title text] */
p.newsbittitle {
	font-family: Arial, "Times New Roman";
	font-size: 10pt;
	font-weight: bold;
	color: blue;
	line-height: 105%;
	text-align: center;
}

/* <p> paragraph class=newsbit [news bits text] */
p.newsbit {
	font-family: Arial, "Times New Roman";
	font-size: 8pt;
	color: teal;
	line-height: 100%;
	text-align: left;
}

/* <p> paragraph class=small [small text] */
p.small {
	font-family: Arial, Garamond, Serif;
	font-size: 8pt;
	color: gray;
	text-align: center;
}

/* <div> division class=small [small text] */
div.small {
	font-family: Arial, Garamond, Serif;
	font-size: 8pt;
	color: gray;
	text-align: center;
}

/* <td> paragraph class=small [small text] */
td.small {
	font-family: Arial, Garamond, Serif;
	font-size: 8pt;
	color: gray;
}

/* <td> table data class=left column [left side table text] */
td.leftcol {
	font-family: Arial;
	font-size: 18pt;
	/* color: green; was b0c0ce */
        border-collapse: collapse;
	border-color: #B0C0CE;
	border-style: solid;
	border-width: 1pt;
}

/* <td> table data class=menu [menu table text] */
td.menu {
	font-family: Arial, Garamond, Serif;
	font-size: 11pt;
	line-height: 125%;
}

/* <td> table data class=archives [archives table text] */
td.archives {
	font-family: Arial, Garamond;
	background-color: #dfe1e3;
	font-size: 11pt;
}

/* <li> list item [list item text] */
li {
	font-family: Arial, Garamond, Serif;
	font-size: 10pt;
	left: 20px;
	line-height: 100%;
	padding-left: 8px;
	padding-right: 2px;
        text-align: left;
	text-decoration: none;
}

/* end of style sheet */
