 html, body, #wrapper {
    min-height: 100%;
    min-width: 760px;
    width: 100%;
    height: 100%;
    position: absolute;
    }
 
html>body, html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }
    
#main {
    margin-bottom: 2em; /*Modify value as needed for  
                          footer height.*/
    height: auto;
}

td.body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 10pt;
	color : Black;
	vertical-align: top;
}

h1 {
	font-size : small;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
h2 {
	color: #29914b;
	font-size : small;
	margin-top: 0px;
	margin-bottom: 0px;
}
	
body {
	margin:0px;
	padding:0px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	}

table.header {
	table-layout:auto;
	width:100%;
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
	height: 102px;
	background-image:	url('sky-gradient.gif');
	background-repeat: repeat-x;
	vertical-align:middle;
}
	
table.topbar {
	table-layout:auto;
	width:100%;
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
	height: 29px;
	background-image:	url('navbar-bg.gif');
	background-repeat: repeat-x;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : small;
	font-weight: bold;
	color : white;	
}
	
td img.decoration {display: block;}
	
.rounded{display:block}
.rounded *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eaeef4}
.rounded1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5f7fa;
  border-right:1px solid #f5f7fa;
  background:#eff2f6}
.rounded2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfdfd;
  border-right:1px solid #fcfdfd;
  background:#edf1f6}
.rounded3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #edf1f6;
  border-right:1px solid #edf1f6;}
.rounded4{
  border-left:1px solid #f5f7fa;
  border-right:1px solid #f5f7fa}
.rounded5{
  border-left:1px solid #eff2f6;
  border-right:1px solid #eff2f6}
.roundedfg{
  background:#eaeef4;
  padding: 4px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

	table.footer {
	width:100%;
	background-color:#295391;
	border-width: 0px;
	height: 20px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : x-small;
	color : white;
	text-align: center;
	}
	
	A.body {
	color: #295391;
	text-decoration: none;
	font-weight: normal;
	}

	A.body:HOVER {
	color: #295391;
	text-decoration: underline;
	}
	
	A.homebar {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}

	A.homebar:HOVER {
	color: White;
	text-decoration: underline;
	}

	