html, body {
  height: 100%;
}

body {
	margin: 0px;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	min-width: 760px;
}

h1 {
	font-size: 36px;
	margin: 0px;
	padding-top: 17px;
	padding-left: 8px;
	padding-bottom: 5px;
}

.small {
	font-size: 10px;
	font-weight: bold;
}

#left {
	float: left;
	width: 230px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 0px;
	text-align: left;
}
#menu a:link{
	text-decoration: none;
	color: black;
	padding-left:2px;
	padding-right: 2px;
}

#menu a:visited {
	text-decoration: none;
	color: black;
	padding-left:2px;
	padding-right: 2px;
}
#menu a:hover {
	color: White;
	background-color: Black;
	text-decoration: none;
}
#menu a:active {
	color: white;
	text-decoration: none;
}
#main {
	width: 760px;
	margin: 0px;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#right {
	float: right;
	width: 500px;
	padding-left: 10px;
	font-size: 20px;
	color: #3399FF;

}
#right p {
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	line-height: 28px;
	text-align: justify;
}
#right a:link {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	background-color: #3399FF;
	text-decoration: none;
}

#right a:visited {
	color: #FFFFFF;
	background-color: #3399FF;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#right a:hover {
	color: #FFFFFF;
	background-color: #FF0066;
	text-decoration: none;
}

#right a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	clear: both;
	width: 740px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 100px;
	padding-left: 20px;
}