﻿@import url("layout.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
    margin-left: auto;
	margin-right: auto;
	
}

#header {
   
     width:100%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
    height:60px;
    padding-bottom:10px;
	
	}
#end
{
	 margin-top:25px;
	/*background-color:#F8E4B2;*/
	background-color:#FFFFFF;
    position:relative;
	clear: both;
	left: 15px; 
	
	}

#navigation {
    position:relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}

.tableStyle2 {
	border-width: 0px;
	vertical-align: super;
}

#container {
    position:relative;
	width: 740px;
	margin-top: 27px;
    padding-left:20px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	border-top:thin;	
}

#bookshelf img {
	padding: 5px;
	border: 0px ;
	padding:10px;
	float:left;
}


#bookshelf
{
	    position:relative;
	height: 219px;
	float:right;
	padding: 20px;
	
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content {
	position: relative;
	float: left;
	max-width: 777px;
	min-width:700px;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}

/*
Image Styles
*/
.paddedimage
{
 padding:10px 10px 10px 10px;
	
	
}


/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}

#navigation b {
	text-decoration: none;
	color: #261;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #ccc;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 0px solid #708090;
	padding:10px;
	float:left;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #c4c4c4;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}