html, body, ul, ol, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 100%; /* IE hack */
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333333;
	margin: 20px;
	text-align: left;
}
/* for understanding browsers - still validates but keeps showing error in dreamweaver */
#leftnav {
	width: 191px;
	float: left;
	text-align: right;
	font-weight: bold;
	background-image:  url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
	min-height: 570px;
	height: auto;
}
/* for Internet Explorer - still validates but keeps showing error in dreamweaver */
/*\*/
* html #leftnav {
	height: 570px;
}
/**/

#navlist {
	margin-top: 58px;
}
#navlist li {
	list-style: url(none) none;
	margin: 0;
	padding-bottom: 20px;
	color: #0969DE;
	font-size: 1.4em;
}
#main {
	width: 68%;
	margin-left: 204px;
	padding-left: 20px;
	padding-top: 50px;
	background-image:  url("images/lineup.gif");
	background-repeat: repeat-y;
	background-position: left;
	padding-bottom: 40px;
	min-height: 500px;
	height: auto;
}
* html #main {
	height: 500px;
}

#footer {
	clear: both;
	font-weight: bold;
}
#footerleft {
	float: left;
	color: #5A5A5C;
	background-image:  url("images/line.gif");
	background-repeat: repeat-x;
	background-position: top;
	width: 191px;
	padding-top: 5px;
}
#footerright {
	width: 68%;
	margin-left: 222px;
	color: #58585A;
	text-align: right;
	background-image:  url("images/line.gif");
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
}

h1 {
	font-size: 1.4em;
	color: #15384D;
	margin-bottom: 20px;
}

.floatright {
	float: right;
}
.floatleft {
	float: left;
}
a:link {
	font-weight: bold;
	color: #1F4F6E;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #1F4F6E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #0969DE;
	text-decoration: underline;
}
h6 {
	font-size: 1.1em;
	margin-bottom: 0.8em;
	color: #15384D;
}
.imagefloatright {
	float: right;
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #0969DE;
	margin-top: 5px;
	margin-bottom: 10px;
}
p {
	margin-bottom: 1.2em;
	line-height: 135%;
}
ul {
	margin-left: 20px;
	margin-bottom: 1.2em;
}
.spacer {
	clear: both;
}
.aligncenter {
	text-align: center;
}
h5 {
	margin-bottom: 0.8em;
	font-size: 1.1em;
	color: #15384D;
}
h2 {
	font-size: 3.5em;
	color: #1F4F6E;
	font-family: "Times New Roman", Times, serif;
}
.jmr {
	letter-spacing: 2px;
	margin-top: 5px;
	text-align: center;
	color: #4B4B4D;
}
.image {
	padding: 2px;
	border: 1px solid #0969DE;
}
.activepage {
	color: #0969DE;
	font-weight: bold;
}
#line {
	background-image:  url("images/line.gif");
	background-repeat: repeat-x;
	height: 2px;
	margin-bottom: 20px;
}
.calendar td {
	padding: 4px;
	border-bottom: 1px solid #8AADD5;
	border-left: 1px solid #8AADD5;
}
.calendar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #90BBF0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #90BBF0;
}
#contactform td {
	padding: 4px;
	font-weight: bold;
}
.required {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.2em;
}
.photos td {
	padding: 4px;
}
.imagefloatleft {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #0969DE;
}
.red {
	color: #FF0000;
}
.green {
	color: #339966;
}
.blue {
	color: #0000FF;
}
.blue a:link {
	color: #0000FF;
	font-weight: normal;
}
.blue a:visited {
	color: #0000FF;
	font-weight: normal;
}
.blue a:hover {
	color: #0000FF;
	font-weight: normal;
}
.black {
	color: #000000;
}
.black a:link {
	font-weight: normal;
	color: #000000;
}
.black a:visited {
	font-weight: normal;
	color: #000000;
}
.black a:hover {
	font-weight: normal;
	color: #000000;
}
