body {
	margin: 0;
}

img {
	border: 0;
	padding: 0;
}

#header {
	height: 113px;
	width: 100%;
	background: #4289CB url("/CattHeaderBG_out.jpg") repeat-x;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
}

#menu {
	float: right;
	width: 200px;
	font-weight: bold;
	color: #14214e;
	font-size: 1.2em;
	font-family: Tahoma, Arial, sans-serif;
}

#menu a:link {
	color: #14214e;
	text-decoration: none;
}

#menu a:visited {
	color: #14214e;
	text-decoration: none;
}

#menu a:hover {
	color: #4289CB;
}

#menu a:active {
	color: #14214e;
}

#menu ul {
list-style-type: square;
}

#menu li {
	margin: 0.5em;
}

#main {
	float: left;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	width: 100%;
	background: #fff url("tanback.gif") top right repeat-y;
}

#main p, ol {
	margin: 20px;
	margin-right: 220px;
}

#main li {
	margin-left: 30px;
}

#main h1, h2, h3 {
	font-family: Tahoma, Arial, sans-serif;
	color: #14214e;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 220px;
}

#main h1, h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

#main h3 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

#main a {
	color: #14214e;
}
#main a:hover {
	text-decoration: none;
}
#main .top {
	float: right;
	margin-right: 30px;
	color: #14214e;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}
#main .top a {
	color: #14214e;
	text-decoration: none;
}
#main .top a:link {
	color: #14214e;
	text-decoration: none;
}
#main .top a:visited {
	color: #14214e;
	text-decoration: none;
}
#main .top a:hover {
	color: #4289CB;
	text-decoration: none;
}
#main .top a:active {
	color: #14214e;
	text-decoration: none;
}	

.linebreak {
	border-bottom: 1px dashed #aaa;
}

#main .copyright {
	color: #aaa;
}

#main .copyright a:link {
	color: #aaa;
	text-decoration: underline;
}
#main .copyright a:visited {
	color: #aaa;
	text-decoration: underline;
}
#main .copyright a:hover {
	color: #aaa;
	text-decoration: none;
}
#main .copyright a:active {
	color: #aaa;
	text-decoration: underline;
}

.donotdisplay {
	display: none;
}

.infobox {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 0.8em;
}

.welcomebox {
	background-color: rgb(255,230,230);
	border: 1px solid rgb(255,160,160);
	padding: 0.8em;
}

.note {
	background-color: #ffffcc;
}

.printme a {
	margin-top: 0.5em;
	margin-right: 0.5em;
	text-align: right;
	float: right;
	border: 2px solid #fff;
}
.printme a:hover {
	border: 2px solid #000;
}

.topimg {
	margin-left: 20px;
}
.spaced { line-height: 1.4em; } 
.spaced SUB, .spaced SUP { line-height: 0; }

