/* CSS Document */

body, div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

body {
	background: #F2CD9A;
	text-align: center;
}

p, div, li, div, h1, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #763400;
	line-height: 16px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover, a:active {
	color: #A04400;
	text-decoration: underline;
}

#wrapper {
	background: url(bg/bg.jpg) left top repeat-y;
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position:relative;
	background: url(bg/header.jpg) left top no-repeat;
	height: 86px;
	width: 400px;
}
	#header a {	
		position:absolute;
		left:1px;
		top:15px;
		width:397px;
		height:68px; 
		}
	#header a span {
		display:none;
		}

#procedures {
	background: url(bg/procedure.jpg) left top no-repeat;
	width: 400px;
	height: 37px;
	padding-bottom:5px;

}
select{
	background-color:#f2cd9a !important; /* to prevent highlighting by Google Toolbar */
	color:#763400 !important;
	font-size:16px;
	
}
#procedures h1 {
		font-size: 14px;
		font-weight: bold;
		color: #763400;
		text-align: center;
}
	
#image {
	width: 400px;
	margin:0px;
	padding:0px;
}

#menu {
	width: 400px;
	height:130px;
	text-align: center;
	background: url(bg/menu.jpg) left top no-repeat;
}
#menu p {padding:0px; margin:0px;}
	
#footer {
	background: url(bg/footer.jpg) left top no-repeat;
	width: 400px;
	height: 65px;
	margin: 0 auto;
}

#footer-text {
	font-size: 10px;
	margin: 10px;
	}

select {
	background: #FFFFFF;
	border-color: #D5733F;
	margin-top: 15px;
	color: #BA5A4D;
}

#caption p {
	margin-left: 10px;
	margin-right: 10px;
	padding:0;
}

#disclaimer {
	background: url(bg/procedure.jpg) left top no-repeat;
	width: 400px;
	height: 200px;
}

#disclaimer p {
	margin: 0px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #763400;
}
		
#disclaimer a:link, #disclaimer a:visited {
	color: #763400;
	text-decoration: underline;
}
#disclaimer a:hover, #disclaimer a:active {
	color: #763400;
	text-decoration: underline;
}
.clear {
	clear: both;
	}
