body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
	margin: 10px;
	padding: 0px;
}
div#logo {
	background-image: url(images/porch400.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	height: 380px;
	width: 243px;
	border: 1px solid #000000;
	margin: 0px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#logo h1 {
	font-size: 36px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	filter: Chroma(Color=#ff0000);
	background-image: url(images/porch400gold.gif);
	background-repeat: no-repeat;
	background-position: -13px -13px;
	color: #000000;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	border: 3px double #000000;
}
#logo h1 span {
	font-size: 24px;
}
#logo h6 {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 5px;
	position: absolute;
	left: 1px;
	top: 420px;
	background-color: #DDDDDD;
	border: 1px dashed #000000;
	width: 243px;
}
#logo h6 a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
}
div#copy {
	background-color: #dddddd;
	width: auto;
	border: 1px dashed #000000;
	padding: 10px;
	position: absolute;
	left: 300px;
	top: 30px;
	margin-right: 10px;
}
/* commented backslash hack v2 \*/
div#copy {
	max-width:900px;
	width:expression(document.body.clientWidth > 1200? "900px": "auto" );
}
/* recover from hack */
ul#menu {
	font-size: 1.5em;
	list-style-type: none;
	width: auto;
	padding: 0px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin-top: -10px;
	margin-left: -10px;
}
#menu li {
	padding: 0px;
	margin: 0px;
	float: left;
	height: 1.4em;
	width: auto;
}
#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 2px 6px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	background-color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
#copy h1 {
	font-size: 36px;
	clear: both;
	font-variant: small-caps;
	font-weight: normal;
	padding: 10px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#copy p {
	font-size: 1em;
}
#menu li a:hover {
	color: #000000;
	background-color: #FFFC58;
}
#menu li a#current {
	color: #000000;
	background-color: #DDDDDD;
	border-bottom-style: none;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}
#logo p {
	font-size: 0.6em;
	top: 400px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
dl#userdetails {
	margin: 0px;
    padding: 0px;
    
}
#userdetails dt {
	text-align: left;
	float: left;
	clear: both;
	width: 8.5em;
	font-size: 0.9em;
	padding-top: 3px;
}
#userdetails dd {
	color:#FF0000;
	padding-bottom: 0.3em;
}
#userdetails dd input, #userdetails dd select {
	color: #666666;
	font-size: 0.8em;
	width: 15em;
}
#userdetails #mandatory {
	font-weight: normal;
	width: auto;
	font-size: 0.7em;
	margin-top: -5px;
	padding: 0px 0px 0px 12em;
}
#mandatory span {
	color:#FF0000;
	font-size:1.4em;
}
#copy form {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	padding: 15px;
}
#userdetails textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
.redtext {
	color: #FF0000;
}
#copy h2 {
	font-size: 1.2em;
}
#copy  h3 {
	font-size: 1.1em;
	margin-bottom: 0px;
}
#copy a:link {
	color: #0000CC;
}
#copy a:visited {

	color: #0000CC;
}
#copy a:hover {
	color: #000000;
	background-color: #FFFC48;
}
