body {background: #ffffff url(images/bg.gif) repeat-y 50% 0; background-attachment: fixed;
	margin: 0;
	padding: 0;
}
html { min-height: 100%; margin-bottom: 1px; }
body,td,th {
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 14px;
}
a:link {
	color: #024F87;
}
a:visited {
	color: #0370C0;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #024F87;
}


#main {
	position: relative;
	width: 662px;
	margin: 0 auto;
	background-color: #ffffff;
	background: #ffffff;
	height: auto;
    }

#banner {
	width: 662px; height: 228px;
	position: absolute;
	top: 0px; left: 0px;
	}
	
#nav {
	width: 94px; height: 350px;
	position: absolute;
	top: 231px; left: 1px;
	background-color: #ffffff;
	}
#content {
	width: 559px;
	position: absolute;
	top: 231px;
	left: 98px;
	background-color: #ffffff;
	height: 17px;
	padding-left: 4px;	
}


h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 4px;
}

/*   FORMS   */
select {
	font-size: 11px;
}
input {
	font-size: 11px;
} 
textarea {	font-size: 11px;
}
menu {	font-size: 11px;
}

.text {
	padding-left: 10px;
	padding-top: 6px;
}


/*  FOOTER INFORMATION */

.footer {
	font-family: Arial,  sans-serif;
	font-size: 10px;
	color: #999999;
	padding-left: 5px;
	margin-top: 6px;
}

