body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000033;
	color: #FFFFFF;
}
.Content {
	background-color: #6699cc;
	padding: 5px;
}

.Header {
	background-color: #FFFFFF;
	border: 3px solid #0066cc;
	padding: 5px;
}
.HeaderImage {
	border: 3px solid #ffcc00;
}
.Footer-UI {
	color: #FFFFFF;
	background-color: #0066cc;
	text-align: center;
	padding: 3px;
}
.Copyright {
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
}
.Spacer {
	background-color: #0066cc;
	height: 20px;
}
.MainContent {
	border-right-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 2px;
}


.UI-Text {
	color: #FFFFFF;
	margin-left: 40px;
	font-size: large;
	padding: 5px;
}
.UI-Text a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.UI-Text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.UI-Text a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.UI-Text a:hover {
	text-decoration: underline;
	color: #ffcc00;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited{
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
a:hover {
	color: #ffcc00;
	text-decoration: none;
}
dt {
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}
dd {
	padding-top: 5px;
}
dl {
	margin-left: 100px;
}
.contact {
	margin-left: 100px;
}

