﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	background-image:url('../images/window.jpg')
}
#container {
	width: 970px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 950px;
	padding-left: 0px;
	background-color: #a0b0c0;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom:5px;
	background-color: #a0b0c0;
	overflow: hidden;
	text-align:center;
	vertical-align:middle;
	font-family: "Calisto MT", "Times New Roman", serif;
	font-size:x-large;
	font-variant:small-caps;
}

#page_content {
	position: relative;
	width: 940px;
	border-width: 0px;
	border-style: solid;
	border-color: #ff0000;
	margin-right: 10px;
	margin-left: 10px;
	padding-left:10px;
	background-color:#f8ffff;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#footer {
	text-align: center;
	background-color: #8090a0;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}

#page_content h1, h2, h3, h4, h5 {
  font-family: "Calisto MT", "Times New Roman", serif;
  font-style:italic; 
  color: #000080;
}
#page_content h1 {
  font-size: 1.8em;
	margin-top:0em;
	margin-bottom:0em;
}
#page_content h2 {
	font-size: 1.7em;
	margin-bottom:.1em;
	line-height:1em;
}

#page_content h3 {
	font-size: 1.6em;
}

#page_content h4 {
	font-size: 1.5em;
}

#page_content h5 {
	font-size: 1.4em;
}

#page_content p{
  color:#000040;
  font-size:1.1em;
  letter-spacing:.02em;
  line-height:1.2em;
 	margin-top:.1em;
	margin-bottom:.1em;
	margin-left:10px;
}

#page_content td{
  color:#000040;
  font-size:1.1em;
  letter-spacing:.02em;
  line-height:1.2em;
}


#page_content li{
  color:#000040;
  font-size:1.0em;
  line-height:1.1em;	
}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
