* {margin:0;padding:0}
/* Body Sction */
html {
	background: #100; /* for non-css3 browsers */
/*	background: -webkit-gradient(linear, left top, left bottom, from(#300), to(#600)); /* for webkit browsers */
/*	background: -moz-linear-gradient(top,  #300,  #600); /* for firefox 3.6+ */
	background: -moz-linear-gradient(top, #330000 0%, #660000 50%, #330000 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#330000), color-stop(50%,#660000), color-stop(100%,#330000)); /* webkit */
	background-attachment:fixed;
	z-index:-10;
}
html, body {
	height: 100%;
}
#main {
	margin:0 auto;
	overflow:auto;
	z-index:-9;
}
/* Footer Styles */
#info {
	font-family: Verdana,Tahoma,sans-serif;
	text-align:right;
	color:#fcfce6;
	bottom:20px;
	right:20px;
	position:fixed;
	z-index:-1;
}
#info h3 {
	margin: 30px 0 10px;
	color:#fcfce6;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -2px;
}
#info p {
	line-height: 1.5em;
	text-align:left;
	font-size:.9em;
	color:#fcfce6;
}
/* Site Banner */
#tbody {
	margin:0 auto;
	text-align: left;
	text-indent: 200px;
	position: absolute;
	width: 1000px;
	height: 170px;
	top:0px;
	font-size:76%;
	background-color: #fcfce6;
	background-image: url(img/flagback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:3;
}
#tbody h1 {
	margin: 10px 18px 0 5px;
	color: #660000;
	font-size: 3em;
	letter-spacing: -2px;
	text-align: left;
}
#tbody h2, #tbody h3 {
	margin: 0 20px 18px 5px;
	color: #800000;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
}
#tbody h3 {
	margin: 20px 18px 4px 5px;
	color: #660000;
}
#tbody p {
	margin: 0 20px 18px 5px;
	color: #660000;
	font-size: 0.8em;
}
#tbody a {
	color: #800000;
}
/* IFE Logo on Banner */
#ife {
	background-image: url(img/ifelogo.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 170px;
}
/* GSA Logo on Banner */
#gsa {
	text-align: right;
	position: absolute;
	right: 0px;
	bottom: 20px;
	vertical-align: baseline;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}
