@charset "utf-8";
/* CSS Document */


html, body {
		height:100%;
		}

	body {
	background-color:#000000;
	text-align:center; /* horizontal centering for IE Win quirks */
	color: #FFFFFF;
		}

	#Distance {
	width:1px;
	height:50%;
	background-color:#000000;
	margin-bottom:-275px; /* half of wrapper's height */
	float:left;
		}

	#Wrapper {
	position:relative; /* puts wrapper in front of distance */
	text-align:left;
	height:525px;
	width:100%;
	clear:left;
	background-color:#000000;
		}
		
#Wrapper #Content {
	background-color: #000000;
	height: 480px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #045A64;
}
#Navigation {
	padding: 5px;
	width: 720px;
	text-align: center;
	margin-left: 235px;
}
#Navigation ul {
	display: inline;
}
#Navigation li {
	padding-right: 3px;
	padding-left: 3px;
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #978715;
	list-style-type: none;
}
#Wrapper #Stage {
	background-image: url(../Resources/Images/Layout/webbg.gif);
	background-repeat: no-repeat;
	height: 525px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper #Stage #Navigation .Nav {
	font-family: Calibri, Arial;
	font-size: medium;
	color: #711044;
}
a:link {
	font-family: Calibri, Arial;
	font-size: medium;
	color: #711044;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	font-family: Calibri, Arial;
	font-size: medium;
	color: #711044;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	font-family: Calibri, Arial;
	font-size: medium;
	color: #711044;
	text-decoration: underline;
	font-weight: bold;
}
#Foot #Legal {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #711044;
}
#Wrapper #Stage #Content h1 {
	font-family: Calibri, Arial;
	font-size: xx-large;
	font-weight: bold;
	color: #711044;
	font-variant: normal;
	text-align: left;
}
#Wrapper #Stage #Content #Heading {
	margin-left: 180px;
}
#Wrapper #Stage #Content #Data {
	font-family: Calibri, Arial;
	font-size: small;
	color: #045A64;
	margin-left: 178px;
	text-align: justify;
	font-weight: bold;
	margin-right: 140px;
}
#Wrapper #Stage #Content #SubHead {
	font-family: Calibri, Arial;
	font-weight: bold;
	color: #711044;
	margin-left: 178px;
}
#Wrapper #Stage #Content #SubList {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #711044;
	list-style-type: none;
	margin-left: 134px;
}
#Wrapper #Stage #Content #SubList ul {
	list-style-type: none;
	color: #045A64;
}
#Wrapper #Stage #Content #SubList .Head {
	font-weight: bolder;
	font-family: Calibri, Arial;
	color: #045A64;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #045A64;
	margin-right: 3px;
	padding-right: 1px;
}
#Wrapper #Stage #Content #SubList .Info .smalllink {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #045A64;
	text-decoration: underline;
}
#Wrapper #Stage #Content #List {
	margin-left: 135px;
	list-style-type: none;
}
#Wrapper #Stage #Content #List ul {
	list-style-type: none;
}
#Wrapper #Stage #Content #List .Info .smalllink {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #045A64;
}
#Wrapper #Stage #Content #List .Info {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #045A64;
}
#Wrapper #Stage #Foot {
	font-family: Calibri, Arial;
	font-size: small;
	font-weight: bold;
	color: #711044;
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}
