body {
	padding: 15px 0px 0px 10px;
	margin: 0px;
	min-width: 720px;
	font-family: sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
}

.glossary_title {
font-size: 1em;
color: #A3001B;
}

.home_title {
font-size: 1em;
color: #000000;
}

#outer {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0;
	padding: 0;
	width: 760px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin: 0;
	padding: 0;
	width: 760px;
}

.headleft {
	float: left;
	width: 420px;
	padding: 0px 0px 0px 0px;
		display: block;
}

.headright {
	float: right;
	width: 280px;
	padding: 0px 0px 0px 0px;
		display: block;
}

#contentouter {
	position: relative;
	left: 0px;
	top: 9px;
	padding: 0;
	margin: 0;
	float: left;
	width: 760px;
	height: 722px;
	display: block;
}

a {
	color: #a3001b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #a3001b;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
}

.content {
	font-size: 0.8em;
}

#columnone {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 10px;
	margin: 0;
	width: 280px;
	height: 730px;
	background-color: #a3001b;
	color: #ffffff;
}

#columnone a {
	color: #ffffff;
}

#columnone img {
	float: left;
	margin: 0px 10px 10px 0px;
}

#columntwo {
	position: relative;
	left: 5px;
	top: 0px;
	float: left;
	padding: 10px;
	margin: 0;
	width: 205px;
	height: 730px;
	border: 1px solid #cccccc;
}

#columntwo img {
	float: left;
	margin: 0px 10px 10px 0px;
}

#columnthree {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	padding: 10px;
	margin: 0;
	width: 200px;
	height: 730px;
	border: 1px solid #cccccc;
}

#columnthree img {
	float: left;
	margin: 0px 10px 10px 0px;
}

#seodiv {
	position: absolute;
	float: left;
	left: 10px;
	top: 945px;
	padding: 5px;
	margin-bottom: 20px;
	width: 750px;
	border: 1px solid #c4c7c9;
	font-size: 0.8em;
}

.blackbar {
	width: 760px;
	height: 10px;
	position: relative;
	top: 5px;
	left: 0px;
	float: left;
	background-color: #000000;
	display: block;
}

#footer {
	position: relative;
	left: 0px;
	top: 9px;
	float: left;
	padding: 10px;
	margin: 0;
	width: 740px;
	height: 84px;
	background-color: #a3001b;
}

