﻿body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 80%;
	margin-left: 10%;
}
#homepics img{
	width: 150px;
	height: 150px;
}
#container {
	background: #FFFFFF top;
	background-repeat: repeat-y;
}
#pagetext {
	 position: absolute; 
	 width: 98%; 
	 height: 71px; 
	 top: 160px; 
	 left: 10px; 
	 z-index: 80;
}
#navigation {
	background-color: #7BCE29;
	position:fixed;
	top:120px;
	left:10px;
	width:98%;
}
#page_content {
}
#page_content ul {
	list-style: url('../../images/LogoColorNoTextBullet.jpg');
}
#footer {
	text-align: center;
	background-color: #7BCE29;
}
/* Styles for Masthead */
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	position:fixed;
	top:10px;
}
#masthead img {
	position: fixed;
	left: 10px;
}
#masthead p {
	color: #7BCE29;
	font-size: inherit;
	text-align: right;
	font-weight: 700;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	min-width: 100px;
	text-align: center;
	width: 11%;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 10px;
	display: block;
}
#navigation a:hover {
	background-color: #E60863;
}
/* Styles for Content */
#gallery {
	text-align:left;
}
#gallery img {
	width: 250px;
	height:auto;
}
h1 {
	color: #7BCE29;
	font-size: 2.0em;
}
h2 {
	color: #B3156A;
	font-size: 1.75em;
	font-weight: normal;
}
h3 {
	color:green;
	font-size: 1.50em;
}
h4 {
	color: #7BCE29;
	font-size: 1.25em;
}
h5 {
	color: #7BCE29;
	font-size: 0.75em;
}
h6 {
	color: #7BCE29;
	font-size: 0.5em;
}
big {
	color: #000000;
	font-size: medium;
}
/* Styles for Footer */
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
#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;
}
