﻿body {
	font-family: Verdana;
	font-size: 13px;
	color: #260801;
	background-color:#cccccc;
	/* part of centering site on screen - wrap entire contents in div element id="frame" */
	width: 1000px;
	padding-left: 50%;
	/* end of part rest is in id style */
}
/* ID Styles */

/* More centering site */
#frame {
	/* set the width of the column */
	width: 1000px;
	margin-left: -500px;
	margin-top:0px;
/* End of centering site */
}
#topmenu a {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	line-height:25px;
	letter-spacing:0.05em;
	text-align:center;
	text-decoration: none;
	display:block;
	background:#fee244;
	padding:0px 1px 0px 1px;
	border: medium outset #636363;
	}
#topmenu a:hover {
	background: #eee8cd;
	color:#4e0303;
	}

#middlemenu {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 22px;
	letter-spacing: 0.2em;
}

#middlemenu a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 5px 1px 5px 1px;
	border: medium outset #C0C0C0;
}
	
#middlemenu a:hover {
	color: #ffffff;
	letter-spacing:.2em;
	background: #7c3b39;
	}
	
/* Class Styles */

.grayBackground {
	background-color: #B7BEC5;
}
.lightGraybackground {
	vertical-align: top;
	background-color: #EBEBE8;
}
p {
	font-family: Verdana;
	font-size: 13px;
}
.boldNormal {
	font-weight: bold;
}
li {
	font-family: Verdana;
	font-size: 13px;
	padding-bottom: 10px;
}
h1 {
	margin: 10px;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	letter-spacing: .2em;
	background-color: #E1CA86;
}
.centered {
	text-align: center;
}
.smallFont {
	font-family: Arial;
	font-size: 10px;
}
.pixBorder {
	border: 3px ridge #4E0303;
}
.a credits {
	color: #260801;
}
.phoneNumber {
	font-family: Verdana;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
}
.contactInfo {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.pageTitle {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: center;
	letter-spacing: .1em;
	line-height: 40px;
}
.leftCorner {
	background-image: url('images/template_16.gif');
}
.alignRight {
	background-color: #B7BEC5;
	text-align: right;
}
.leftBorder {
	background-image: url('images/template_12.gif');
}
.rightBorder {
	background-image: url('images/template_14.gif');
}
.rightBorderupper {
	background-image: url('images/template_11.gif');
}
.footer {
	background-image: url('images/template_19.gif');
}
.boldNormal40indent {
	font-weight: bold;
	margin-left: 40px;
}
.indent40 {
	margin-left: 40px;
}

