﻿body {
	background-color: #FCFCFC;
	color: #0C2C54;
	margin: 5px;
	font-family: Arial;
	font-size: 0.8em;
	text-align: justify; }
	
p {
	text-align: justify; }

a:link {
	color: #8C157D }

a:visited {
	color: #8C157D }

a:hover {
	color: #8C157D;
	font-weight: bold }

a:active {
	color: #8C157D }
	
h1 {	
	color: #8C157D;
	font-family: Arial;
	font-size: medium;
	font-weight: bold; }

h2 {	
	color: #958446;
	font-family: Arial;
	font-size: small;
	font-weight: bold; }

form {
	padding: 0;
	margin: 0;
}

#Header {
	height: 120px;
	min-width: 700px;
}

#HeaderLeft {
	float: left;
	width: 270px;
	height: 120px;
}

#HeaderLeft img {
	position: relative;
	top: 13px;
	text-align: left;
}

#HeaderMiddle {
	text-align: center;
	height: 120px;
}

#HeaderRight {
	float: right;
	width: 270px;
}

#NavBar {
	height: 28px;
	background-color: #8C157D;
	color: #65C4B3;
	font-size: 8pt;
	font-weight: bold;
}

#NavMenu {
	border-top: solid 2px #8C157D;
	height: 28px;
}

#NavMenu, #NavMenu ul, #Footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 8pt;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

#NavMenu a, #Footer ul a {
	display: block;
	width: 88px;
	color: #0C2C54;
	background-color: #958446;
	text-align: center;
	padding: 5px;
	border: solid 2px #8C157D;
	border-top: none;
	text-decoration: none;
}

#NavMenu a:hover, #Footer ul a:hover {
	color: #958446;
	background-color: #0C2C54;
}

#NavMenu li {
	float: left;
	width: 100px;
}

#NavMenu li ul {
	padding: 0;
	position: absolute;
	width: 100px;
	left: -999em;
	z-index: 10;
}

#NavMenu li:hover ul, #NavMenu li.sfHover ul {
	left: auto;
	z-index: 10;
}

#Footer {
	height: 42px;
	margin-top: 10px;
	text-align: right;
	padding: 2px 5px 2px 0;
	background-color: #8C157D;
	color: #65C4B3;
	font-size: 8pt;
	font-weight: bold;
	clear: both;
}

#Footer ul a {
	width: 165px;
	height: 32px;
}

#Footer li {
	position: absolute;
}

#Footer div {
	 width: 750px;
	 margin: 0 0 0 auto;
	 white-space: nowrap;
	 background-color: #8C157D;
}

.definition {
	color: #000000;
	font-size: 8pt;
	text-align: justify; }

.imageBlock {
	width: 224px;
	text-align: center;
	margin-right: 7px;
	margin-bottom: 12px;
	float: left;
	position: relative;
	border: double 4px #0C2C54;
	z-index: 0; }

.image {
	position: relative;
	display: block;
	margin: 2px auto 3px auto; }

.caption {
	position: relative;
	width: 212px;
	text-align: justify;
	background-color: #D5ECFB;
	height: 5.5em;
	padding: 0.5em; }