body {
/*	background-image: url(images/background.gif);*/
	background: #92AEB9 url(img/background_main3.gif) repeat-y center top;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff; /* to force datalist gridlines in IE to be grey */
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 45px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}


#container {
	width: 720px;
	margin: 0 auto;
	border-left: 3px #000 double;
	border-right: 3px #000 double;	
	background-color: #FFF;
}

#main {
	margin: .5em 20px 0 20px;
	border-top: 1px solid #000;
	text-align: left;
	padding: 20px 0 20px 0;
}

TD  a:link {color: #000000; text-decoration: underline; }
TD  a:active {color: #0000ff; text-decoration: underline; }
TD  a:visited {color: #000000; text-decoration: underline; }
TD  a:hover {color: #ff0000; text-decoration: none; }

