.Translation {
	text-align: justify;
	padding: 50px;
	width: 500px;
	background-color: #FFF;
}
.italics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #C30;
	text-decoration: underline;
	font-variant: small-caps;
}
body {
	background-color: #A6C4D9;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#appeal {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

.Header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 111px;
}
.main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 30px;
}
.Buttons {
	background-color: #C1BCB0;
	height: 28px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	font-weight: bold;
	line-height: 28px;
	color: #373636;
	text-align: center;
	letter-spacing: 0.5px;
	display: block;
}
.btn {
	padding-right: 15px;
	padding-left: 15px;
}
a:link {
	color: #373636;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #373636;
}
a:hover {
	text-decoration: underline;
	color: #CD0030;
}
a:active {
	text-decoration: none;
	color: #373636;
}
td#links a:link {
	color: #039;
	text-decoration: underline;
}
td#links a:visited {
	text-decoration: underline;
	color: #F30;
}
td#links a:hover {
	text-decoration: underline;
	color: #F30;
}
td#links a:active {
	text-decoration: underline;
	color: #900;
}
.CurrentLink {
	color: #FFF;
	background-color: #AE1B2B;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Column {
	background-color: #C1BCB0;
	width: 290px;
	background-image: url(images/gradcolumn.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-decoration: underline;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B0CEE2;
}
.Left {
	text-align: center;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.divider {
	height: 1px;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
}
.dividerLeft {
	width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.EntityName {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 7px;
	font-size: 15px;
	line-height: 6px;
	font-weight: bold;
}
.LetterContainer {
	width: 90%;
	padding-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.letters {
	text-align: center;
	padding-bottom: 20px;
}
.Cross {
	padding-right: 8px;
}
.Links {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding-top: 50px;
	padding-left: 111px;
	padding-bottom: 40px;
}
.Footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.address {
	text-align: center;
	line-height: 10px;
	font-size: 12px;
	padding: 10px;
}

