/* CSS Document */

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

body {
	background-color: #FFF;
	text-align: center;
}

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

select {
	background-color:#ffffff !important;
	}

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

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


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

#main {
	
	width: 597px;
}

#masthead {
	background: url("structure/masthead.jpg") left top no-repeat;
	height: 80px;
}
	#masthead span { display: none; }

#nav {
	margin: 0 auto 20px auto;
	text-align: center;
	}
#image {
	margin: 0 50px 20px 50px;
	}
#header h1 {
		font-size: 14px;
		font-weight: bold;
		color: #660000;
	}

#procedure {
		font-size: 12px;
		font-weight: bold;
		margin: 0 auto;
		text-align: center;
	}
	
#footer {
	background: url("structure/footer.jpg") left top no-repeat;
	height: 25px;
	margin: 0 auto;
	clear: both;
}

select {
	background: #FCF4E3;
	border-color: #FFFFFF;
	margin-right: 15px;
}

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

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