@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #333333;
	font-size:10pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	color:#c98a30;
}



h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
		color:#c98a30;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#c98a30;
	font-weight:bold;
}

.small {
font-size:x-small;
}


a {
	color:#c98a30;
	text-decoration:none;
}

a:hover {
	color:#00CC00;
	text-decoration:underline;
}

.rata #container { 
	width: 1004px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.rata #containersmall { 
	width: 504px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.rata #header { 
	background: #ffffff; 
/*	padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */  
	background-image:url(images/banner12.png);
	background-repeat:no-repeat;
	height:120px;
	width:1004px;
	
} 

.rata #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(images/sidebarrock.jpg);
	background-repeat:repeat-y;
	padding: 15px 10px 15px 20px;
	font-size:medium;
	font-weight:bold;
	line-height:15px;
	color:#666600;
/*	background-color:#A3C54C;*/
}

.menu a {
color:#ffffff;
font-variant:small-caps;
font-size:18px;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
/*background-color:#dddddd;*/
}

.even a {
color:#ffffff;
/*background-color:#999999;*/
}

.menu ul  {
	font-size:12px;
	color:#FFFFFF;
	list-style-position: inherit;
	list-style-type: none;
	background-position: -20px;
	text-indent: -25px;
	list-style-image: none;

}
.menu ul a {
	font-size:12px;
	color:#ffffff;
	background-color:
	}

.menu a:hover {
	color:#00FF00;
	text-decoration:none;
}



.rata #mainContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border-left-color:#ab0000;
	border-left-width:1px;
	border-left-style: double;  */
	width:740px;
} 
.rata #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#ab0000; */
background-image:url(images/footer1.jpg);
background-repeat:repeat-x;
font-weight:bold;
color:#ffffff;
} 
.rata #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.address {
color:#FFFFFF;
font-size:14px;
font-weight:bold;
}

.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;
}


.thumbnail img{
	border: 0px solid #ab0000;
	margin: 0 5px 5px 0px;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #ab0000; /*set to matchww print logo */
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #d46974;
padding: 30px 30px 30px 30px;
/* left: -1000px;   /*hides the picture off to the left */
border: 2px solid #ab0000  ;
visibility: hidden;
color: blue;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0px;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 25px;
left: 200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.redbold {
color:#FF0000;
font-weight:bold;
}

.button1 {
background-color:#FF99FF;
width:115px;
font-weight::bold }

.buttonlarge {
background-color:#FF99FF;
width:200px;
font-weight::bold }

