@charset "utf-8";
/* CSS Document */

/* Standards */
body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
}
h3 {
	font-size: 11px;
}

/* Left and Right Fade for Body BG */
.bgfade_left {
	background-image: url(images/bgfade_left.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 50%;
}

.bgfade_right {
	background-image: url(images/bgfade_right.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 50%;
}

/* Font for navigation */
.navi a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	color: #FFFFFF;
	vertical-align: middle;
	text-decoration: none;
}

/* Table Formatting */
td.content {
	vertical-align: top;
}
td.resumes{
	text-align: center;
}
table {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana;
	font-size: 13px;
}
table.body {
	height: 100%;
	width: 100%;
}
table.content {
	width: 766px;
}
table.space_inquiry {
	width: 173px;
}
table.footer {
	width: 766px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}
table.resumes{
	width: 100%;
}
li.tr_rep{
	line-height: 1.3;
	padding: 4px;
}

td.leftnav{
	vertical-align:top;
	width: 173px;
}

p.leftnav a {
	color: #FFFFFF;
	font-size: 1em;
	font-weight:bold;
	text-decoration:none;
	padding-left: 1em;
}

p.leftnav{
	padding: .25em 0;
	background-color: #6FACF7;
}

p.leftnav:hover, p.leftnav:active {
	background-color: #4956F8;
}
