/*  style date: 10-28-2010 */

@import url("layout.css");
body { 
	font-family: Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	/*background-color: #225; /* purple */
	background-image: url("../images/background/parchment.jpg");
	}
#container {
	width: 860px; 
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 4px solid #225; /* purple */
	background-image: url("../images/background/parchment.jpg"); 
	background-color: #fff; /* white */
}
/* Masthead Styles */
#masthead  { 
	width: 860px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid white 1px;
  background-color: #225;	
	/*background-image: url("../images/background/parchment.jpg");*/
}

#page_content {
	width: 860px;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	background-image: url("../images/background/parchment.jpg");
}
#content {
	position: relative;
	float: left;
	width: 360px;
	padding: 10px 10px 0px 30px;
	text-align: left;
}
#sidebar {
	float: right;
	width: 360px;
	padding: 10px 50px 10px 0px;
	text-align: left;
	}
#sidebar0 th { background-color: #cccccc;
	
	}	
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: center;
}


/* Navigation Styles */
#navigation {
	width: 860px;
	font-size: .9em;
	}

#navigation ul {
	list-style-type: none;
	text-align: center;    /* centers the nav bar */
	margin-left: auto;  
	margin-right: auto;
	padding: 0;
	}
#navigation li {
display: inline;
}
#navigation a {
	text-decoration: none;
	color: #b22222;  /* red */
	margin: 0 0px;
	padding: 3px;
	border: 1px solid #708090;  /* pale blue */
	background-color: #eee8aa; /* pale tan */
}
#navigation a:hover {
	color: #800000;  /* dark red */
	background-color: #d0dffa; /* light blue */
	border: solid black 1px;
	}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #b22222; /* red */
}
#content img {
	padding: 5px;
	border: 0px solid #358;  /* medium blue */
}
#content P { 
      text-indent: 5px;
}
/* Sidebar Styles */
#sidebar p {
	color: black;
}
/* #sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
} */
.bigger {font-size: 1.2em;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #808080;   /* battleship grey */
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b; /* sky blue */
	text-decoration: underline;
}
#footer a:hover {
	color: #237;  /* dark blue */
	text-decoration: none;
}
/* Link Styles */
a {
	color: #191970; /* dark blue */
	text-decoration: underline;
}
a:hover {
	color: #800000;  /* red */
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style1 {
  text-align: center;
  }
.style2 {
	color: #B22222; /* red */
}
.style3 {
	background-color: #EEE8AA;  /* tan */
}
.style4 {
	border-width: 0px;
}
 
#h2 h3 h4 h5 {
	color: #800000; /* dark red */
	text-align: center;
}

#paragraph {
	color: #000000;
}

.style14 {
  font-family: Arial, Helvetica, sans-serif; 
  color: navy; 
  margin-bottom: 5px; 
  margin-top: 5px;
	font-weight: bold;
	text-align: center;
}

.style15 {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: medium;
	color: black;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.style19 {
	text-align: center;
}
.style20 {
	margin-left: 0px;
}
.style21 {
	text-align: center;
	margin-left: 10px;
}
.style22 {
	text-align: center;
	margin-left: 0px;
}
.style23 {
	text-align: left;
}
