body {
	font-size: 85%;
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
/*	background-image: url(/graphics/background.gif);*/
}

.smalltext {
	font-size: .75em;
}

.footertext {
	font-size: .75em;
	color: #999999;
}

.largetext {
	font-size: 1.25em;
	font-weight: bold;
}

.hugetext {
	font-size: 1.75em;
	font-weight: bold;
}

.highlight {
	background-color: #ffff33;
	color: #000000;
}

a:link {
	color: #00bbee;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a.active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

hr#nav {
	border: 0;
	color: #990000;
	background-color: #990000;
	height: 1px;
	width: 33%;
	text-align: center;
}

hr#content {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 66%;
	text-align: center;
}

hr#content100 {
	border: 0;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
	text-align: center;
}

/*CSS Menu*/

ul#menu {
	width: 720px;
	height: 28px;

	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#menu li {
	display: block;
	float: left;
	margin: 0 0 0 0px;
}

ul#menu li a {
	height: 28px;
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 0px 8px 0;
}

ul#menu li a:hover {
	color: #00bbee;
}

ul#menu li a.current{
	color: #ffffff;
	background: url("graphics/current-bg.gif") top left repeat-x;
	padding: 0px 8px 0;
}
