@charset "windows-1252";

* {
	padding: 0;
	margin: 0;
}

/* Main styles for basic tags */
body  {
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #FFFFFF url('../images/bg.jpg') no-repeat top center;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3	{
	font-family: Helvetica, Tahoma, Verdana, Arial;
	letter-spacing: 1px;
}
h1	{
	font-size: 12px;
	color: #1A1364;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h2	{
	font-size: 12px;
	color: #990033;
	text-align: left;
	font-weight: bold;
	margin: 5px 0px;
}
a	{
	color:#990033;
	text-decoration: none;
}
a:hover {
	background-color: #B7485F;
	color: #FFFFFF;
	text-decoration: none;
}
img {
	border: 1px solid #BCBCBC;
}
ul {
	margin-left: 15px;
}

/*******************************************************/



/* Div Styles - Main Page structure and content */
#container { 
	width: 765px;
	margin: 240px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url('../images/bg_cont.jpg') no-repeat bottom center; 
}
#mainPart {
	width: 545px;
	font-size: 11px;
	padding: 0px;
	margin: 0px 0px 0px 220px;
}
#menu {
	width: 160px;
	float: left;
}
#mainContent { 
	float: right;
	font-size: 11px;
	width: 375px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent p { 
	margin: 0px 0px 10px 0px;
	padding: 0px;
} 
#mainContent img { 
	margin: 5px 0px;
} 
/*******************************************************/



/* Footer Styles */
.ft_container { 
	width: 765px;
	padding: 45px 10px 10px 0px;
	background: url('../images/bg_footer.jpg') no-repeat top center; 
	margin: 0px auto 0px auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#footer { 
	text-align: right;
} 
/*******************************************************/




/* Floating and alignment classes */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*******************************************************/


/* Navigation */

#navigation {
	float: left;
	padding: 5px;
}

#navigation ul {
	background-color: #FFFFFF;
	margin: auto auto;
	padding: 0;
	list-style-type: none;
	font: normal 11px verdana;
}

#navigation ul a {
	font-size: 100%;
	color: #000;
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	border-bottom: 1px solid #94A1BF;
}

/* Fix IE. Hide from IE Mac */

*html .sidebar ul li { float:left; height:1%; }
*html .sidebar ul li a { height:1%; }

/* End */
#navigation ul a:hover{
	background-color: #EDEDED;
	color: #BE0027;
}
#navigation li:hover ul {
	display: block;
	}
#navigation ul {
	margin: 0;
	list-style:none;
	width: 150px;
	border-top: 1px solid #94A1BF;
}
#navigation ul li {
	position:relative;
}

.sidebar li ul {
	position: absolute;
	left: -149px; /* Set 1px less than menu width */
	top: 0px;
	display: none; 
	width: 150px;
}
#navigation a {
	display: block;
	text-decoration: none;
	color: #777;
	border-bottom: 0;
	border-left: 1px solid #94A1BF;
	border-right: 1px solid #94A1BF;
}
#navigation li:hover ul, li.over ul, li.off ul {
	display: block;
}
/* Navigation End*/	


#info {
	font-style: italic;
}


#mainContent p.indented
   {
   padding-left: 20pt;
   text-align:justify;
   }


#catcover img {
	border: 1px solid #FFFFFF;
	text-decoration:none;
	float:right;
	padding-right: 5px;
}