body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrap {
	width: 765px;
	margin: 0px auto;
	border-left: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
#banner {
	float: left;
	background: url(images/back-top.jpg) no-repeat;
	padding: 135px 0px 45px 0px;
	width: 533px;
}
#banner-right {
	float: right;
	background: url(images/back-right.jpg) no-repeat;
	width: 232px;
	height: 145px;
	padding: 300px 0px 0px 0px;
	text-align: center;
	font-size: 12px;
}

#content {
	width: 510px;
	margin-top: -30px;
	padding: 10px;
}

#copy {
	padding-bottom: 28px;
	border-top: 1px dashed #D3D3D3;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background: url(images/copy.gif) no-repeat bottom;
}


/* Font Style Elements */
.center {
	text-align: center;
}

h1 {
	font-size: 24px;
	color: #003366;
	background-color: transparent;
}

h2 {
	font-size: 16px;
	color: #006699;
	background-color: transparent;
	margin-bottom: 0px;
}

redtext { color:#FF0000; font-weight:bold}


img {
	border: 0px;
}

p.just {
	text-align: justify;
}


/* Table Styles */
table {
	width: 100%;
	border: 0px;
	padding: 5px;
}

table td {
	width: 50%
	vertical-align: top;
}

/* Link Style */
a:link {
	color: #003366;
	text-decoration: underline;
	background: transparent;
}
a:visited {
	color: #003366;
	text-decoration: underline;
	background: transparent;
}
a:active {
	color: #003366;
	text-decoration: underline;
	background: transparent;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
	background: transparent;
}








