body {
	font-family: Tahoma;
	font-size: .9em;
	letter-spacing: .06em;
}

h1 {
	color: #000;
}

h2 {
	color: #000;
	font-size: 1.2em;
}

h3 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	margin-top: -10px;
}

a {
	color: #C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dt {
	color: #000;
	font-size: 2em;
	font-weight: bold;
	padding-top: 30px;
	margin-top: -25px;
	margin-left: 40px;
	margin-bottom: 45px;
}

dd {
	margin-top: 10px;
}

dd a {
	color: #C00;
	text-decoration: none;
}

dd a:hover {
	text-decoration: underline;
}

#wrapper {
	height: 1100px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	height: 250px;
	width: 1000px;
}

#menu {
	float: left;
	clear: left;
	color: #FFF;
	background: url("menuBG.png") repeat-y;
	height: 1000px;
	width: 250px;
	margin-top: -1px;
}

#menu a {
	color: #FFF;
}

#menu li {
	font-weight: bold;
	list-style-type: none;
	line-height: 1.5em;
	margin-left: -1em;
}

#menu li li {
	font-weight: normal;
	margin-left: -1.5em;
}

#content {
	float: left;
	color: #000;
	height: 700px;
	width: 700px;
	padding: 10px 25px 25px 25px;
}

#contentLeft {
	height: 750px;
	width: 300px;
	line-height: 1.5em;
}

#contentRight {
	height: 750px;
	width: 300px;
	margin-top: -750px;
	margin-left: 400px;
}

#contentRight img {
	height: 75px;
	width: 200px;
	margin-left: 0px;
	margin-top: 20px;
	border: 1px #000 solid;
	display: block;
}

#address {
	float: left;
	clear: left;
	height: 50px;
	width: 1000px;
}

#address p {
	font-size: 1em;
	margin-top: -8px;
	text-align: right;
}

#copy {
	float: left;
	clear: left;
	height: 50px;
	width: 1000px;
}

#copy p {
	font-size: .7em;
	margin-top: -8px;
	text-align: right;
}

.indent {
	margin-left: 15px;
}

.noDot {
	list-style-type: none;
	margin-bottom: 10px;
}