html {overflow-y: scroll;}
table {
	padding: 0px;
}

li {
	margin-bottom: 10px;
}
h1 {
	font-family: "Arial", Verdana, Trebuchet MS;
	font-size: 25px;
	font-style: normal;
	line-height: 21px;
	font-weight: bold;
	font-variant: normal;
	color: #ffa900;
}
h2 {
	font-family: "Arial", Verdana, Trebuchet MS;
	font-size: 26px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #555;

}
h3 {
	font-family: "Arial", Verdana, Trebuchet MS;
	font-size: 22px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000;

}
h4 {
	font-family: "Arial", Verdana, Trebuchet MS;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #ffa900;

}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fcba00;
	background-image: url('../images/bg-2.gif'); 
	background-repeat: repeat-y; 
	background-position: 50% 0%;
}

#mainBody {
	font-family: "Arial", Verdana, Trebuchet MS;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #444;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding-left: 50px;
	padding-right: 50px;
	width: 600px;
}

.menuLinks {
	whitespace: no-wrap;
	font-family: "Arial", Verdana, Trebuchet MS;
	font-size: 12px;
	letter-spacing: .1em;
	font-weight: bold;
	color: #000;
	
}

.menuLinks a {
	text-decoration: none;
	color: #fff;
}

.menuLinks a:hover {
	text-decoration: none;
	color: #fff;
}

.menuLinks a:hover {
	text-decoration: none;
	color: #ffa900;
}
.footer {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
}