/* Body Styles */
body {
background-image:url(catkillers-bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
}


/* Main Styles */
#mainTable {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1000px;
	border: 2px solid maroon;
 }
 
 #mainTable td {
 	padding: 1px;/*Pads each table cell in modern browsers*/
 }
 
 #maincontent {
 	width:810px;
	margin-left:5px;
	margin-right:5px;
	background-image: url(yelopapr.jpg);
 	font-size: 12px;	/*/*/font-size: 100%; /* */
 }
 
  #maincontent p {
  padding-left: 5px;
  padding-right: 5px;
  }
 #maincontent a:hover, #maincontent a:active {
 	color: #FFFFFF;
 	background-color: #CC0000;
 	border: 2px solid #FF0000;
 }
 
/* Sidebar Styles */
#sidebar {
width:200px;
	background: url(yelopapr.jpg);
	vertical-align: top;
 	font-size: 12px;
	font-weight: 900;
	padding-left: 8px;
 }
 
 #sidebar a {
   color: #000000;
	text-decoration: none;
	padding: 0 2px 2px;
	line-height: 150%;
	border:medium #000000;
}

 #sidebar a:link, #sidebar a:visited {
 	color: #B54F99;
 }
 
 #sidebar p {
	font-family: Georgia;
	color:black;
	font-size: 95%;
	font-weight: 900;
	text-align: left;
	padding-top: 8px;
}
 #sidebar a:hover, #sidebar a:active {
 	background: #CC0000;
	width:85%;
 }
 
#header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background-image: url(yelopapr.jpg);
	width:auto;
}

 #header p {
 	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: xx-large;
 	font-variant: small-caps;
 	color: maroon;
 	padding-left: 5px;
 }
 
/* Footer Styles */
#footer {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	background-color: maroon;
	width:auto;
}

 #footer a:hover, #footer a:active {
 	color: #FFFFFF;
 	background-color: #CC0000;
 	border: 1px solid #000;
 }
.floatLeft { 
    float: left; 
    padding-bottom: 5px;
	 padding-right:5px;
}
.floatRight { 
    float: right; 
    padding-bottom: 5px;
	 padding-left: 5px;
}

.floatLeftClear { 
    float: left; 
    clear: left; 
    padding-bottom: 5px;
	 padding-left: 5px;
}
.floatRightClear { 
    float: right; 
    clear: right; 
    padding-bottom: 5px;
	 padding-left: 5px; 
}

.clearer {
	clear:both;
}
/* General Styles */

table {
	border-color: maroon;
	background-image: url(yelopapr.jpg);
	padding: 5px;
	text-align: left;

}
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;
 }
 
 p {
 	font-size: 12px;
 	font-weight: 900;
	padding-left: 5px;
  	padding-right: 5px;
 }
ul {
	list-style: square;
	font-size: 12px;
	text-align: left;
	font-weight: 900;
	padding-left: 5px;
  	padding-right: 5px;
}

ol {
	font-size: 12px;
	text-align: left;
	font-weight: 900;
}
 
 h1 {
 	font-family:"Bookman Old Style";
	font-size:24px;
	font-weight: 600;
	text-align: center;
 	color: red;
	}

h2 {
	font-family: Georgia;
	font-size: 18px;
	color: blue;
	padding-left: 5px;
  	padding-right: 5px;
}
	
 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:#900;
	padding-left: 5px;
  	padding-right: 5px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight:900;
	font-variant: normal;
	color: #FF0033;
	padding-left: 5px;
  	padding-right: 5px;
}

h5 {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-style: italic; 
		line-height: normal; 
		font-weight: bold; 
		font-variant: normal; 
		color: #0D73B3;
		text-align: left;
		padding-left: 5px;
  		padding-right: 5px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	font-variant: normal;
	color: black;
}

pre {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold; color: #000066}


.special {  font-family: Arial, Helvetica, sans-serif; 
				font-size: x-small; 
				font-weight: bold; 
				font-variant: small-caps; 
				color: #CC0033}


.yellow {
	color: black;
	background-color: #FFFF00;
}

.white {
	color: #FFFFFF;
	font-weight:bolder;
}
.red {  color: #CC0033}


.light-blue {
	color: black;
	background-color: #D4EBF9;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  width: 100px;
  height: 100px;
  border: 1px solid blue;
  padding: 1em;
}

.grid { 
  display: table;
  border-spacing: 1px; 
} 

.image p { 
	font-family: Georgia;
  	color: black; 
  	font-size: 95%;
  	font-weight: 900;
  	text-align:left;
  	padding-top: 8px;
}
sup {
	font-family: Georgia;
	font-size:small;
	font-weight: 600;
	color:black;
	padding-left: 5px;
  	padding-right: 5px;
}

sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight: 900;
	color:#903;
}

td {
	font-family: arial, san-serif;
	vertical-align: top;
	color:black;
	border-color: red;
	padding: 1px;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

tr {
	text-align: left;
	}
	