﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
}

/* Styles for DIV tags */
#container {
	width: 833px;
	margin: 0 auto;
	border: 2px solid #8c8c8c;
	background-color: #FFFFFF;
}	

/* Styles for Masthead */
#masthead_l {
	width: 625px;
	height: 138px;
	float: left;
	overflow: visible;
	background-image: url('../images/Masthead/sky.jpg');
	background-repeat: no-repeat;
	border-bottom: 2px solid #8c8c8c;
}
#masthead_l h2 {
	font-family: "Bradley Hand ITC";
	color: #FFFF00;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 40px 0 0 0;
}
#masthead_l img {
	float: left;
	padding: 10px 0 0 20px;
}
#masthead_r {
	width: 206px;
	height: 176px;
	position: relative;
	overflow: hidden;
	float: right;
	border-left: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	background-image: url('../images/Masthead/Issy.jpg');
	background-repeat: no-repeat;
}

/* Style for Wrapper */
#wrapper {
	background-color: #99FF99;
}

/* Styles for Content */
#content {
	width: 590px;
	position: relative;
	float: left;
	padding: 20px 15px 20px 20px;
	overflow: auto;
	background-color: #fff;
	border-right: 2px solid #8c8c8c;	
}
#content td {
	font-size: small;
	padding: 2px;
}
#content ul,ol {
	margin: 0 0 20px 40px;
}
#content ul li {
	list-style: disc outside;
	margin: 0;   
	padding: 0;
}
#content ol li {
	list-style: decimal outside;
}
.float_right {
	float: right;
	margin: 0 10px 10px 20px;
}
.float_left {
	float: left;
	margin: 0 20px 10px 10px;
}
.q_a {
	float: left;
	padding: 0 20px 0 0;
}
.ask {
	font-size: 11px;
	line-height: 16px
}
.figure_l p {
	font-size: xx-small;
	text-align: center;
	margin: 2px 0 0 0;
}
.figure_r p {
	font-size: xx-small;
	text-align: center;
	margin: 2px 0 0 0;
}
div.figure_l {
	float: left;
	width: 200px;
	margin: 0 20px 10px 10px;
}
div.figure_r {
	float: right;
	width: 200px;
	margin: 0 10px 10px 20px;
}
.years {
	float: left;
	padding: 0 20px 0 10px;
	margin-top: -5px;
}

/* Styles for Sidebar */
#sidebar {
	width: 188px;
	position: relative;
	float: right;
	padding: 20px 9px 0 9px;
	display: inline;
}
#sidebar h2 {
	font-family: "Bradley Hand ITC";
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
#sidebar hr {
	color: #FF0000;
}
#sidebar blockquote  {
	font-size: 11px;
	color: #000;
	font-style: italic;
	margin: 0 0 20px 0;
}
.button {
	float: left;
	padding: 0 20px 0 10px;
	margin-top: -5px 
}	
.figure_s p {
	font-size: xx-small;
	text-align: center;
	margin: 2px 0 0 0;
}
div.figure_s {
	float: left;
	width: 150px;
	margin: 0 18px 30px 18px;
}

/* Styles for Footer */
#footer {
	width: 100%;
	overflow: auto;
	clear: both;
	text-align: center;
	background-color: #FFEE77;
	border-top: 2px solid #8c8c8c;
}
#footer p {
	font-size: x-small;
	margin: 12px 0 0 0;	
}
.xhtml {
	float: left;
	margin: 12px;
	border: 0;
}
.css {
	float: right;
	margin: 12px;
	border: 0;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #c77;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #0000FF;
}
h4 {
	font-size: medium;
	color: #0000FF;
}
p,ol,ul {
	font-size: small;
	color: #000;
}
blockquote  {
	font-size: 11px;
	color: #000;
	font-style: italic;
	margin: 0 30px 20px 30px;
}
h5  {
	font-size: small;
	color: #0000FF;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
h1,h2,h3,h4,h5,h6,strong {  
   font-weight: bold;    
}
h1,h2,h3,h4,h5,h6,p {
	margin-bottom: 20px;
} 
em {  
   font-style: italic; 
}
/* Links */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}