html, body { 
height:100%; 
} 
#non-footer { 
min-height:100%; 
} 
* html #non-footer { 
height:100%; 
} 
#footer { 
height:50px; (or whatever height you have) 
margin-top:-50px; 
} 

#body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 12px;
}

#footer {
	width: 780px;
	background-color: #cc3333;
	height: 20px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#header {
	height: 204px;
	width: 780px;
}

#main {
	height: auto;
	width: 780px;
	background-color: #003366;
}

#Sec1 {
	float: left;
	height: auto;
	width: 260px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#Sec2 {
	float: left;
	height: auto;
	width: 260px;
}

#Sec3 {
	float: left;
	height: auto;
	width: 260px;
}

#nav_bar {
	width: 780px;
	height: auto;
}

div {
	margin-right: auto;
	margin-left: auto;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
	text-decoration: underline;
	color: #93C9FF;
}

a:hover {
	text-decoration: underline;
	color: #ECB4B4;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

input.button
{
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#ffffff;
   background-color:#0079f2;
   border-top-color:#1b8dff;
   border-bottom-color:#005bb6;
   border-left-color:#1b8dff;
   border-right-color:#005bb6;
}

ul.noSpace
{
	margin-top: -13px;
	padding-top: 0px;
}

