body {
	margin: 0px;
	background-color:#FFB600;
	background-image: url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	text-align: center;
}

.center {
	position: relative;
	text-align: left;
	padding: 0px;
	width: 750px;
	height: auto;
	margin: auto;
}

A:active, A:visited, A:link {
	text-decoration:none;
}

A:hover {
	text-decoration:underline;
}


/* Border Lines */
.content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.location {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.left {
	position: relative;
	top: -88px;
	visibility: visible;

	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

.black {
	color:#000000;
}

.white {
	color:#FFFFFF;
}

.red {
	color:#AD1216;
}

/* Content Link Color */
.link A {
	color:#AD1216;
}

/* Margins For Display */
p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.head {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	color:#FF9900;
	font-size: 1.5em;
}

/* Image Handling */
.imgright {
	margin: 1em;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	float: right;
	clear: right;
	display: block;
	border: 0;
}

.imgleft {
	margin: 1em;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	clear: left;
	display: block;
	border: 0;
}

/* TRANSFORMATIONS */
acronym, .abbr, .language {
	text-decoration:none;
	border-bottom: 1px dotted #AD1216;
}

/**------ Accessibility Menu ------**/
.AccessibilityMenu {
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.AccessibilityMenu a {
	position: absolute;
	top: -100px;
	left: -1000px;
	overflow: hidden;
	padding: 2px;
}

.AccessibilityMenu a:focus {
	top: 0;
	left: 0;
	background: white;
}

a.AccessibilityMenuInline {
	height: 0;
	width: 0;
	display: block;
	overflow: hidden;
}

