/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #FCFCE2;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: x-small; /* IE4/5 size */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* actual size */
}

html>body {font-size: small;} /* For Opera */

div#main {
	margin: 20px 20px 20px 20px;
	background: #FBFCA7;
}
div#printlogo {
	display:block;
	text-align:center;
	width: 100%;
}
div#addressbar {
	height: 110px;
	text-align: center;
	background: url(img/oldlogo.gif) top no-repeat;
}

div.addressleft {
	margin: 30px 20px 0 20px;
	float: left;
}
div.addressmiddle {
	width: 100%;
	text-align: center;
	clear: both;
}
div.addressright {
	margin: 30px 20px 0 20px;
	float: right;
}
span.address {
	text-align: center;
	line-height: 110%;
	font-size: small;
	color: #ff0000;
}

div#menubar {
	display: none;
}


div#maincontent {
	margin: 20px 20px 20px 0;
	text-align: left;
	background: #fff;
}

div#maincontenttitle {
	border-bottom: #ff0000 2px solid;
	padding: 0 0 0 0;
}

div#maincontentbody {
	padding: 0 0 0 0;

}

h1.maintitle {
	color: #ff0000;
	font-size: xx-large;
	font-weight: normal;
	margin: 10px 20px 10px 0;
}

div#maincontentbody p {
	margin: 5px 20px 5px 0;
}

div#footer {
	color: #FF6699;
	font-size: x-small;
}
img.printlogo {
	display: block;
}

h2 {
	color: #ff0000;
	font-size: medium;
	font-weight: normal;
	margin: 10px 20px 10px 0;
}

/* Normal links */
a, a:link {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a:active {
	color: #000000;
}
/* form elements ----------------------------- */
label {
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

input {
	color: #781351;
	background: #FFFFCC;
	border: 1px solid #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
textarea {
	color: #781351;
	background: #ffffcc;
	border: 1px solid #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

div#lhcol {
	width: 238px;
	float: left;
	background: url(img/image_bar.jpg) #FFFFFF top no-repeat;
	display: none;
}
div.lhcolcontent {
	margin: 130px 5px 0 5px;
	text-align: center;
	font-weight: bold;
	display: none;
}