/* CSS Document */

body, div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #D5E7D7 url("structure/bg-body.jpg") top left repeat-x;
	text-align: center;
}

p, div, li, div, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #369;
	text-decoration: underline;
}
a:hover, a:active {
	color: #369;
	text-decoration: underline;
}

#header span { display: none; }

#wrap {
	background: url("structure/bg-wrap.jpg") left top repeat-y;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	}


#masthead {
position:relative;
	background: url("structure/masthead.jpg") left top no-repeat;
	height: 108px;
	width: 600px;
	}
	
	#masthead  a {
	height:73px;
	width:600px;
	position:absolute;
	}
	
	#masthead span {
		display: none;
		}
		
#procedure h1 {
	font-size: 12px;
	font-weight: bold;
	color: #355142;
	margin: 0 auto;
	text-align: center;
	}

#image {
	width: 600px;
	height: 245px;
	}

#nav {
	text-align: center;
	margin: 10px 0 0 0;
	}
	
#footer {
	height: 20px;
	}
	
select {
	background: #FCF4E3;
	border-color: #FFFFFF;
	margin-right: 15px;
}

#caption {
	width: 597px;
	padding-bottom: 15px;
}

	#caption p {
		margin-left: 35px;
		margin-right: 35px;
	}

