/* CSS Document */
body {
	margin:0px;
	background-image:url(gfx/header.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

h1 {
	font-family:"Trebuchet MS"; 
	color:#000000; 
	font-size:18px;
}
h2 {
	font-family:"Trebuchet MS"; 
	color:#003366; 
	font-size:14px;
}
h3 {
	font-family:"Trebuchet MS"; 
	color:#ffffff; 
	font-size:10px;
}
p {
	font-family:"Trebuchet MS"; 
	color:#000000; 
	font-size:13px;
}
p.footer {
	font-family:"Trebuchet MS"; 
	color:#ffffff; 
	font-size:11px;
}
a {
	font-family:"Trebuchet MS"; 
	color:#003366; 
	font-size:13px;
}
a:hover	 {
	font-family:"Trebuchet MS"; 
	color:#996600; 
	font-size:13px;
}
a.footer {
	font-family:"Trebuchet MS"; 
	color:#6699ff; 
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
a.footer:hover {
	font-family:"Trebuchet MS"; 
	color:#006699; 
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
hr  {
	border: none 0;
	border-top: 1px solid #006699;
	height:1px;
}
table {
	font-family:"Trebuchet MS"; 
	color:#000000; 
	font-size:13px;
}
tr {
	font-family:"Trebuchet MS"; 
	color:#000000; 
	font-size:13px; 
	border-style:hidden;
}
td {
	font-family:"Trebuchet MS"; 
	color:#000000; 
	font-size:13px; 
	border-style:hidden;
}
li {
	font-family:"Trebuchet MS"; 
	color:#000000; 
	font-size:13px;
}
input {
	font-family:"Trebuchet MS"; 
	font-size:11px; 
	color:#000000; 
	background-color:#cedeea; 
	border-color:#003366; 
	border-style:solid;
}
.submit input {	
	font-family:"Trebuchet MS"; 
	font-size:13px; 
	color:#000000; 
	background-color:#cedeea; 
	border-color:#003366; 
	border-style:solid;
}
select {	
	font-family:"Trebuchet MS"; 
	font-size:13px; 
	color:#000000; 
	background-color:#cedeea; 
	border-color:#003366; 
	border-style:solid;
}
textarea {	
	font-family:"Trebuchet MS"; 
	font-size:13px; 
	color:#000000; 
	background-color:#cedeea; 
	border-color:#003366; 
	border-style:solid;
}
img {
	border:none;
}

/* ---------- Bing Bang Bong ---------- */

html, body, #wrapper {
	min-height: 100%; /*Sets the min height to the
	height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height
	for IE5+/Win, since IE wrongly expands
	an element to enclose its content.
	This mis-behavior screws up modern  
	browsers*/
}

html>body, html>body #wrapper {
	height: auto; /*this undoes the IE hack, hiding it from IE using the child selector*/
}

body {
	margin: 0;
	font-family: Arial, helvetica, sans-serif;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#main {
	margin-bottom: 130px; /*Modify value as needed for footer height.*/
	height: auto;
	padding: 0px;;
}
