html {
	height: 100%; /* this sets height of page to 100% */
}

body {
	margin: 0;
	background-color: #e5e6d4;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 62.5%;
	background-image: url(images/bod_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%; /* this sets height of page to 100% */
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
}

ul {
	list-style-type: none;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	line-height: 1.4em;
}

li{
	line-height: 1.4em;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

li a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

li a:hover {
	color: #fff;
	text-decoration: none;
}

h3 {
	font-size: 1.2em;
	font-family: "trebuchet MS";
	color: #990000;
}

h2 {
	font-size: 1.5em;
	font-family: "trebuchet MS";
	color: #333300;
}

h4 {
	font-size: 1.5em;
	font-family: "trebuchet MS";
	color: #333300;
}

h5 {
	font-size: 1.2em;
	font-family: "trebuchet MS";
	color: #333300;
}


#main {
	position: relative; /* this tells #main to follow it's parent for positioning */
	min-height: 100%; /* this stops the footer swallowing content */
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D5D7B7;
}

#threeCells {
	margin-top: 10px;
	margin-bottom: 10px;
}

#threeCells td {
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	width: 760px;
	height: 26px;
	line-height: 26px;
	background-image: url(images/foot_bg.gif);
	background-repeat: repeat-x;
	position: absolute; /* this makes positioning absolute */
	bottom: 0; /* this sets positioning to bottom of 'body' */
	margin-top: -26px;
}

.desi {
	margin-left: 15px;
}

#quotation {
	background-color: #666;
	font-size: 1.2em;
	font-weight: bold;
	color: #CCC;
	padding: 3px 0 3px 10px;
}

#helpf a:link, #helpf a:visited {
	display: block;
	color: #990000;
	background-image: url(images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#helpf {
	margin: 0;
	padding: 0;
}

#helpf li {
	padding: 0;
	background-color: #e5e6d6;
	margin-bottom: 5px;
	background-image: url(images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#sidelink {
	padding: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

#sidelink li  {
	padding: 0;
	margin-bottom: 10px;
}

#mid {	
	margin: 0;
	padding: 0;
}

#mid li {
	padding: 0;
	margin-bottom: 5px;
	text-decoration: none;
}