.headings {
	color: #003366;
	font: bold 22px Arial, Helvetica, sans-serif;

}
.text {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.link {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; line-height:18px;
}
.subhead {
	text-decoration: none;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.smallnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #990033;
	text-decoration: underline;
}
.scroller {
	font: italic bold 12px Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.bigred {
	font: italic bold 16px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none
}
A.nice:link {
   color: brown;
   font-size: 11px;
   text-decoration: none
}
A.nice:hover {
   color: red;
   font-size: 11px;
   font-weight: bold;
   text-decoration: none
}
A.nice:active {
   color: red;
   font-size: 11px;
   text-decoration: none
}
A.nice:visited {
   color: black;
   font-size: 11px;
   text-decoration: none
}
DIV#topleft {
 position: absolute;
 top: 0;
 left: 150px;
 height: 117px;
 width: 419px;
}
DIV#topcentre {
    background-color: #8BB0D4;
	 position: absolute;
	 top: 103px;
	 left: 0;
	 height: 14px;
	 width: 100%;
}
DIV#topright {
 position: absolute;
 top: 0;
right: 0;
 height: 117px;
 width: 343px;
}
DIV#side {
    background-color: #8BB0D4;
	position: absolute;
	top: 0px;
	left: 0;
	width: 150px;
	bottom: 0;
	overflow: auto;
}
DIV#main {
	position: absolute;
	top: 119px;
	left: 150px;
	bottom: 1em; 
	right: 0.5em;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(images/bckgrnd.gif);
	background-repeat: no-repeat;
	background-position: center;
}
DIV#mainblank {
	position: absolute;
	top: 119px;
	left: 150px;
	bottom: 1em; 
	right: 0.5em;
	overflow: auto;
	overflow:hidden;
}
DIV#news {
	position: absolute;
	top: 131px;
	left: 24px;
	bottom: 1em;
	right: auto;
	overflow: auto;
	background-attachment: fixed;
	background-image: url(images/bckgrnd.gif);
	background-position:top;
	background-repeat: no-repeat;
	background-position: center;
}
.side {
 text-align:center;
 word-spacing: normal;
 margin-left: 15px;
 margin-top: 8px;
 margin-bottom: 5px;
 margin-right: 0px;
 padding-top: 10px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 5px;
 clear: none;
 float: right;
 width: 250px;
 display: block;
 position: relative;
 font-family: "Georgia";
 font-size: 17px;
 line-height: normal;
 font-weight: normal;
 color: #264772;
}
.sidephoto {
 background-color: #DCE4EF;
 text-align:center;
 word-spacing: normal;
 margin-left: 15px;
 margin-top: 10px;
 margin-bottom: 6px;
 margin-right: 0px;
 padding: 10px;
 clear: none;
 float: right;
 display: block;
 position: relative;
 font-family: "sans serif";
 font-size: 12px;
 line-height:130%;
 font-weight: normal;
 color: #142D4F;
}
object
{
background-color: #8BB0D4;
	position: absolute;
	top: 0px;
	left: 0;
	width: 140px;
	height:100%;
	bottom: 0;
	overflow: auto;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 85px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 3px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 11px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 135px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}