/* CSS Document */

body, div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-color: #172A53;
	text-align: center;
}

p, div, li, div, h2, h3, h4, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	line-height: 16px;
}

a img, :link img, :visited img { border: none }

a:link, a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover, a:active {
	color: #660000;
	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 {
	position:relative;
	background:url("structure/masthead.jpg");
	height:128px;
	}
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:11px;
	width:576px;
	top:9px;
	height:88px;
		}
	#masthead a span {
		display:none;
		}	

#nav {
	margin: 0 auto;
	text-align: center;
	}

#header h1 {
		font-size: 14px;
		font-weight: bold;
		color: #660000;
	}

#procedure h1 {
		font-size: 14px;
		font-weight: bold;
		color: #660000;
	}
	
#footer {
	background: url("structure/footer.jpg") left top no-repeat;
	height: 32px;
	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;
	}

