*{
	padding: 0em;
	margin: 0em;
}

body{
	background: #ffffff;
	padding: 0px;
}
body,input{
	font-size: 10pt;
	font-family: 'Arial', sans-serif;
	color: #333333;
}

p{
	line-height: 1.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: justify;
}

a{
	color: #B96D00;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}


h3 span{
	font-weight: normal;
}

h3,h4{
	display: inline;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
}

h3{
	font-size: 1.7em;
	padding-right: 34px;
	margin-bottom: 1.0em;
}

h4{
	font-size: 1.2em;
	padding-right: 28px;
}


#header{
	font-family: "georgia", "times new roman", serif;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 94px;
	margin-bottom: 2px;
	background: #2B2B2B url('images/border2.gif') repeat-x 0em 80px;
}
#headercontent{
	position: relative;
	left: -2.5em;
	top: -3.0em;
}
#headercontent h1{
	font-weight: normal;
	color: #dddddd;
	font-size: 7.5em;
}
#headercontent h1 sup{
	color: #777777;
}

#content{
	clear: both;
	width: 450px;
	margin: 9.0em auto 4.0em auto;
}
.divider{
	position: relative;
	height: 1px;
	border-bottom: solid 1px #eaeaea;
	margin: 2.0em 0em 2.0em 0em;
}
.indent{
	position: relative;
	padding: 0.8em;
}
div.hidden{
	position: absolute;
	visibility: hidden;
}
div.shown{
	position: static;
	visibility: visible;
}


.form{
	position: relative;
	padding: 0.5em;
	margin-bottom: 1.0em;
	width: 350px;
}
.form td{
	width: 30%;
}
.form td td{
	width: 70%;
}
.form input{
	position: relative;
	background: #FDFCF6;
	border: solid 1px #000000;
	width:  13.0em;
}
.form textarea{
	background: #FDFCF6;
	border: solid 1px #000000;
}
.form input.submit{
	position: relative;
	background: #939B00 url('images/buttonbg.gif') repeat-x;
	border: solid 1px #5F6800;
	font-weight: bold;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}
.form span.indent{
	position: relative;
	text-align: right;
	width: 100%;
}

#footer{
	position: relative;
	bottom: 0.0em;
	height: 4.0em;
	width: 100%;
	background: url('images/border2.gif') repeat-x 0em 0em;
	font-size: 0.8em;
}
#footer .left{
	position: absolute;
	left: 2.0em;
	bottom: 1.2em;
}
#footer .right{
	position: absolute;
	right: 2.0em;
	bottom: 1.0em;
}

