@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

body {
	background-color: #ffffff;
	background-image: url("../images/bgleft.png");
	background-repeat: repeat-y;
}

main {
	background-color: #fafafa;
	border: 2px;
	border-color: #722978;
	border-style: solid;
	width: 750px;
	min-height: 200px;
	position: absolute;
	left: 175px;
	top: 195px;
	padding: 0px 13px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	
}

main h1 {
	font-family: Lato, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	position: absolute;
	top: -43px;
	left: 25px;
}

main a:link {
	color: #722978;
	text-decoration: none;
}

main a:visited {
	color: #722978;
	text-decoration: none;
}

main a:hover {
	color: #4b0c52;
	text-decoration: underline;
}

main a:active {
	color: #4b0c52;
	text-decoration: underline;
}

main .bread {
	background-color: #f2f2f2;
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 14px;
	border: 1px;
	border-color: #722978;
	border-style: solid;
	position: absolute;
	padding: 0px 2px;
	right: 2px;
	top: -23px;
}

main .bread a:link {
	color: #722978;
	text-decoration: none;
}

main .bread a:visited {
	color: #722978;
	text-decoration: none;
}

main .bread a:hover {
	color: #4b0c52;
	text-decoration: underline;
}

main .bread a:active {
	color: #4b0c52;
	text-decoration: underline;
}

main .copy {
	background-color: #f2f2f2;
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 8px;
	text-align: right;
	border: 1px;
	border-color: #722978;
	border-style: solid;
	position: absolute;
	padding: 0px 2px;
	right: -1px;
	bottom: -37px;
	margin-bottom: 10px;
}

main .bold {
	font-weight: bold;
}

main table {
	width: 750px;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 15px;
}

main table td {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

label {
	width: 125px;
	margin-top: 3.5px;
	margin-right: 2px;
	text-align: right;
	vertical-align: bottom;
	float: left;
}

.topbar {
	background-image: url("../images/bgtop.png");
	background-repeat: repeat-x;
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
}

.logo {
	width: 200px;
	height: 204px;
	left: 6px;
	top: 6px;
	position: absolute;
}

.header {
	width: 600px;
	height: 100px;
	background-image: url("../images/top-back.png");
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 350px;
	vertical-align: top;
}

.header #tl {
	width: 30px;
	height: 100px;
	background-image: url("../images/top-left.png");
	position: absolute;
}

.header #tr {
	width: 30px;
	height: 100px;
	background-image: url("../images/top-right.png");
	left: 570px;
	position: absolute;
}

.header #head {
	width: 500px;
	height: 100px;
	left: 30px;
	position: absolute;
}

.header #log {
	background-color: #f2f2f2;
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px;
	border-color: #722978;
	border-style: solid;
	position: absolute;
	padding: 0px 2px;
	z-index: 2;
	right: 36px;
	top: 2px;
}

.side {
	width: 150px;
	background-image: url("../images/side-back.png");
	background-repeat: repeat-y;
	position: absolute;
	top: 220px;
	left: 0px;
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.side #text {
	margin-left: 5px;
	line-height: 105%;
}

.side #text ul {
	list-style-type: none;
	margin-left: -33px;
	margin-top: -1px;
	margin-bottom: -1px;

}

.side #text a:link {
	color: #722978;
	text-decoration: none;
}

.side #text a:visited {
	color: #722978;
	text-decoration: none;
}

.side #text a:hover {
	color: #4b0c52;
	text-decoration: underline;
}

.side #text a:active {
	color: #4b0c52;
	text-decoration: underline;
}

.side #st {
	background-image: url("../images/side-top.png");
	width: 150px;
	height: 45px;
}

.side #sb {
	background-image: url("../images/side-bot.png");
	width: 150px;
	height: 45px;
	bottom: -4px;
	position: relative;
}

.lato {
	font-family: Lato, arial, helvetica, sans-serif;
}