@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFCC;
}

.homepg #header {
	margin: 0px auto 0px auto;
	background-color: #990000;
	width: 90%;
	border-width: 2px 2px 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px 0px;
	z-index: 0;
	position: relative;
	height: auto;
}

.homepg #hd-navcorner {
	background-color: #990000;
	position: absolute;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	padding: 5px;
}

.homepg #hd-content
{
	background-color: #990000;
	margin-left: 201px;
	padding: 5px;
}

.homepg #container {
	position: relative;
	width: 90%;
	background-color:#FFFF33;
	margin: 0 auto;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #000000;
	z-index: 0;
}

.homepg #navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #CC0000;
	width: 200px;
	z-index: 0;
}

.homepg #content {
	background-color: #FFFF33;
	margin-left: 201px;
	padding: 5px 15px 10px 15px;
	background-image: url(Images/PerNonErrare-2f-test.png);
	background-repeat: repeat;
}

.homepg #content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: bold;
	color: #990000
}

.homepg #footer {
	margin: 0px auto 10px auto;
	background-color: #990000;
	width: 90%;
	border-width: 1px 2px 2px;
	border-style: solid;
	border-color: #000000;
	padding: 4px 0px;
}

.homepg #footer p {
	font-size: 0.75em;
	text-align: center;
	color: #FFFF33;
}

.stdpg #header {
	margin: 0px auto 0px auto;
	background-color: #990000;
	width: 90%;
	border-width: 2px 2px 1px;
	border-style: solid;
	border-color: #000000;
	padding: 4px 0px;
	height: auto;
	position: relative;
	z-index: 0;
}
.stdpg  #hd-navcorner {
	background-color: #990000;
	position: absolute;
	z-index: 0;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	padding: 5px;
}
.stdpg  #hd-content
{
	background-color: #990000;
	margin-left: 201px;
	padding: 5px;
}

.stdpg #container {
	position: relative;
	width: 90%;
	background-color:#FFFF33;
	margin: 0 auto;
	border-width: 0px 2px;
	border-style: solid;
	border-color: #000000;
	z-index: 0;
}

.stdpg #navbar {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-color: #CC0000;
	width: 200px;
	z-index: 0;
}

.stdpg #content {
	background-color: #FFFF99;
	margin-left: 201px;
	padding: 5px;
}

.stdpg #content p {
	text-align: left;
	text-indent: 1.5em;
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0.4em;
}

.stdpg #content p.cent {
	text-align: center;
	text-indent: 1.5em;
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0.4em;
}

.stdpg #content ul {
	text-align: left;
	font-size: 1em;
	margin-top: 0em;
	margin-bottom: 0.4em;
}

.stdpg #content h3
{
	font-size: 2.1em;
	color: #000000;
	text-align: center;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

.stdpg #content h4
{
	font-size: 1.8em;
	color: #000000;
	text-align: center;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
}

.stdpg #content h5
{
	font-size: 1.5em;
	color: #000000;
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

.stdpg #content h6
{
	font-size: 1.2em;
	color: #000000;
	text-align: left;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

.stdpg #fullhr
{
	color: #000000;
	background-color: #000000;
}


.stdpg #footer {
	margin: 0px auto 10px auto;
	background-color: #990000;
	width: 90%;
	border-width: 1px 2px 2px;
	border-style: solid;
	border-color: #000000;
	padding: 4px 0px;
}

.stdpg #footer p {
	font-size: 0.75em;
	text-align: center;
	color: #FFFF33;
}

.topnav {
	font-size: 0.75em;
	color: #990000;
	background-color: #FFFF99;
	border-width: 1px;
	border-style: solid;
	border-color: #990000;
	text-align: left;
	padding: 0.2em;
}

a.navlink:link, a.navlink:visited {
	color:#000000;
	text-decoration: none;
}

a.navlink:hover, a.navlink:active {
	color: #CC0000;
	text-decoration: underline;
}

