html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus, a {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style: none;
	list-style-position: outside;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body, td, th {
	/* Suggested arial font list */
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
	text-shadow: 0 0 0 #000;
}
 
/* Keep superscript tags from breaking line-height */
sup {
	font-size: smaller;
	vertical-align: baseline;
	position: relative;
	bottom: 0.33em;
}

strong {
	font-weight: bold;
}
p, ul {
	margin-bottom: 1em;
}


/* begin site-specific styles */

body {
	text-align: center;
	background-color: #fff;
}

#frame {
	width: 793px;
	margin: 0 auto;
	text-align: left;
}

#header {
	height: 77px;
	position: relative;
	overflow: hidden;
}
	#header span {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url("../images/header.gif") no-repeat 0 0; 
	}
	#header h2 {
		color: #008469;
		font-size: 19px;
		line-height: 90px;
		text-align: right;
		padding-right: 20px;
	}
	#header img {
		position: absolute;
		top: 0;
		left: 0;
	}


#content {
	background: url("../images/content-rpt.gif") repeat-y 0 0;
}
	#content .bottom {
		overflow: auto;
		height: 1%;
		background: url("../images/content-btm.gif") no-repeat 0 100%;
		padding-bottom: 80px;
	}

	#content .main {
		overflow: hidden;
		position: relative;
	}
	#content .main span {
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
	}
	#content p {
		font-size: 12px;
		line-height: 16px;
		color: #535353;
		margin-bottom: 1.4em;
	}
		#content p a {
			color: #197356;
		}
	#content #leftcol {
		float: left;
		display: inline;
		width: 395px;
		margin: 7px 0 0 66px 
	}
		#content #leftcol p.highlight {
			font-weight: bold;
			color: #197356;
		}
		#content #leftcol p.subhead {
			margin-bottom: 0;
		}

	
	#content #rightcol {
		float: left;
		display: inline;
		width: 230px;
		padding-left: 70px;
	}
		#content #rightcol .instructions {
			font-size: 14px;
			line-height: 15px;
			font-weight: bold;
			color: #197356;
			width: 175px;
			margin-bottom: 10px;
		}
		#content #rightcol label {
			font-size: 12px;
			line-height: 16px;
			font-weight: bold;
			color: #535353;
		}
		#content #rightcol .form-input-textbox {
			margin-bottom: 8px;		
		}
		#content #rightcol .form-input-textbox input {
			width: 192px;		
		}
		#content #rightcol .form-input-submit {
			margin: 10px 0;		
		}	
		#content #rightcol .form-input-submit input {
			width: 100px;		
		}

	#content .errors {
		font-size: 13px;
		font-weight: bold;
	}

#footer {
	padding: 15px 54px;
	font-size: 10px;
	line-height: 12px;
	color: #878787;
}

