@charset "UTF-8";
/* General */

body {
	background-color: #ffffff;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
	color: #000000;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/pattern_036.gif);
	background-repeat: repeat;
	}
	
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #999999;
}

h1{
	font-size: 12px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

h2{
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}

h3{
	font-size: 16px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	color: #000000;
}

h4{
	font-size: 10px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-weight: bold;
	color: #000000;
}

/* Content */

#wrapper {
	width:900px;
	padding:0;
	margin:0 auto;
	position:relative;
}

.box{
	margin: 0px;
	border: 1px solid #000000;
	background-image:url(images/co-cathedral-header.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

.bodycopy{
	padding-left: 20px;
	padding-bottom: 20px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
	color: #000000;
}

.images{
	padding-top: 20px;
	}
	
.footer{
	font-size: 11px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #000000;
	text-align:center;
	}

	
/* Form */

div.fl {
padding:0;
width:684px;
}
div.fl input {
margin:2px 5px 0 2px;
padding:0.4em;
}
div.fl label, div.fl select {
margin-left:2px;
}
div.fl select {
margin-bottom:2px;
}
div.fl select.state {
margin:2px;
padding:0.2em;
border:1px solid;
border-color:#666 #ccc #ccc #666;
font:1em Arial, Helvetica, sans-serif;
}
div.fl input.submit {
font-weight:bold;
border:1px solid #333;
margin:10px 0 0 15px;
padding:0.5em;
}
div.fl h3 {
margin-top:20px;
}
