BODY{ 
	overflow:hidden;
	}
#topbar {
	float: left;
	height: 137px;
	width: 1003px;
}
#container {
	background-color: #FAEACC;
	float: left;
	height: 100%;
	width: 1020px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
#leftside {
	background-color: #C6DCEA;
	float: left;
	height: 77%;
	width: 247px;
	background-image: url(IMAGES/_img_bgr_left.gif);
}
#content {
	background-color: #FAEACC;
	float: right;
	height: 77%;
	width: 738px;
	overflow: auto;
	padding-right: 5px;
	padding-top: 2px;
}
#topleft {
	float: left;
	height: 287px;
	width: 346px;
	margin-top: 2px;
}
#topright {
	float: right;
	height: 287px;
	width: 392px;
	padding-right: 4px;
	padding-top: 2px;
}
#bottomcenter {
	float: left;
	height: 100%;
	width: 715px;
	background-color: #FAEACC;
}
#footer {
	width: 700px;
	height: 15px;
	background-color: #FAEACC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#TOPCONTENT {
	height: 70px;
	width: 700px;
}
#piccaption {
	height: 200px;
	width: 220px;
	overflow: auto;
}
#Left {
	width: 358px;
	float: left;
	padding-left: 0px;
}
#Right {
	width: 358px;
	float: right;
	margin-right: 0px;
}
#content2 {
	width: 725px;
	height: auto;
}
#corner {
	visibility: visible;
}
#projects {
	background-image: url(PICTURES/JRALogofaded.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#print {
	display: none;
	visibility: hidden;
}

/* -----------------------------------------------
	Lists
----------------------------------------------- */

li ul,
li ol		{ margin: 0 3em; }
ul, ol      { margin: 0 3em 1.5em 3em; }

ul          {  }
ol          { list-style-type: decimal; }
li			{ margin-bottom: 1.5em; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

a:link		{ color: #6c95ad; }
a:hover		{ color: #bf644e; }
a:visited	{ color: #4a6a7d; }
