/* CSS Document */
/* CONTENT BOXES */
#body {
	/* text-align:center; */
	background-image:url(images/background.gif);
	background-repeat:repeat;
	background-color:#C7CBC1;
}

#main {
	/* text-align:center; */
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

td#top {
	background:#1A220C;
	/*
	width:700px;
	height:38px;
	*/
	vertical-align:top;
	text-align:left;
}
img#top-img {
	margin:13px 0px 0px 102px;
}

td#footer {
	background:#1A220C;
	vertical-align:top;
	text-align:left;
}
img#footer-img {
	margin:13px 0px 0px 176px;
}

td#top-spacer, .spacer-black { height:3px; background-image:url(images/spacer_black.gif); }
td#menu-spacer, .spacer-grey { height:3px; background-image:url(images/spacer_grey.gif); }
#left .spacer-grey { height:3px; background-image:url(images/spacer_grey_login.gif); }

table#content { 
	border-top:1px solid white; 
	border-bottom:1px solid white;
  font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}

td#left {
	border-right:1px solid white; 
	background:#39491D;
	}
td#right {
	border-left:1px solid white; 
	background:#2A3814;
	}
	
#login {
	background:#576A38;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#fff;
}
div#login-box { 
	margin:8px;
	line-height:200%;
	}
#login-box input.input-text {
	width:147px;
	height:18px;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	color:#1A220C;
	background:#fff;
	border:0px solid white;
	margin-bottom:4px;
}

td#center {
	text-align:justify;
}

td#center-interior {
	padding:17px 32px 17px 32px;
	text-align:justify;
	background-color:#EDF0E7;
	color:#62635F;
}