body, div, ul, li, h2 {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial;
	font-size: 90%;
	text-align: center;
}

td {
	font-size: x-small;
	font-family: arial;
	}

h1 {
	FONT-SIZE: 130%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}

h2 {
	FONT-SIZE: 120%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc0000;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: "Gill Sans MT";
}
.searchbox {
	border: thin none;
	font-size: x-small;
	}

.button {
	BORDER-RIGHT: #666666 1px outset; BORDER-TOP: #999999 1px solid; FONT-WEIGHT: bold; MARGIN: 0px; BORDER-LEFT: #999999 1px solid; CURSOR: pointer; COLOR: #000000; BORDER-BOTTOM: #666666 1px outset; BACKGROUND-COLOR: #FFCC00
	}

A {
	COLOR: #6B61AD;
	TEXT-DECORATION: underline;
	}

A:hover {
	COLOR: #94288C; TEXT-DECORATION: underline
	}

A:active {
	COLOR: #6B61AD; TEXT-DECORATION: underline
	}

hr {
	color: #CCCCCC;
	height: 1px;
}

#container {
	position: relative;
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

#left {
	float: left;
	width: 400px;
}

#right {
	float: right;
	width: 260px;
}
#banner {
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	width: 700px;
	margin-bottom: 15px;
}

.footer {
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	width: 700px;
	clear: both;
}
li {
	padding-bottom: 8px;
}
h3 {

	FONT-SIZE: 120%;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#menu {
	margin-bottom: 15px;
}
#menu ul {
	border: 1px dashed #CCCCCC;
	background-color: #CCCCCC;
}
#menu a {
	text-decoration: none;
	font-weight: bold;
}

#menu li {
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	padding: 7px;
}
#highlight {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #6B61AD;
	border-bottom-color: #6B61AD;
}
