﻿.TopHead {
	font-family: "Palatino Linotype";
	color: #FFCCFF;
	background-color: #660066;
	font-style: italic;
	font-size: 55px;
}
.LeftTable {
	background-color: #FFccFF;
	text-decoration: none;
}
.MenuLink {
	border-style: none;
	font-family: "Comic Sans MS";
	color: #800080;
	vertical-align: middle;
	text-decoration: none;
}
.MenuLinkCurrent {
	font-family: "Comic Sans MS";
	color: #800080;
	vertical-align: middle;
	text-decoration: none;
	background-color: #FF99FF;
}
.MenuLink:hover {
	font-family: "Comic Sans MS";
	color: #800080;
	vertical-align: middle;
	text-decoration: none;
	background-color: #FF79FF;
}
.BodyTable {
	background-color: #FF99FF;
}
.HeadingText {
	font-family: Verdana;
	font-size: 24px;
	color: #60407e;
	font-style: italic;
}
.SubHead {
	font-family: "Trebuchet MS";
	font-size: 18pt;
	color: #B000B0;
}
.DkPurpTxt {
	font-family: "Trebuchet MS";
	font-size: medium;
	color: #60407E;
	font-weight: bold;
}
.LtPurpTxt {
	font-family: "trebuchet MS";
	font-size: 11pt;
	color: #b000b0;
	font-style: italic;
	font-weight: bold;
}
.credits {
	color: #60407E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
.ArwenBar {
	background-image: url('images/arwenbarc.jpg');
}
div.img-wrap { 
    position: relative; /* Needed to keep the image from being set to float left in ie 7*/
    overflow: hidden; /* Needed to keep the image from being set to float left in ie 7*/
    float: left;
    margin-right: 10px;
}
div.img-container img {
    border: none;
    padding: 0;
    margin: 0;
}
div.img-container {
    position: relative; /* Keep the absolute position divs contained within */
    float: left;
    overflow: hidden;
    background: transparent url(images/bamboovert.jpg) repeat-y; /* this is the left side vertical graphic */
}
div.img-container img {
    padding: 6px; /* Setting the padding equal to the border width for all sides */
    background: transparent url(images/bamboovert.jpg) repeat-y right; /* this is the right side vertical graphic */
}
div.img-container div.img-top {
    position: absolute; /* Positioning the top border */
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background: transparent url(images/bamboohoriz.jpg) repeat-x; /* this is the top horizontal graphic */
}
div.img-container div.img-bottom {
    position: absolute; /* Positioning the bottom border */
    left: 0;
    bottom: 0;
    height: 6px; /* Height of the bottom border graphic */
    width: 100%;
    background: transparent url(images/bamboohoriz.jpg) bottom repeat-x;  /* this is the bottom horizontal graphic */
}
div.img-wrapf { 
    position: relative; /* Needed to keep the image from being set to float left in ie 7*/
    overflow: hidden; /* Needed to keep the image from being set to float left in ie 7*/
    float: left;
    margin-right: 10px;
}
div.img-containerf img {
    border: none;
    padding: 0;
    margin: 0;
}
div.img-containerf {
    position: relative; /* Keep the absolute position divs contained within */
    float: left;
    overflow: hidden;
    background: transparent url(images/flowerborder10left.png) repeat-y; /* this is the left side vertical graphic */
}
div.img-containerf img {
    padding: 10px; /* Setting the padding equal to the border width for all sides */
    background: transparent url(images/flowerborder10right.png) repeat-y right; /* this is the right side vertical graphic */
}
div.img-containerf div.img-topf {
    position: absolute; /* Positioning the top border */
    left: 0;
    top: 0;
    height: 10px;
    width: 100%;
    background: transparent url(images/flowerborder10top.png) repeat-x; /* this is the top horizontal graphic */
}
div.img-containerf div.img-bottomf {
    position: absolute; /* Positioning the bottom border */
    left: 0;
    bottom: 0;
    height: 10px; /* Height of the bottom border graphic */
    width: 100%;
    background: transparent url(images/flowerborder10bot.png) bottom repeat-x;  /* this is the bottom horizontal graphic */
}