* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
}
a {
	color: #4B4B4B;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none;
}
p {
	line-height: 105%;
}

.menulink {
	color: #ffffff;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 5px;
}
.menulink:visited {
	color: #ffffff;
}
.menulink:hover {
	text-decoration: underline;
}
.otherlink {
	text-decoration: underline;
	color: #ffffff;
}
.otherlink:visited {
	color: #ffffff;
}
.otherlink:hover {
	text-decoration: none;
}
.hiletter {
	font-size: 12px;
}
.loletter {
	font-size: 11px;
}
.outline, .tbloutline td, .tbloutline th {
	border-width: 1px;
	border-color: #9B9B9E;
	border-style: solid;
}
.tbloutline td, .tbloutline th {
	border-width: 1px;
	border-color: #9B9B9E;
	border-style: solid;
	padding: 2px;
}

#main {
	margin-left: auto;
	margin-right: auto;
}
#topmenu, #botmenu {
	font-size: 11px;
}
#leftcol {
	padding: 10px;
}
#content {
	background-image: url(../img/content-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px;
}
#midpadd {
	background-image: url(../img/leftcol-bg.gif);
}