@charset "utf-8";
/* CSS Document */

body {
	background-color: #5f4d08;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
#theform {
	background-color: #5f4d08;
	width: 40em;
	}
#theform fieldset {
	height: 20em;
	width: 11em;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	}

#theform fieldset div.help {
	color: #FFFF99;
	font-size: 0.7em;
	font-weight: bold;
	height: 4em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.2em;
	}

/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;
	display: block;
	}

/* Part 4 Styling */
#theform #pt4 {
	clear: both;
	width: 38em;
	height: 5em;
	border: 10px solid #666600;
	border-width: 2px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt4 input {
	height: 5em;
	font-size: 1em;
	width: 18em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	float: right;
	cursor:pointer;
	}

/* Part 5 Styling */
#theform #pt5 {
	clear: both;
	width: 38em;
	height: 8em;
	border: 1px solid #666600;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt5 legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	float:left
	}
#theform #pt5 legend span {
	display: none;
	}

#theform #pt5 #disclaimer {
	width: 22em;
	float: left;
	font-size: 0.7em;
	}
#theform #pt5 textarea {
	height: 5em;
	font-size: 1em;
	width: 23em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	
	vertical-align:top;	}
	

	
#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.6em;
	color: #ffffff;

	}

#addressDesc{
font-size:12px
}
#addressDesc a{
font-size:10px;
color:#FFFFFF;
margin:2px 0 0 0;
}

/*signatory page*/
 #count{
	color: #fff;
	background-color: #CC0000;
	font-weight: bold;
	}
	
	.links a{
		font-size:12px;
		color:#FFC;
		margin-right:5px;
	}
.bookmarks a{
	font-size:10px;
	color:#FFF;
	text-decoration:none
}
.message{
background-color:#E0E0E0;
border:1px solid #ffffff;
color:#000000;
font-size:12px;
padding:5px;
}
