body {
	background-color: #23253D;
	background-image: url(../images/body-tile.gif);
	background-repeat: repeat-x;
	background-position: -2px -100px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
blockquote {
	color: #566E87;
	font-size: .9em;
	margin: 0px 5px;
	padding: 0px;
}
ul {
	margin: 5px 15px 15px;
	padding: 0px;
}
li {
	color: #224;
	font-size: .95em;
	margin: 2px 0px;
	padding: 0px;
	list-style-position: inside;
}
li.expand {
	cursor: pointer;
}
li.expand span {
	color: #1A399E;
}
li.expand span.hover {
	color: #566E87;
	text-decoration: underline;
}
li.expand div {
	display: none;
	margin: 0 0 0 15px;
}
#left-border {
	background-image: url(../images/left-bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 535px;
	width: 137px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#right-border {
	background-image: url(../images/right-bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 535px;
	width: 100px;
	position: absolute;
	top: 0px;
	left: 717px;
}
#container {
	background-color: #12202F;
	margin: 0px 0px 0px 137px;
	padding: 0px 12px 10px 12px;
	width: 552px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0B141A;
	border-left-color: #0B141A;
}
#content-border1 {
	background-color: #FFFFED;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C5BB69;
	border-right-color: #C5BB69;
	border-left-color: #C5BB69;
	padding: 10px;
	width: 527px;
	background-image: url(../images/rays.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5BB69;
}
#content-border2 {
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #C5BB69;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #C5BB69;
	width: 100%;
	background-image: url(../images/menu-gears.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu {
	float: left;
	width: 110px;
	padding: 15px 0 0;
}
#menu a {
	display: block;
	margin: 3px 0 0;
	padding: 4px 0 0 8px;
	color: #000000;
	text-decoration: none;
	width: 100px;
	height: 21px;
}
#menu a:hover {
	background-image: url(../images/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #000;
}
#menu a.active {
	background-image: url(../images/menu-active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}
#content {
	float: left;
	padding: 0px 0px 20px 20px;
	width: 380px;
}
br.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
} 
#footer {
	font-size: .8em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 30px;
}
#bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 141px;
	margin: 0px 0px 0px 137px;
	padding: 0px;
	width: 580px;
}
