﻿body {
	background-color: #1B251D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0px;
	text-align: center;
}

a:link {color: #C0C0C0; text-decoration: none; }
a:visited {color: #C0C0C0; text-decoration: none; }
a:hover {color: #C0C0C0; text-decoration: underline; }

img {
	
	border-style: none;
}
#mastBox {
	position: absolute;
	top: 50%;
	margin-top: -266px;	
	left: 50%;
	margin-left: -400px;
}	
#UDCicon {
	position: absolute;
	top: 95%;
	margin-top: -16px; 
	left: 90%;
	margin-left: -41px; 
}
.pageContainer {
	width: 780px;
	text-align: left;
}
.pageHeader {
	width: 100%;
	margin-bottom: 50px;
	margin-top: 25px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #FFFFFF;
}
.sectionContainer {
	padding: 5px;
	background-color: #243126;
	margin-bottom: 5px;
}
.sectionHeader {
	background-color: #314434;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	font-variant: small-caps;
}
.sectionText {
	background-color: #4D6A53;
	color: #FFFFFF;
	font-size: small;
	margin: 4px 0px 4px 30px;
	padding: 4px;
	link-color: #FF00FF;
}
.sectionText p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
