﻿@import url(layout.css);
@import url('../p7exp/custom.css');
@import url('../p7exp/p7exp.css');
@import url('hover.css');
body {
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../images/gradient2.jpg');
	background-repeat: repeat-x;
}
#container {
	width: 850px;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-color: #9AAFD5;
}
#masthead {
	text-align: center;
	width: 850px;
	padding: 0;
	background-color: #9AAFD5;
	vertical-align: middle;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #A9B8D2;
}
#column_l {
	width: 500px;
	margin: 0 0 0 0px;
	padding: 0 10px 10px 10px;
	background-color: #FFFFFF;
}
#column_r {
	background-color: #9AAFD5;
	width: 293px;
	margin: 0;
	float: right;
	/* position: relative; */
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #9AAFD5;
	padding: 2px;
}
/* Styles for Masthead */
#masthead img {
	float: inherit;
	padding-bottom: inherit;
	padding-top: 1em;
}
#masthead p {
	color: #000;
	/*font-size: large;*/
	font-size: 1.3em;
	text-align: center;
	margin: 10px 10px 0 10px;
	background-color: #9AAFD5;
	font-family: "Times New Roman",serif;
	font-style: italic;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #B1C4E6;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
	background-color: #A2B8D9;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #234799;
	font-size: 2.0em;
}
h2 {
	color: #234799;
	font-size: 1.75em;
}
h3 {
	color: #234799;
	font-size: 1.5em;
	background-color: #9AAFD5;
}
h4 {
	color: #234799;
	font-size: 1.25em;
}
h5 {
	color: #234799;
	font-size: 0.75em;
}
h6 {
	color: #234799;
	font-size: 0.5em;
}
big {
	color: #234799;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 5px;
	background-color: #9AAFD5;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
/* Styles for Footer */
#footer p {
	color: #000000;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_left {
	text-align:left
}
.style_center {
	text-align:center
}
.style_right {
	text-align:right
}
.dropcap {font-size: 3em;
 float: left;
 font-family: Old English, Georgia,serif;
 font-size: 285%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;

}

/* Style for aligning small images */

.thumbnail {
	float: left;
	width:125px;
	border:1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.clearboth {
	clear:both;
}

/* center image on the page */
.imgctr {
	display: block;
	margin: 0px auto;
}
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}

