body {
	margin:0px;
	padding:0px;
}
a {
	color: #0000FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
#main {
	font-family: "Trebuchet MS", trebuchet, monaco, arial;
	margin-left:30px;
}

#header {
	position:relative;
	border:none;
	top:0px;
	left:0px;
	width:100%;
	padding-top:10px;
	padding-left:0px;
}
#headertop {
	padding-left:20px;
	margin-bottom:5px;
}
#headerbottom {
	background-image:url("images/dash.png");
	padding-left:25px;
	padding-top:3px;
	background-repeat: repeat-x;
}

#footer {
	margin:auto;
	position:relative;
	text-align:center;
	font-size:9pt;
}