body {
	background: #F0F0F0 url(img/bckg.gif) repeat-x top;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif", sans-serif;
	margin: 0px 0px 0px 0px;
}

#container {
	margin: 41px auto 0px auto;
	width: 850px;
	background: url(img/bckg-top.gif) repeat-x;
	border-left: 1px solid Gray;
	border-right: 1px solid Gray;
	border-top: 1px solid Gray;
	padding-top: 3px;
}

#container-logo {
	margin: 0px auto 0px auto;
	width: 850px;
	background: url(img/fedgyn-img.jpg) no-repeat top right;
}

#container2 {
	margin: -11px auto 0px auto; /*	background: #FF7800; */
	background: #FFFAFA;
	border: 1px solid Gray;
	width: 850px;
}

#content {
	/*	color: #FAFAFA; */
	color: #414141;
	padding: 30px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 15px;
}

#menu {
	color: #FFFAFA;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, "MS Sans Serif", sans-serif;
	margin-left: 40px;
	padding-top: 5px;
}

#menu a {
	color: White;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding: 7px 10px 10px 10px;
}

#menu a:hover {
	color: #FFD9BF;
	background-color: Maroon;
}

.select {
	background-color: #B7B7B7;
}

h1, h2 {
	margin-top:14px;
	margin-right: 490px;
	color: #FF9900;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	line-height: 10px;
	text-align: center;
}
h1 {
	font-size: 30px;
	color: #D44100;
}
h2 {
	font-size: 18px;
	color: #FF6600;
	margin-bottom: 19px;
}

h3 {
	font-size: 17px;
/*	color: #F8F8F8; */
   color: #D44100;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, "MS Sans Serif", sans-serif;
	margin-left: 27px;
}
/* One column. */
.c1col {
	width: 770px;
	float: left;
}
/* Two columns. */
.c2col_left {
	width: 350px;
	padding-right: 30px;
	float: left;
}
.c2col_main {
	width: 390px;
	float: left;
}

.logo {
	text-decoration: none;
}

.addo {
	text-decoration: none;
	color: #D9D9D9;
}
.link {
	color: #D44100;
	text-decoration: underline;
	font-size: 14px;
}
.link:hover {
	color: #414141;
	text-decoration: none;
}
.exlink {
	color: #FF6600;
	text-decoration: underline;
	font-size: 13px;
	font-style: italic;
}

.exlink:hover {
	color: #999999;
	text-decoration: none;
}
.small_font {
	font-size: 12px;
}
#footer {
	color: #D9D9D9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-right: 5px;
}

#footer_hack {
	clear: both;
}