body {
	background-color:#9c9c74;
	margin-right:auto;
	margin-left:auto;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #AD86BD;
}
a:active {
	text-decoration: none;
}
a {
	font-size: large;
	color: #000000;
}
li {
    font-size:large;
}
#topScrollBar{
  width:750px;
  padding:0;
  margin-right:auto;
  margin-left:auto;
  background-color:yellow;
  overflow:hidden;
}
#mainBox {
	background-color:#9c9c74;
	position:relative;
	top:0;
	left:0;
	width:750px;
	height:1000px;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#topBar {
    position:relative; 
	top:0px; 
	left:0px;
	height:175px;
	width:550px; 
	background-color:#b8b888;
	padding:0px 0px 0px 200px;
	text-align:center;
	z-index:15;
}
.topBar-table {
    margin-left:auto;
	margin-right:auto;
}
#navBar {
    padding-left:200px;
	height:25px;
	width:550px;
    background-color:#9c9c74;
}
#navBar a:link {
	font-size:12px;
    background-color:#9c9c74;
	color:#765f81;
	text-decoration:none;
}
#navBar a:visited {
    text-decoration:none;
	font-size:12px;
	color:#765f81;
}
#navBar a:active {
    text-decoration:none;
	color:#765f81;
}	
#navBar a:hover {
    background-color:#765f81;
	color:#9c9c74;
	text-decoration:none;
}
#linkColumn {
    position:absolute; 
	top:0px; 
	left:0px; 
	padding:0px;
	margin:0px;
	background-image:url(../images/leftColumn.gif);
	width:200px;
	height:100%;
	z-index:20;
}
#linkColumn h3 {
    padding-left:30px;
}
#rightContent {
    position:relative; 
	top:0px; 
	left:0px;
	height:800px;
	width:525px;
	padding:0px 25px 0px 200px;
	margin:0px 0px 10px 0px;
	background-color:#ffffee;
	overflow:auto;
	z-index:1;
}
#rightColumn{
	position:absolute;
	top:0px;
	right:0px;
	width:100px;
	background-image:url(../images/rigthColumn.gif);
	padding:0px;
	margin:0px;
	height:100%;
	z-index:20;
}
#footer{
	text-align:center;
	width:750px;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
}
#fullPage{
    background-color:#ffffee;
	width:100%;
}