/* CSS Document */

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

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

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

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

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

#header span { display: none; }

#wrapper {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000;
}

#header {
	background: url(bg/header.jpg) left top no-repeat;
	height: 165px;
	width: 500px;
}

#procedures {
	width: 500px;
	height: 20px;
}

	#procedures h1 {
		font-size: 14px;
		font-weight: bold;
		color: #5E75A1;
		vertical-align: middle;
		margin-left: 30px;
	}
	
#footer {
	width: 500px;
	height: 65px;
	margin: 0 auto;
}

select {
	background: #FFF;
	border-color: #000;
	margin-left: 50px;
}

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