BODY {
	background-color : White;
	background-image: url(images/background.gif);
}

BODY, TR {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	_font-size : 0.80em;
	color: black;
	margin: 2px;
}

/* Avoids Firefox sites jumping as scrollbar appears on long pages and disappears on short pages */
body { overflow: -moz-scrollbars-vertical; }

#maintable {
	border : 1px solid Black;
	width: 770px;
	_width: 772px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color : White;
}

#content {
	margin-left: 22px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#pinkbox1 {
	border : 1px solid Black;
	padding: 10px;
	width: 300px;
	background-image : url(images/pink_background.gif);
	position: absolute;
	top: 280px;
	margin-left: 190px;
}

#pinkbox1 div {
	text-align: left;
}

A:link, A:visited, A:active {
	text-decoration: none;
	color: Blue;
	background-color : transparent;
}
A:hover   {
	text-decoration: underline;
	color: Black;
	background-color : #FFFF99;
}

/* Styles for the Navigation bar */
A.nav2:link, A.nav2:visited, A.nav2:active {
	text-decoration: none;
	color: #000;
	background-color : #fe88e4;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: 600;
}
A.nav2:hover   {
	text-decoration: none;
	color: #000;
	background-color : White;
}
#navbar {
	width: 100%;
	background-color : #fe88e4;
	padding-bottom: 3px;
	border-bottom : 1px solid Black;
}
/* END = Style for the Navigation bar */

/* Styles for the Images  */
.active {
	background-color: #fe88e4;
}
A.LoftOver:link, A.LoftOver:visited, A.LoftOver:active {
	background-color : Silver;
	width: 142px;
	height: 116px;
}
A.LoftOver:hover   {
	background-color : #fe88e4;
	font-size: 120px;
}
A.SmallOver:link, A.SmallOver:visited, A.SmallOver:active {
	background-color : Silver;
	width: 191px;
	height: 194px;
}
A.SmallOver:hover   {
	background-color : #fe88e4;
	font-size: 200px;
}
A.SideOver:link, A.SideOver:visited, A.SideOver:active {
	background-color : Silver;
	width: 175px;
	height: 190px;
}
A.SideOver:hover   {
	background-color : #fe88e4;
	font-size: 200px;
}
A.RearOver:link, A.RearOver:visited, A.RearOver:active {
	background-color : Silver;
	width: 191px;
	height: 165px;
}
A.RearOver:hover   {
	background-color : #fe88e4;
	font-size: 180px;
}
/* END = Style for the Navigation bar */

.thumbnail {
	border : 2px outset Silver;
}
.thumbleft {
	margin-right: 10px;
}
.thumbright {
	margin-left: 10px;
}
.picdesc {
	color: Gray;
	font-size: 0.75em;
}

.tilda {
	color: Gray;
}