﻿#Header {
	border-style: none;
	font-family: Forte;
	color: #990099;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
	border-width: medium;
	top: 0px;
	text-align: left;
	overflow: hidden;
	background-image: inherit;
	background-repeat: inherit;
	background-attachment: inherit;
	padding-left: 5px;
}
body {
	background: #C9C9C9 url('Assets/Tile.png') repeat;
	color: black;
	font-size: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
}
#Navigation {
	padding: 5px;
	border-width: medium;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
	font-size: 13px;
	color: #99CCFF;
}
/* Styles for Navigation */
/*
#Navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#Navigation li {
	float: left;
}
#Navigation a {
	color: #99CCFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#Navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
*/

#Content1 {
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	padding: 5px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
#Content2 {
	position: relative;
	background-color: #FFFFFF;
	top: auto;
	font-family: "Trebuchet MS";
	padding: 5px;
	text-align:left;
	background-color: #C0C0C0;
}

#Content {
	padding: 5px;
	border-width: thin;
	background-color: #FFFFFF;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #808080;
	border-left-color: #C0C0C0;
	background-image: url('Assets/PurpleGradient.png');
	background-repeat: repeat-y;
	font-family: Cambria;
	font-size: medium;
	font-style: normal;
	color: #FFFFFF;
}
#Center {
	position: relative;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	top: auto;
	margin-top: auto;
	background-image: inherit;
	background-repeat: inherit;
	background-attachment: inherit;
}
#Footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF3399;
	text-align: center;
	background-image: inherit;
	background-repeat: inherit;
	background-attachment: inherit;
}
/* Styles for Footer */
#Footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#Footer a {
	color: black;
	text-decoration: underline;
}
#Footer a:hover {
	color:gray;
	text-decoration: underline;
}
.RightAlign {
	text-align: right;
	vertical-align: top;
}
.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wraptocenter * {
    vertical-align: middle;
}
.wraptocenter span {
    height: 100%;
}
.CellStyle {
	text-align: center;
	vertical-align: middle;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	table-layout: auto;
}
.Highlight a:hover
{
	color:Fuchsia;
}
.Highlight
{
	color:Aqua;
}

