BODY {
	margin: 0 auto;
	text-align: center;
}

/* Background Decorations */
#Decoration-TopLeft {
	display: block;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 0;
}
#Decoration-BottomRight {
	display: block;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	z-index: 0;
}

/* Document */
#Document {
	text-align: left;
	
	width: 740px;
	
	position: relative;
	z-index: 100;
	
	margin: 0 auto;
}
#DocumentHeader {
	position: relative;
	
	padding: 20px;
}
#DocumentContent {
	position: relative;
	padding: 15px;
	padding-top: 0px;
}
#DocumentFooter-Background {
	width: 740px;
	position: relative;
	margin: 0 auto;
}

/* Logo */
#DocumentHeader #Logo {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 3;
}

/* Document Content Columns */
#MenuColumn {
	width: 190px;
	
	float: left;
	position: relative;
}

#ContentColumn {
	width: 490px;
	
	float: right;
	position: relative;
}

/* Navigation */
#MainMenu {
	list-style: none;
	float: left;
	width: 190px;
	margin: 0px;
	padding: 0px;
}

#MainMenu div.submenu {
	padding-left: 10px;
	background: url(../Images/Navigational_left.png) left repeat-y; /* Blank Background For Rollover */
}

#MainMenu div.submenu A {
	font-size: 11px;
}

#MainMenu A {
	display: block;
	border-collapse: collapse;
}

#MainMenu A:hover {
	padding: 0px;
	margin: 0px;
}

#MainMenu A SPAN {
	display: block;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}

#MainMenu A:hover SPAN {
	display: block;
}

/* Footer */
#Footerrel {
	text-align: left;	
	width: 740px;
	
	margin: 0 auto;
	clear: both;
	position: relative;
}

#Footer {
	position: absolute;
	top: 30px;
	left: 16px;
	width: 708px;
	padding-top: 5px;
	font-size: 10px;
	line-height: 16px;
}

#Footer SPAN {
	color: #666699;
}

#Footer A {
	text-decoration: none;
}

#Footer A:hover {
	text-decoration: underline;
}

#Footer .Right {
	float: right;
	text-align: right;
}

#Footer .Left {
	float: left;
}

#PrintLogo {
	display: none;
}

DIV#sitemap UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
}

DIV#sitemap UL UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

DIV#sitemap UL LI {
	background:url(/GUI/Images/page.png) no-repeat left;
	padding-left: 24px;
	line-height: 26px;
}
