body {
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#DFEFEE;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
td.nav {
	vertical-align:bottom;
	display:table-cell;
	text-align:right;
}
a.navdesel {
	color:#ffffff;
	text-decoration:none;
}
a.navdesel:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a.navsel {
	color:#000000;
	text-decoration:none;
}
a.navsel:hover {
	color:#000000;
	text-decoration:underline;
}
#main {
	margin-top:40px;
}
td.left {
	background-image:url(/images/content-left.png);
	background-repeat:repeat-y;	
	width:6px;
}
td.right {
	background-image:url(/images/content-right.png);
	background-repeat:repeat-y;
	width:6px;
}
#content {
	width:759px;
	padding-left:15px;
	padding-right:15px;
	background-color:#FFFFFF;
}
#left-column {
	width:489px;
	vertical-align:top;
}
#left-column p {
	line-height:18px;
}
h1 {
	color:#E97504;
	font-size:18px;
	font-weight:bold;
}
h2 {
	color:#347069;
	font-size:14px;
	font-weight:bold;
}
#right-column {
	width:231px;
	vertical-align:top;
}
#borders {
	border:1px solid #cbcbcb;
	margin-bottom:16px;
}

#apply-header {
	background-image:url(/images/apply-bg.jpg);
	height:27px;
	padding:4px;
	vertical-align:middle;
	display:table-cell;
}
#apply-header h3 {
	font-size:14px;
	color:#ffffff;
	margin:0px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
td.side-bg {
	background-color:#F1EFF0;
	padding:8px;
	font-size:11px;
}
td.side-bg2 {
	background-image:url(/images/side-bg.jpg);
	background-repeat:repeat-x;
	padding:8px;
	font-size:11px;
}
#input {
	background-image:url(/images/input-fill.gif);
}
a {
	color:#E97504;
	text-decoration:underline;
}
a:hover {
	color:#347069;
	text-decoration:underline;
}
#footer {
	background-color:#FF9C03;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	margin-top:20px;
	vertical-align:middle;
	display:table;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#footer ul {
	margin:0px;
}
#footer ul li {
	display:inline;
	margin-right:10px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
li {
	line-height:24px;
}
#nav-bg {
	background-image:url(/images/logo.jpg);
	background-repeat:no-repeat;
	height:128px;
	width:780px;
	left:50%;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	
}
#nav-bg table {
	margin-top:102px;
	text-align:right;
}
#floater {
	position:relative;
	margin-top:-9px;
	margin-left:-15px;
}
li {
	line-height:24px;
}












/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:4px;
}



/* makes labels bold */
.labels {
	font-weight:bold;
}



/* centers the continue button */
.continue-button {
	text-align:center;
}



/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:12px;
	width:80px;
}



/* modifies the space around the continue button */
.continue-button input {
	padding-top:5px;
}
