 html, body, #wrapper {
    min-height: 100%;
    min-width: 760px;
    width: 100%;
    height: 100%;
    }
 
html>body, html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }
    
	body {
	margin:0px;
	padding:0px;
	}
		
	table.header {
	table-layout:auto;
	width:100%;
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
	height: 134px;
	background-image:	url('gradient.gif');
	background-repeat: repeat-x;
	}
	
	table.topbar {
	width:100%;
	background-color:#a2c0db;
	border-width: 0px;
	height: 22px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color : white;
	}
	
	table.footer {
	width:100%;
	background-color:#a2c0db;
	border-width: 0px;
	height: 20px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : x-small;
	color : white;
	text-align: center;
	}
	
	table.mainbody {
	width:100%;
	border-width: 0px;
	}
	
	td.maincontent {
	vertical-align: top;
	}
	
	td.alignright {
	text-align: right;
	vertical-align: middle;
	}
	
	td img.decoration {display: block;}

	div.leftheading {
	width:124px;
	background-color:#fde6a8;
	padding: 0px 4px 0px 4px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #2067a8;
	border-width: 1px 1px 0px 1px;
	border-style: dotted;
	border-color: #a2c0db;
	}
	
	div.leftcontent {
	width:124px;
	background-color:#fde6a8;
	padding: 4px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	color: #2067a8;
	border-width: 1px;
	border-style: dotted;
	border-color: #a2c0db;
	}
	
	div.searchform {
	text-align: center;
	width:124px;
	background-color:#fde6a8;
	padding: 4px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	border-width: 1px;
	border-style: dotted;
	border-color: #a2c0db;
	}
	
	#maintext {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	}
	
	#wrapper {
    position: absolute;
    }
 

	#main {
    margin-bottom: 2em; /*Modify value as needed for  
                          footer height.*/
    height: auto;
    }
	
	#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    }

	
	h1 {
	font-size : 10pt;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
	A.homebar {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

	A.homebar:HOVER {
	color: White;
	text-decoration: underline;
	}
	
	A.navbar {
	color: #2067a8;
	text-decoration: none;
	font-weight: normal;
	}

	A.navbar:HOVER {
	color: #2067a8;
	text-decoration: underline;
	}
	
	A.navhead {
	color: #2067a8;
	text-decoration: none;
	font-weight: bold;
	}

	A.navhead:HOVER {
	color: #2067a8;
	text-decoration: underline;
	}
	
	A.body {
	color: #2067a8;
	text-decoration: none;
	font-weight: normal;
	}

	A.body:HOVER {
	color: #2067a8;
	text-decoration: underline;
	}
	
td {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 0.8em;
}

	table.newsbox {
	width:100%;
	padding: 0px;
	}