#scottsig {
	color: black;
	font-size: 1.1em;
	font-family: "Lucida Handwriting", Arial;
	font-style: normal;
}

body {
	background: url(../images/background.jpg);
	text-align: center;
}

td.bottom {
	border: 10px;
	border-bottom: solid;
	border-color: black;
}

.wholepage {
	height: 100%;
	width: 690px;
}

.fixedpage {
	border: 2px;
	border-color: black;
	border-style: solid;
	width: 690px;
	background: white;
}

.date {
	text-align: right;
	width: 100%;
	font-family: Arial;
	font-size: .75em;
	font-style: normal;
	font-weight: bold;
	color: white;
}

.header {
	position: relative;
	width: 100%;
}

#breadcrumb {	
	background-image: url(../images/graybar.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-top: solid;
	border-width: 2px;
	border-color: black;
	text-align: right;
	font-family: Arial;
	font-size: .8em;
	font-style: normal;
	color: black;
    margin-left: 0;
    padding-left: 2px;
    padding-bottom: 4px;
}

#breadcrumb a:link{
	text-decoration: none;
	color: black;	
}

#breadcrumb a:visited {
	text-decoration: none;
	color: black;	
}

#breadcrumb a:hover {
	color: white;
}

.contentpane {
	width: 708px;
	border: none;
	padding: 0px;
}

td.content0 {
	width: 708px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
}

td.content1 {
	width: 485px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
}

td.content2 {
	width: 208px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
}

td.content3 {
	width: 708px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
}

td.content4 {
	width: 708px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
}

td.content5 {
	width: 354px;
	border: solid;
	border-width: 1px;
	border-color: black;
	padding: 0px;
}

.content6 {
	padding: 5px 5px 5px 8px;
	font-family: arial;
	font-size: 1em;
}

.content {
	padding: 5px 5px 5px 8px;
	font-family: arial;
	font-size: 1em;
}

.content img {
	border: 3px outset black;
}

.content6 img {
	border: 3px outset black;
}

p.initial:first-letter {
	font-size: 200%;
}

.infopane {
	width: 0px;
	margin: 15px 0px 0px 15px;
}

.interiorTable {
	border-collapse: separate;
	border: none;
	cell-spacing: 0px;
	width: 600px;
}

.purplehead {
	width: 100%;
	background-color: #75557C;
}

.goldhead {
	width: 100%;
	background-color: #E8BA3E;
}

.greenhead {
	width: 100%;
	background-color: #149F00;
}

.redhead {
	width: 100%;
	background-color: #DF1000;
}

.bluehead {
	width: 100%;
	background-color: #1F62FF;
}

.yellowhead {
	width: 100%;
	background-color: #FFF81F;
}

.orangehead {
	width: 100%;
	background-color: #E5883D;
}

.blackhead {
	width: 100%;
	background-color: #000000;
}

.greyhead {
	width: 100%;
	background-color: #BABABA;
}

img.picture2 {
	position: relative;
	top: -29px;
}

.background1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 537px;
	height: 384px;
	background-image: url(../images/bac1.gif);
	background-repeat: no-repeat;
	z-index: -1;
	padding: 0px;
}

.background4 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 487px;
	height: 384px;
	background-image: url(../images/bac4.gif);
	background-repeat: no-repeat;
	z-index: -1;
	padding: 0px;
}

.footer {
	font-family: Arial;
	font-size: .65em;
	font-style: italic;
	color: black;
}

a:link {
	color: #1F62FF;
}

a:visited {
	color: #75557C;
}

a:hover {
	color: #DF1000;
}

/* Navigational menu */

.navmenu {
	border-bottom: 1px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: black;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

a:hover img {

}

#dropmenudiv{
	background-image: url(../images/dropdown.gif);
	position: absolute;
	border-width: 2px 1px 0px 2px;
	border-style: inset solid solid inset;
	border-color: white black black white;
	font: normal .7em Arial;
	line-height: 20px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #765B97;
	color: white;
	font-weight: bold;
}

/* End of Navigational menu */

li.newsItem {
	list-style-type: none;
	margin-left: -2pt;
}