@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#000000;
	padding:0px;
	margin:0px;
	background-color: #7BAACE;
}

.cats {
font-size: 13px;
font-weight: bold;
color: #AA243D;
padding: 2px;
}

.blue {
font-size: 12px;
font-weight: bold;
color:#003399;
}

.title {
font-size: 20px;
font-weight: bolder;
color: #003399;
font-family: Georgia, "Times New Roman", Times, serif;
text-decoration: underline;
}

p.left_text {
padding-left: 7px;
}

.image {
float: right;
}

a {
color: #666666;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #AA243D;
font-weight: bold;
}

a:visited {
color: #000098;
}

h1 {
 font-size: 11px;
 text-transform:uppercase;
 background-color: #003399;
 border-top:1px solid #564b47;
 border-bottom:1px solid #564b47;
 padding:5px 15px;
 margin:0px;
}

h2 {
font-size:13px;
font-weight: bold;
padding: 5px 10px;
margin:0px;
color: #000098;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:double 5px #000098;
	width: 1000px;
	background: url("images/background_cols.gif") repeat;
}

#header {
	background-image: url(images/cats_header2.jpg);
	height: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-color: #ffffff;
}

#left_side {
	float: left;
	width: 200px;
	padding-bottom: 5px;
}

#right_side {
	float: right;
	width: 200px;
	padding-bottom: 5px;
	padding-top: 10px;
	}

#content {
	float: left;
	width: 568px;
	padding: 3px;
	padding-top: 20px;
}

#footer {
	clear: both;
	background: #000098;
	border-top: solid 2px #000000;
	height: 30px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
	

/*-----------header links---------*/
#header-links {
	float: right;
	top: 12px;
	right:20px;
	color: #8E5F2F;
	font-size: 90%;
	margin-top: 40px;
	margin-right: 60px;
}
#header-links P {
	margin: 0; padding: 0;
}
#header-links a {
	color: #666666;
	text-decoration: none;
}
#header-links a:hover {
	color: #CC0000;
}

/*------------navigation list-----------*/
ul#navlist
{
margin: 5px;
padding: 0;
width: 180px;
}

#navlist li
{
list-style-type: none;
background-color: #000098;
color: #daa520;
border: .2em solid #000000;
font-weight: 600;
text-align: center;
padding: .2em;
margin-bottom: 3px;
margin-left: 3px;
}

#navlist li a
{
color: #ffffff;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
	background-color: #ffffff;
	color: #002B82;
}
.hidden {
	color:#000000;
	visibility:hidden;
	font-size: 9px;
}
.h1
{
	color:#003399;
	size:19px;
	font-weight:bold;
}