body {
	background-image:url(../gfx/pageBkg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-top:12px;
	margin-right:0px;
	margin-bottom:5px;
}

/* Tables */
table.rootTop {
	width:880px;
	margin:0px;
	border:none;
	padding:0px;
}
table.rootMiddle {
	width:880px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	border:none;
	padding:0px;
}
table.rootBottom {
	width:880px;
	margin:0px;
	border:none;
	padding:0px;
	background-color:#146a4f;
}
table.contentTable {
	width:535px;
	margin:0px;
	border:none;
	padding:0px;
}
table.applyNowRows {
	width:100%;
	padding:0px;
	margin:0px;
	border:none;
}

/* Table Rows */
tr.titleRow {
	font-family:"Times New Roman", Times, serif;
	font-size:75%;
	font-weight:bold;
	color:#000000;
	padding-top:25px;
}
tr.firstRow {
	font-family:"Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
	background-color:#FFF9F4;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
}
tr.altRow {
	font-family:"Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
	background-color:#CCC8C6;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:3px;
	padding-top:3px;
}

/* Table Cells */
td.headerTop {
	height:21px;
	background-position:top left;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
	font-style:italic;
	text-align:right;
}
td.headerBottom {
	height:139px;
	background-image:url(../gfx/headerBottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	color:#D4FFFF;
	font-size:75%;
	font-weight:bold;
	padding-left:157px;
	padding-top:28px;
	margin:0px;
	vertical-align:text-top;
	text-align:left;
}
td.headerBottom a:link {
	color:#D4FFFF;
	text-decoration:none;
}
td.headerBottom a:visited {
	color:#D4FFFF;
	text-decoration:none;
}
td.headerBottom a:hover {
	color:#FFD4D4;
	text-decoration:underline;
}
td.pageTitle {
	width:100%;
	height:20px;
	background-color:#146a4f;
	text-align:left;
	vertical-align:middle;
	padding-left:10px;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	color:#D4FFFF;
	font-size:85%;
	font-weight:bold;
}
td.bodyContentRoot {
	width:536px;
	background-color:#FFF9F4;
	margin:0px;
	vertical-align:text-top;
	vertical-align:top;
	border-left:#006666 solid 1px;
	border-bottom:#006666 solid 1px;
}
td.bodyContent {
	width:100%;
	margin:0px;
	padding:10px;
	vertical-align:text-top;
	vertical-align:top;
}
td.bodyContent p {
	font-family:"Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
}
td.bodyContent p.large {
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	color:#000000;
}

td.bodyContent ul {
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	color:#000000;
}
td.bodyContent ul li {
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	color:#000000;
}
td.bodyContent h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:110%;
	color:#000000;
	text-align:center;
}
td.bodyContent hr {
	height:1px;
	background-color:#006666;
	color:#006666;
	border:none;
	padding:0px;
	margin-top:7px;
	margin-bottom:14px;
}

td.imageCell {
	width:312px;
	height:auto;
	background-color:#FFFFFF;
	text-align:right;
	vertical-align:top;
	vertical-align:text-top;
	border:#006666 solid 1px;
}
td.copyright {
	height:60px;
	background-image:url(../gfx/copyrightBkg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:65%;
	color:#007F81;
	padding-top:11px;
	padding-left:136px;
	margin:0px;
	vertical-align:text-top;
	vertical-align:top;
}

/* Other */
.text {
	font-family:"Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
}
.textC {
	font-family:"Times New Roman", Times, serif;
	font-size:75%;
	color:#000000;
}

.applyNow {
	width:70px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
	padding-bottom:3px;
	padding-top:3px;
}