/************** Structure **********************/
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	margin-bottom: 20px;
	width: 100%;
}

#topheader {
	padding: 10px 0 20px 50px; 
	border-bottom: 2px solid #ccc; 
	background-color: #990000;
	/*width: 100%;*/
	margin: 0;
}

#container {
	width: 60%;
	margin-left: 50px;
	padding-top: 30px;
	text-align: center;
}

#content
{
	text-align: left;
}

#content p
{
	text-align: left;
}

.graphic
{
	padding: 5px;
	border: 1px solid #ccc;
	background: url(../images/cat_back.gif);
	float: left;
	margin-right: 10px;
}

h1
{
	color: #e5e8e5;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0;
	margin: 0 0 5px 0;
}

h2
{
	color: #990000;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
}

h4
{
	color: #ea5223;
	font-size: 10pt;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

.meta
{
	color: #ea5223;
	text-decoration: underline;
}

/****************** Links **********************/
a:link {
	color: #990000;
}
	
a:visited {
	color: #4f4f4e;
}
	
a:hover, a:active 
{
	color: #ea5223;
	text-decoration: none;
	}
/************** Navigation *********************/

 #navcontainer
{
	width: 100%;
	float: left;
	background: url(../images/cat_back.gif);
	border-bottom: 3px double #ccc;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
	margin: 0;
	padding: 0 0 0 37px;
	color: #fff;
	letter-spacing: 1px;
}

#navcontainer ul li a
{
	padding: 0.2em 12px;
	color: #990000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #ccc;
}

#navcontainer ul li a:hover
{
	text-decoration: underline;
}

#navlist li a:hover, #navlist li a:active
{
	text-decoration: none;
	text-align: left;
}

 #navcontainer li a#current
{
	color: #ea5223;
	text-decoration: none;
}

