/* CSS Document */
body {
	margin-left: 10px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #555555;
	background-color: #FFFFFF;
	text-align: center;
	background-position: center;
	}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	color:#555555;
	margin:0px;
	padding:0px;
	font-weight: lighter;
	text-align: left;
	}
p {
	font-size: 85%;
	line-height: 150%;
	text-align: left;
}
p em {
	color: #ff3300;
	font-style: normal;
}
p small {
	font-size: 75%;
	}
p a, p a:visited {
	color:#555555;
	text-decoration:underline;
}
p a:hover, p a:focus{
	text-decoration:underline;
	}

#wrapper {
	border: 4px solid #000000;
	margin: 0 auto;
	padding: 0px;
}
#breadcrumb {
	text-align: right;
	font-size: 75%;
}
#breadcrumb a, #breadcrumb a:visited {
	color:#555555;
	text-decoration:underline;
}
#breadcrumb a:hover, #breadcrumb a:focus {
	text-decoration:underline;
	}
}
#footer {
	text-align: center;
	padding:3px 0px 0px;
	margin:0px;	
}
#copyright {
	text-align:center;
	padding:0px 0px 4px;
	margin: 0px;
	color: #FFFFFF;
}
#copyright a{
	color:#FFFFFF;
	text-decoration: underline;
}
#footer ul{
	clear:left	
}
#footer ul li{
	font-size: 90%;
	display:inline;
	color: #CCCCCC;
}
#footer ul li em{
	color: #FFFFFF;
	font-style: normal;
}
#footer ul li a{
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	width: 9em;
}
#footer ul li a:hover, #footer ul li a:focus{
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright p{
	font-size: 70%;
	color: #FFFFFF;
}
.grayBorder{
	border:1px solid #666666;
	padding: 5px;
}
/*.optionalField{
	background-color: #FFFFCC;	
}*/
form input {
	width: auto;
	}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	}
