/* Body Styles */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	background-image:url(ricks-bg1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}


/* Main Styles */
#mainTable {
	width: 1000px;
	border: 2px solid #800000;
 }
 
 #mainTable td {
 	padding: 1px;/*Pads each table cell in modern browsers*/
 }
 
 #maincontent {
 	width:810px;
	margin-left:5px;
	margin-right:5px;
	background-image: url(mainbg.jpg);
 	font-size: 12px;	/*/*/font-size: 100%; /* */
 }
 
 #maincontent a:hover, #maincontent a:active {
 	color: #FFFFFF;
 	background-color: #A90017;
 	border: 1px solid #000;
 }
 
 #maincontent p {
  	padding-left: 5px;
  	padding-right: 5px;
  }
  
  #maincontent img {
  border: 2px solid #8b0000;
  }
/* Sidebar Styles */
 #sidebar {
	width:200px;
 	vertical-align: top;
	background: url(rickspapr.gif);
 	font-size: 12px;
	font-weight: 900;
	padding-left: 8px;
 }
  
 #sidebar a {
	margin-left:3px;
	color:#009
	font-size:11px;
 	text-decoration:none;
	line-height: 200%;
 }
 
 
 #sidebar a:link, #sidebar a:visited {
 	color: #666;
 }
 
 #sidebar p {
 	font-family: Georgia;
	color: #800000; 
  	font-size: 95%;
  	font-weight: 900;
  	text-align:left;
  	padding-top: 8px;
	padding-left: 5px;
 }
 #sidebar a:hover, #sidebar a:active {
 	color: #FFFFFF;
 	background-color: #A90017;
 	border: 1px solid #000;
	text-decoration:underline;
 }

 
#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;
	height:auto;
}
 
/* Footer Styles */
#footer {
	margin: 0; /* zeroing the margin of the last element in the #footer 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 */
	border: 1px solid #000;
	background-image: url(brownbg.jpg);
	width:auto;
	text-align: center;
}

#footer p {
	font-size:10px;
	font-weight: 900;
}
 
 #footer a:hover, #footer a:active {
 	color: #FFFFFF;
 	background-color: #A90017;
 	border: 1px solid #000;
 }
 
 img.floatLeft { 
    float: left; 
    margin: 8px; 
}
img.floatRight { 
    float: right; 
    margin: 8px; 
}
 
 img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

/* General Styles */
 td, p, ul {
 	font-family: Georgia, "Times New Roman", Times, serif;

 }
 
 p {
 	font-size: 12px;
 	font-weight: 900;
 }
ul {
	list-style: square;
	font-size: 12px;
	text-align: left;
	font-weight: 900;
}

ol {
font-size: 12px;
	text-align: left;
	font-weight: 900;
}
 h1:first-child {margin-top: 0;}
 
 h2:first-child {margin-top: 0;}
 
 h1 {
 	font-family:"Bookman Old Style";
	font-size: 20px;
	font-weight: 600;
	text-align: center;
 	color: red;
	}

h2 {
	font-family: Georgia;
	font-size: 18px;
	color: blue;
}
	
 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color:maroon;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight:900;
	font-variant: normal;
	color: #FF0033;
}

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;
}
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;
}


.red {  color: #CC0033}


.light-blue {
	color: black;
	background-color: #D4EBF9;
}

.image { 
  text-align: center; 
} 
.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:xx-small;
	font-weight: 600;
	color:black;
}

sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight: 900;
	color:maroon;
}

td {
	font-size: 12px;
	vertical-align:top;
}