@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:url(../images/bg-xtile.jpg) repeat-x;
	background-color: #dadada;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#737373;
}

h1 {
	color:#405391;
	font-size:20px;
	margin:0px auto;
	display:inline;
	padding-right:4px;
}

h3 {
	color:#001353;
	font-size:24px;
	margin:10px 0px 10px 0px;
}

h4 {
	color:#405391;
	font-size:18px;
	line-height:25px;
	background:url(http://www.federalregister.com/pub/fr/images/calendar.jpg) 0px 0px no-repeat;
	padding:0px 0px 0px 34px;
	margin:15px 0px 15px 10px;
}

#header {
	width:880px;
	height:101px;
	text-align:center;
	display:table;
	margin:0 auto;
}

#logo_image {
	width:250px;
	height:101px;
	margin:0;
	padding:0px 0px 0px 0px;
	border:none;
	float:left;
}

#menu {
	height:101px;
	float:right;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
}

#menu ul {
	list-style:none;
	display:inline-table;
	*display:block;
	margin:0px;
}

#menu li {
	width:90px;
	display:table-cell;
	*display:inline;
	margin:0 auto;
	line-height:100px;
}

#menu a {
	color:#FFF;
	text-decoration:none;
	width:90px;
	height:101px;
	display:block;
	*display:inline-block;
}

#menu a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(../images/menu_hover.jpg) no-repeat;
	width:90px;
	height:101px;
	display:block;
	*display:inline-block;
}

#box_container {
	width:880px;
	margin:0 auto;
	height:175px;
	margin-top:15px;

}

.box {
	width:286px;
	height:175px;
	background:#FFF;
	float:left;
}

.boxbottom {
	width:286px;
	height:175px;
	background:url(../images/boxBottom.jpg) no-repeat bottom;
}

.box_content {
	margin:0px;
	width:266px;
	padding:0px 10px 0px 10px;
	height:130px;
}

#container {
	background:url(../images/body_filler.jpg) repeat-y;
	clear:both;
	width:880px;
	margin:0 auto;
	margin-top:15px;
}

.containerbottom {
	width:880px;
	background:url(../images/body_bottom.jpg) no-repeat bottom;
}

#content {
	padding:0px 15px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#737373;
}

#colFrame {
	width:880px;
	margin:0 auto;
}

#leftCol {
	float:left;
	width:432px;
	height:382px;
	margin-top:15px;
	margin-bottom:15px;
	*margin-bottom:0px;
	margin-right:8px;
	background:url(../images/colBox_filler.jpg) repeat-y;
}

#rightCol {
	float:right;
	width:432px;
	height:382px;
	margin-top:15px;
	margin-bottom:15px;
	*margin-bottom:0px;
	margin-left:8px;
	background:url(../images/colBox_filler.jpg) repeat-y;
}

.colbottom {
	width:432px;
	height:382px;
	background:url(../images/colBox_bottom.jpg) no-repeat bottom;
}

#captchaImage {
	float:left;
}

.orange-arrow {
	float:left;
}

#captchaText {
	width:28px;
	height:18px;
	float:left;
	vertical-align:middle;
	line-height:18px;
}

.subbutton {
	float:right;
}

#footer {
	width:880px;
	height:76px;
	margin:0 auto;
	text-align:center;
	margin-top:15px;
	clear:both;
	background:url(../images/footer.jpg) no-repeat;
}

#foot_links {
	text-transform:uppercase;
	padding-top:20px;
}

#foot_links a {
	text-decoration:none;
	color:#FFF;
	padding:0px 5px 0px 5px;
}

#foot_links a:hover {
	text-decoration:none;
	color:#9CF;
	padding:0px 5px 0px 5px;
}

#copy {
	padding-top:20px;
	color:#4c4c4c;
	font-size:11px;
}

.blue24 {
	color:#405391;
	font-size:24px;
}

.blue20 {
	color:#405391;
	font-size:20px;
}

.red24 {
	color:#fe0000;
	font-size:24px;
}

.red18 {
	color:#fe0000;
	font-size:18px;
}

a:link {
	text-decoration:none;
	color:#00196c;
}

a:visited {
	text-decoration:none;
	color:#00196c;
}

a:hover {
	text-decoration:none;
	color:#bf0517;
}

/**************************************************************

				        Login

**************************************************************/

#login_container {
	width:880px;
	height:269px;
	margin:0 auto;
	margin-top:15px;
	background:url(../images/loginBG.jpg) no-repeat;
}

#login {
	width:455px;
	float:right;
	height:249px;
	padding:10px;
}

.user {
	width:335px;
}

.pass {
	width:335px;
}

#loginMsgBox {
	width:350px;
	height:200px;
	vertical-align:middle;
	display:none;
	float:right;
}

#loginMsgBox a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	font-style:italic;
	padding:0px 15px 0px 8px;
}

#loginMsgBox a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
	font-style:italic;
	padding:0px 15px 0px 8px;
}

#loginMsg {
	padding:22px 10px 10px 10px;
	color:#fe0000;
	font-size:13px;
	text-align:left;
}