/* Body Sction */
body {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background-color: #fcfce6;
	background-repeat:repeat-y;
	border-right: 5px solid #300;
	min-height:100%;
	color: #300;
	font-family: Verdana,Tahoma,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	z-index:-7;
}
a {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
img {
	margin: 0 15px 15px 0;
	padding: 1px;
 	 background-image: none;
}
a img {
	border-color: #800000;
}
a img:hover {
	border: 1px solid maroon;
	background: #fcfce6 none repeat scroll 0%;
}
/* Side Bar */
#sidebar {
	background-color: #660000;
	background-repeat:repeat-y;
	background-attachment:scroll;
	min-height:100%;
	margin-left:-5px;
	width: 170px;
	overflow:hidden;
	text-align: center;
	position: absolute;
	border-left: 5px solid #300;

}
#sidebar h1 {
	margin: 20px 18px 0 5px;
	color: #660000;
	font-size: 1.6em;
	letter-spacing: -2px;
	text-align: right;
}
#sidebar h2, #sidebar h3 {
	margin: 0 20px 18px 5px;
	color: #660000;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: right;
}
#sidebar h3 {
	margin: 20px 18px 4px 5px;
	color: #800000;
}
#sidebar p {
	margin: 0 20px 18px 5px;
	color: #660000;
	font-size: 0.8em;
}
#sidebar a {
	color: #800000;
}
#menu {
	padding-top:220px;
}
#menu a {
	padding: 5px 18px 5px 0;
	display: block;
	width: 170px;
	color: #fcfce6;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: -2px;
}
#menu a:hover {
	color: #f5f5c4;
	background-color: #300;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: right top;
}
#menu a.active {
	padding: 5px 18px 5px 0;
	background: #fcfce6;
	color: #800000;
}
#menu a.active:hover {
	background: #fcfce6;
	color: #660000;
}
/* Main Content Section */
#content {
	width:100px;
	background: #fcfce6;
	background-image:url(img/sidebarback.gif);
	background-repeat:repeat-y;
	background-attachment:scroll;
	border-left: 5px solid #300;
	border-right: 5px solid #300;
	margin-left:-5px;
	min-height:100%;
	min-width:100%;
	text-align: center;
}
#content p {
	margin: 0 0 20px;
	line-height: 1.5em;
	text-align:justify;
}
#content h1 {
	margin: 0;
	color: #660000;
	font-size: 4em;
	letter-spacing: -5px;
	text-align: center;
}
#content h2 {
	margin: 0;
	color: #800000;
	font-weight: normal;
	font-size: 2.5em;
	letter-spacing: -2px;
	text-align: center;
}
#content h3 {
	margin: 30px 0 10px;
	clear: both;
	color: #660000;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -2px;
}
#content h4 {
	text-align:center;
	color:#660000;
}
#content td {
	padding:5px;
	margin:0;
}
#content td img {
	text-align:center;
	margin:0;
	padding:0;
}
#cont_in {
	padding-left: 220px;
	padding-right: 50px;
	padding-top: 181px;
	padding-bottom: 20px;
}
#cont_mfpg {
	width:100px;
	background: #fcfce6;
	background-image:url(img/sidebarback.gif);
	background-repeat:repeat-y;
	background-attachment:scroll;
	border-left: 5px solid #300;
	border-right: 5px solid #300;
	margin-left:-5px;
	min-height:100%;
	min-width:100%;
	text-align: center;
}
#cont_mfpg p {
	margin: 0 0 20px;
	line-height: 1.5em;
	text-align:center;
}
#cont_mfpg h3 {
	margin: 30px 0 10px;
	clear: both;
	color: #660000;
	font-weight: normal;
	font-size: 2em;
	letter-spacing: -2px;
}
#cont_mfpg h4 {
	text-align:center;
	color: #660000;
}
#cont_mfpg h5 {
	font-size:20px;
	text-align:center;
	color: #660000;
	padding-bottom:10px;
}
/* Centered Table Styles */
#ctable td {
	text-align:center;
}
/* Table Styles for Quotes */
#quote table {
	border: 1px solid #800000;
	color: #000000;
	background-color: #fcfce6;
	width: 440px;
	border-collapse: collapse;
}
#quote td {
	border: 1px solid #800000;
	padding-left: 4px;
}
/* Index Page Elements */
#mfgs a img {
	border: 1px solid #f5f5c4;
}
#mfgs a img:hover {
	border: 1px solid maroon;
}
#gsa_adv a img {
	border: 1px solid #fcfce6;
}
#gsa_adv a img:hover {
	border: 1px solid maroon;
}
#catalog_banner a img {
	border: 1px solid maroon;
	background: #fcfce6 none repeat scroll 0%;
}
#catalog_banner a img:hover {
	border: 1px solid maroon;
	background: #maroon none repeat scroll 0%;
}
/* Unordered List Styles*/
#ulist ul {
	margin: 15px 0px 20px;
	font-size: 0.9em;
	color:#660000;
}
#ulist li {
	margin: 0 0 8px 25px;
	text-align:left;
	color:#660000;
}
/* Floating Text Call */
#links ul {
	margin: 15px 0px 20px;
	font-size: 0.9em;
}
#links ul a:hover {
	text-decoration:none;
	color:#300;
}
#links ul li {
	margin: 0 0 8px 25px;
	text-align:left;
}
#links ul ul li {
	margin: 0 0 8px 50px;
	text-align:left;
}
div#links a span {
	display: none;
}
div#links a:hover span {
	display:block;
	position:relative;
    float:right;
	width: 310px;
	font: 12px Verdana, sans-serif;
	text-align: justify;
}
/* Cell Styles */
#qtable {
	left:0px;
}
.labelcell {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #800000;
	background-color: #fcfce6;
	width: 220px;
	text-align: left;
}
.fieldcell {
	background-color: #f5f5c4;
	color: #800000;
	text-align: right;
	margin-right: 0;
}
.smalllabelcell {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #fcfce6;
	color: #800000;
	width: 100px;
}
.smallfieldcell {
	background-color: #f5f5c4;
	color: #800000;
	text-align: right;
}
.fieldcell input {
	border: 1px solid #284279;
	width: 200px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #fcfce6;
	color: #800000;
	margin-right: 0;
}
.smallfieldcell input {
	border: 1px solid #284279;
	width: 100px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #800000;
	background-color: #fcfce6;
}
.smallfieldcell select {
	border: 1px solid #284279;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #fcfce6;
	color: #800000;
}
.button {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	background-color: #f5f5c4;
	color: #800000;
	margin-left: 12px;
	margin-top: 3px;
	margin-bottom: 2px;
}
.tableRow {
	padding: 3px;
	background-color: #f5f5c4;
}
.TblHdrRule {
	color: #fcfce6;
	background-color: #800000;
}
.mainHeading {
	font-weight: bold;
	font-size: 13pt;
}
