@import url("gainsborough.css");



p {
    font-family: "Book Antiqua", serif;
}

ul.sidenav
{
    list-style: none;
    float: left;
    clear: left;
    width: 130px;
    padding: 1px;
    padding-bottom: 0px;
    border-style: none;
    margin-left: 0px;
    margin-right: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
    z-index: 1;
    color: inherit;
    background-color: #bea685;
    font-family: "Book Antiqua", serif;
    font-style: oblique;
    text-align: center;
}

ul.sidenav li
{
    position: relative; /* a trick so sub-menus will be positioned relative to this */
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    padding-right: 7px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-style: solid;
    border-color: #bea685;
    margin: 0;
    color: inherit;
    background-color: #fdf5e6;
}


ul.sidenav li a
{
    display: block;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

ul.sidenav ul.subnav {
    /* Pull-right sub-menu */
    /* Use padding instead of borders so hover
       state remains active when moving from main
       nav menu to subnav menu */
    display: none; /* Display on hover only */
    position: absolute; /* relative to containing li */
    top: 0;
    left: 130px;
    width: 130px;
    padding: 1px;
    padding-bottom: 50px;	 /* Landing area keeps subnav active if cursor slips off bottom */
    margin: 0;
    background-color: transparent; /* Also transparent landing area */
}

ul.sidenav li:hover ul.subnav {
    display: block;  /* Turn on the nav sub-menu */
}

ul.sidenav li.pdf a
{
    display: list-item; /* For flow with icon */
    list-style-position: inside;
    list-style-image: url("pdficon_small.gif");
    text-align: left;
}

div.announcement_right {
    display: block;
		min-width: 225px;
		width: 25%;
		float: right;
		clear: right;
		border-style: dashed;
		border-width: 3px;
		border-color: green;
		background-color: #a0bbff;
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		padding-top: 10px;
		padding-left: 2px;
		padding-right: 2px;
		text-align: center;
}

div.announcement_right img {
  display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

div.announcement_right h2 {
	font-size: 18pt;
	font-style: italic;
	color: #007000;
}

div.announcement_right p.caption {
  display: block;
	font-family: "Book Antiqua", serif;
  font-size: 13pt;
  font-style: italic;
	font-weight: bold;
	color: #a01818;
  text-indent: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div.closed
{
 			display: block;
			width: 68%;
			float: right;
 			padding: 7px;
 			border-width: 6px;
		 	border-style:ridge;
  	 	border-color: #bea685;
			margin: 8px;
			font-size: 18pt;
 			font-style: normal;
			font-weight: bold;
			color: maroon;
			text-align: center;
}
