﻿.maintable {
	background-image: url('images/tablebkg.jpg');
}
.menubar {
	background-image: url('images/menubar.jpg');
	text-align: center
}
.rightbox {
	background-image: url('images/boxbkg.jpg');
	background-repeat:repeat-x;
	background-color:#B3D6EB
}

.copyright {
	font-family:  Trebuchet MS, Arial, sans-serif ms, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: navy;
	text-align: center; 
	text-decoration: none
}
h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16pt;
	color: #000080;
	margin-left: 20px;
}
p {
	margin-right: 10px;
	margin-left: 20px;
}
.largetext {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 20pt;
	color: #000080;
}
.mediumtext {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 16pt;
	color: #000080;
}
.boldtext {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 13pt;
	color: #000000;
}
.text {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.image {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
.anchorclass {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14pt;
	color: #0e5a98;
	text-decoration: none;
}
.menu {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14pt;
	color: #0e5a98;
	text-decoration: none;
}

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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid navy;
border-bottom-width: 0;
font: normal 11pt arial;
line-height: 22px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ededed;
width: 160px; /* 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;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #dae8f1;
color: navy;
}

a.homelink:link {
color: #354081; 
font-family: trebuchet ms; 
font-size: 10pt; 
text-decoration: none
}

a.homelink:visited{
color: #354081; 
font-family: trebuchet ms; 
font-size: 10pt; 
text-decoration: none
}
a.homelink:hover {
color: #0000FF; 
font-family: trebuchet ms; 
font-size: 10pt; 
text-decoration: underline
}

a.homelink:active {
color: #354081; 
font-family: trebuchet ms; 
font-size: 10pt; 
text-decoration: underline
}

.tableleft {
	text-align: left;
}

.Bullets {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

.picmargins {
	font-style: italic;
	font-weight: bold;
	margin-left: 3px;
	margin-right: 3px;
}

.textcenter {
	text-align: center;
}



