﻿/* CSS layout */
#body {
	background-color: #972B46
}
#container {
	border-style: solid;
	border-width: 3px 3px 1px 3px;
	border-color: #336600;
	background-color: #CCD6A0;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 0px;
	width: 774px;
	z-index: 4;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
#footer {
	border-style: solid;
	border-width: 0px 3px 3px 3px;
	border-color: #336600;
	background-color: #CCD6A0;
	padding: 0px;
	margin: 0px auto 0px auto;
	position: relative;
	top: 0px;
	width: 774px;
	z-index: 4;
	text-align: center;
}

#header {
	background-color: #6ACFFB;
	top: 3px;
	left: 3px;
	width: 774px;
	height: 110px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #336600;
}

#title {
	font-weight: normal;
	font-family: "Cooper Black";
	font-size: 34px;
	font-style: italic;
	position: relative;
	top: 12px;
	width: 774px;
	height: 40px;
	z-index: 1;
	text-align: center;
	letter-spacing: 4px;
}

#subtitle_line_1 {
	font-family: Aharoni, Arial;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: 10px;
	width: 774px;
	text-align: center;
	color: #006600;
}
#subtitle_line_2 {
	font-family: Aharoni, Arial;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	top: 9px;
	width: 774px;
	text-align: center;
	color: #006600;
}

#navbar {
	position: absolute;
	top: 126px;
	left: 0;
	z-index: 2
}
#navbar ul {
	border-style: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	list-style-type: none;
	list-style-position: inside;
	line-height: 20px;
}

#navbar ul li {
	border-style: none;
	position: relative;
		left: 15px;
		padding: 0px 0px 0px 0px;
		border-width: 0px;
		line-height: 25px;
		width: 118px;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-indent: 0px;
		list-style-type: none;
		list-style-position: outside;
	}
#navbar ul li a:hover {
	border-style: none;
	border-width: 0px;
	background-color: #2DD235;
	}

.leftcolumnlowerheading {
	text-align: center;
	font-family: Candara;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	font-size: 26px;
}

#middlecolumn {
	border-style: solid;
	border-color: #808080;
	padding: 10px 15px 10px 15px;
	border-width: 0px 3px 0px 3px;
	position: relative;  /* must be relative to get footer in right vertical spot */
	left: 137px;
	width: 295px;
	white-space: normal;
	text-indent: 0px;
	text-align: left;
}

#middle_wide_column {
	border-style: solid;
	border-color: #808080;
	padding: 10px 15px 10px 15px;
	border-width: 0px 3px 0px 3px;
	position: relative;  /* must be relative to get footer in right vertical spot */
	left: 137px;
	width: 603px;
	white-space: normal;
	text-indent: 0px;
	text-align: left;
}

#leftcolumnlower {
	padding: 0px;
	border-width: 4px 0px 0px 0px;
	border-color: #808080;
	width: 106px;
	z-index: 0;
	white-space: normal;
	text-indent: 0px;
	text-align: left;
	border-top-style: double;
	font-family: "Lucida Sans";
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	margin-left: 15px;
}

#rightcolumn {
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 111px;
	width: 285px;
	margin-bottom: 0px;
}
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.colheaders {
	text-align: center;
	font-family: "Bodoni MT Black";
	font-style: italic;
	text-decoration: underline;
	font-size: 24px;
}
.downloads_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #1F29AB;
}
.downloads_normal {
	font-family: "Arial Black";
	font-size: 16px;
	font-style: normal;
	color: #786B30;
}
.footernamephone {
	font-family: "Lucida Sans";
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
}
.footercopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.imageborder {
	border-style: solid;
	border-width: 2px;
	margin: 10px 3px;
}
.left_col_tahoma {
	font-family: Tahoma;
	font-style: normal;
	font-size: 16px;
}
.links_underline {
	color: #645853;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.navbarhomebutton {
	color: #CC3300;
}

.paraheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #A36F16;
}

.subtitle_line_2_phone {
	font-family: Arial, Helvetica, sans-serif;
}

.underline {
	border-width: 1px 0px 0px 0px;
	border-style: ridge;
	border-color: #808080;
}