body {
	background: #E8FDD8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 20px auto;
	width: 95%;
}

h1 {
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-style: italic;
}

h4 {
	font-size: 1.2em;
	display: inline;
	font-weight: bold;
}

p {
	font-size: 1em;
}

img {
	padding: 8px;
	border: thin none #c8c8c8;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}
.bold {
	font-weight: bold;
	display: inline;
}

.italic {
	font-style: italic;
	display: inline;
}

.breadcrumbs {
	font-size: .5em;
	position: relative;
	float: left;
}

.smallnotes {
	font-size: .8em;
	font-style: italic;
}

.smallnotesinline {
	font-size: .8em;
	font-style: italic;
	display: inline;
}

.backtotop {
	text-align: right;
	font-size: .5em;
}

header, section, article, footer {
	padding: 10px 20px 20px;
	margin: 10px;
	border: 1px solid #e7e2d7;
	background: #ffffff url(images/bg.png) repeat-x;
	border-radius: 8px;
}

header {
	overflow: hidden;
	vertical-align: middle;
	padding-bottom: 0px;
}

header img {
	position: absolute;
	top: 5px;
	left: 40px;
	border: thin none #c8c8c8;
	z-index: 50;
}

nav {
	position: relative;
	float: left;
	left: 180px;
	width: 85%;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

nav li {
	float: left;
}

nav a:link, nav a:visited {
	display: block;
	color: #000000;
	background: #ffffff url('images/sprites.png') 0px 0px;
	text-align: center;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	border: thin solid #c4c4c4;
	border-bottom: thin solid #000000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

nav a:hover, nav a:active {
	background: #ffffff url('images/sprites.png') 0px -100px;
}

section#left {
	position: absolute;
	width: 200px;
	font-size: 1em;
	margin: 0px 0px 10px 10px;
	z-index: 25;
	left: 40px;
}

section#left h1 {
	font-weight: bold;
	font-size: 1em;
}

section#left h2 {
	font-style: italic;
	font-size: 1em;
}

section#left h3 {
	font-weight: italic;
	font-size: .8em;
}

section#left p {
	text-align: center;
	font-size: .8em;
}

section#left img {
	border: none;
	display: block;
	text-align: center;
	
	
}

section#left li {
	font-size: .8em;
	list-style: disc;
}

article {
	margin-left: 270px;
	overflow: hidden;
	padding: 0px 20px 20px 20px;
	position: relative;
}

article h1 {
	font-size: 2.3em;
	font-weight: bold;
	text-align: center;
}

article h2 {
	font-size: 1.7em;
	font-weight: bold;
}

article h3 {
	font-size: 1.3em;
	font-style: italic;
}

//* for inline bold healines *//
article h4 {
	font-size: 1.2em;
	display: inline;
	font-weight: bold;
}

//* for Story Authors *//
article h5 {
	font-size: 10em;
	display: block;
	
}

article p {
	font-size: 1em;
}

footer {
	position: relative;
	font-size:.5em;
	text-align: center;
	height: 300px;
}

.quotes {
	font-size: small;
	text-align: center;
	padding: 10px;
}

.quotes img {
	border: none;
}

label {
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-weight: bold;
}

form {
    margin: 0 auto;
    width: 420px;
}

input, textarea {
	width: 400px;
	height: 27px;
	background: #ffffff;
	border: 2px solid #c4c4c4;
	padding: 10px;
	margin-top: 4px;
	font-size: 0.7em;
	color: #000000;
}

textarea {
	height: 200px;
	font-family: Arial;
}

#submit {
	background: #ffffff url('images/sprites.png') 0px 0px;
	border: thin solid #c4c4c4;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	margin: 20px;
	display: block;
	width: 400px;
	padding: 10px;
	height: 48px;
	font-size: 1em;
}

#submit:hover {
	background: #ffffff url('images/sprites.png') 0px -100px;
}

table {
	width: 80%;
	border-collapse: collapse;
	margin: auto;
}

td, th {
	border: 1px solid #98bf21;
	padding: 3px 7px 2px 7px;
	border-collapse: collapse;
	vertical-align: middle;
}

th {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #A7C942;
	color: #ffffff;
	font-weight: bold;
}

td.centercol {
	text-align: center;
}

tr.alt td {
	color: #000000;
	background-color: #EAF2D3;
}

img.hidden {
	border: none;
	display: inline;
	padding: 0px 0px 0px 0px;
}

button {
	background: #ffffff url('images/sprites.png') 0px 0px;
	border: thin solid #c4c4c4;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding: 20px;
	margin: 20px;
	display: inline;
	padding: 10px;
	height: 48px;
	font-size: 1em;
}

button:hover {
	background: #ffffff url('images/sprites.png') 0px -100px;
}

.reporting {
	background: #E1FBE2;
	width: 80%;
	margin: 0 auto;
	padding: 8px;
	border: 1px solid #336699;
	border-radius: 8px;
}

.reporting label {
	display: inline;
	font-weight: bolder;
}

.reporting input[type="text"],
.reporting input[type="email"],
.reporting textarea {
	font: 1.5em;
	width: 95%;
	margin: 4px;
	padding:4px;
	background-color: #ffffff;
}

.reporting input[type="text"],
.reporting input[type="email"],
.reporting textarea {
	font: 1.5em;
	width: 95%;
	margin: 4px;
	padding:4px;
	background-color: #ffffff;
}

.reporting select {
	padding: 5px 5px 5px 5px;
	width: 40%;
	margin: 5px 5px 5px 5px;
	background-color: #ffffff;
	display: inline;
	
}

.reporting input[type="radio"] {
	font: 1.5em;
	width: 50px;
	margin: 4px;
	padding:4px;
	border: none;
	display: inline;
}

.supersized {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

.storyauthor {
	font: .8em;
	display: block;
	font-style: italic;
	text-align: left;
	
}

.googleright {
	float: right;
	padding: 2px;
}
