body	{
	font-family: Trebuchet,'Trebuchet MS',Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFF;

}

#banner {
	font-family:  'Bitstream Vera Sans Mono', 'Lucida Console', 'Lucida Sans Unicoded', Helvetica, Arial, Sans-serif;
	position: absolute;
	width: 100%;
	height: 100px;			/* BANNER HEIGHT */
	z-index: 20;
}

a {
	color: #444;
	text-decoration: none;
}

#banner_title {
	display: block;
	background-color: #008CCE;
	border-bottom: 1px solid #00406B;
}

#banner_title a	{
	height: 42px;
	color: #fff;
	font-size: 32px;
	letter-spacing: .3em;
	word-spacing: .4em;
	display: block;
	margin: 0px;
	padding: 18px 20px 12px 20px;	
	border-bottom: 1px solid #18739E;
}

#login a.icon {
	margin: 3px;
	float: right;
}

#login span.hideme {
	position: absolute;
	right: 18px;
	top: 72px;
	display: none;
	padding-top: 4px;
}

#login:hover span {
	display: inline;
}

#login span.hideme:hover {
	display: inline;
}

#login input {
	font-size: 10px;
	border: 0px;
	border-bottom: 1px solid #333;
	background-color: #DDD;
}

#login input:hover {
	background-color: #FFF;
}

#login input.l {
	text-transform: capitalize;
	width: 20px;
	margin-right: 2px;
}

#login input.s {
	border: 0px;
}

#banner_menu {
	background-color: #DDD;
	border-top: 1px solid #163141;
	border-bottom: 1px solid #5C5C5C;
}

#banner_menu ul {
	border-top: 1px solid #A4BFCF;
	border-bottom: 1px solid #A2A2A2;
	padding: 0px 0px 0px 152px;
	margin: 0px;
}

#banner_menu li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#banner_menu li a {
	color: #111;
	font-size: 15px;
	line-height: 22px;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

#banner_menu a span {
	padding: 0em 2em;
	margin: 0px;
	border-right: 2px solid #DDD;
	border-left: 2px solid #DDD;
}

#banner_menu li a:hover {
	color: #347;
	border-right: 1px solid #222;
	border-left: 1px solid #222;
}

#banner_menu a:hover span {
	border-right: 2px solid #BBB;
	border-left: 2px solid #BBB;
}

#left_menu {
	border-right: 1px solid #BBB;
	font-family:  'Bitstream Vera Sans Mono', 'Lucida Console', 'Lucida Sans Unicoded', 'Trebuchet MS', Helvetica, Arial, Verdana, Tahoma, Sans-serif;
	text-align: center;
	font-size: small;
	background-color: #DDD;
	height: 100%;
	width: 140px;			/* LEFT WIDTH */
	position: absolute;
	z-index: 10;
}
					/* Class to bump the left menu's real content */
#left_menu .spacer {			/* out from underneath the banner */
	height: 101px;			/* BANNER HEIGHT */
	background-color: #999;
	border-bottom: 1px solid #BBB;
}

#left_menu h1 {
	margin: 0px;
	padding: 1em 0em;
	font-size: small;
}

#left_menu ul {
	display: block;
	clear: none;
}

#left_menu li {
	margin: 0px 10px;
	display: block;
}

#left_menu li a {
	display: block;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#left_menu li a span {
	padding: .5em 0em;
	display: block;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

#left_menu li a:hover {
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
}


#left_menu li a:hover span {
	border-right: 1px solid #347;
	border-left: 1px solid #347;
}


/* This div is supposed to continue out from under the real left menu if the content pushes 
   the page too big; doesn't work in IE because it is retarded and couldn't find the height
   of it's parent element with two hands and a map >:( */
#fake_left {
	border-right: 1px solid #BBB;
	left: 0px;
	width: 140px;			/* LEFT_WIDTH */
	background-color: #DDD;
	position: absolute;
	height: 100%;
	
}

#content {
	top: 100px;			/* BANNER HEIGHT */
	width: 100%;
	position: absolute;
	background-color: #DDD;
	border-top: 1px solid #DDD;
}

#text {
	border-top: 1px solid #D9D9D9;
	background-color: #FFF;
	margin-left: 140px;
	padding-left: 30px;
	padding-top: 10px;
}

#text p {				/* Have to use padding instead of margin with p's */
	padding: 10px 0px;		/* because of IE/Mozilla behavior disagreement */
	margin: 0px;
	text-indent: 2em;
}

#text p a {
	border-bottom: 1px dotted #111;
}

#text h1, #text h2, #text h3, #text h4 {
	font-family:  'Bitstream Vera Sans Mono', 'Lucida Console', 'Lucida Sans Unicoded', 'Trebuchet MS', Helvetica, Arial, Verdana, Tahoma, Sans-serif;
	margin: 0px;
	color: #3A76AC;
	font-weight: normal;
}

.box {
	padding: 20px 0px;
	text-align: justify;
	width: 700px;			/* People's screens should be at least 800px wide, otherwise */
}					/* they should be used to the internet being broken for them */

.box h4 {
	font-size: .7em;
	padding-left: 2.86em;
}

#text h1, #text h2 {
	font-size: 1em;
}

.box h2 {
	text-align: right;
}

.box h1 {
	float: left;
}

#text .box a:visited {
	border-bottom: 1px dotted #AAA;
}

#text a:hover  {
	border-bottom: 1px solid #56A;
}

a:visited {
	color: #444;
}

a:hover  {
	color: #347;
}

a img {
	border: none;
}

#footer	{
	font-family:  'Bitstream Vera Sans Mono', 'Lucida Console', 'Lucida Sans Unicoded', 'Trebuchet MS', Helvetica, Arial, Verdana, Tahoma, Sans-serif;
	color: #3A76AC;
	text-align: center;
	clear: both;
	width: 700px;
	margin: 0px;
	padding: 0px;
}

#footer	a {
	margin: 0px 40px;
	color: #3A76AC;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

ul li {
	padding: 0px;
	margin: 0px;
}

#text ul {
	margin-left: 3em;
	list-style-type: upper-roman;
}

table, tr, td {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

td {
	padding: 2px 5px;
}

tr.even {
	background-color: #CCC;
}

tr.odd {
	background-color: #6BF;
}

.robot {
	font-style:	italic;
	font-variant: small-caps;
}