﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #abc;
}
#container {
	width: 1152px;
	margin: 0 auto;
	background: #fff url(../images/bars.gif) top;
	background-repeat: repeat-y;

}
#masthead {
	font-family: "Edwardian Script ITC";
	color: #800064;
	font-size:xx-large;
	font-weight:bold;
	text-align:center;

}
#navigation {
	margin-right: 58px;
	margin-left: 54px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#content {
	width: 820px;
	margin: 0 0 0  100px;
	padding: 0 10px 10px 10px;
}
#footer {
	text-align: center;
	clear: both;
	background-color: #C38EC7;
	margin-right: 55px;
	margin-left: 54px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation li.current {

	background-color: #E6E6E6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align:center;
}
.style_subtitle {
	font-family: "Edwardian Script ITC";
	color: #800064;
	font-size:xx-large;
	font-weight:bold;
}
.bullet {
	list-style-type: square;
}

.pic{
	left: 10px;
	top: 10px;
	width: 100px;
	position: relative;
	z-index: 3;
}

.pic:hover{
	background-color: transparent;
	z-index: 4;
}

.pic span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.pic span img{ /*CSS for enlarged image*/
	border-width: 0;

}

.pic:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -160px;
	left: 100px; /*position where enlarged image should offset horizontally */
	z-index: 0;
}
.picl{
	left: 10px;
	top: 10px;
	width: 150px;
	position: relative;
	z-index: 3;
}

.picl:hover{
	background-color: transparent;
	z-index: 4;
}

.picl span{ /*CSS for enlarged image*/
	position: absolute;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.picl span img{ /*CSS for enlarged image*/
	border-width: 0;

}

.picl:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -160px;
	left: 150px; /*position where enlarged image should offset horizontally */
	z-index: 0;
}

