@charset "utf-8";

	
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 15px;
	padding-top: 0px;
	background-color: #CBD9DC;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/background/bkgnd.jpg);
	background-repeat: repeat;
}
#container  {
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
}
#header  {
	font-size: large;
	background-image: url(images/background/JonnelHeader.png);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	color: #416967;
}
#navbar {
	height: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	margin-top: 0px;
	padding-top: 5px;
	width: 800px;
}
.button {
	background-color: #5F9995;
	border: thick solid #5f9995;
}

#mainContent  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #233837;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 800px;
	height: auto;
	overflow: auto;
	left: 0px;
}

#footer  {
	background-color: #5f9995;
	left: 0px;
	width: 830px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.titles {
	font-size: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: 203432;
}
.footertext {
	font-size: 10px;
}
a:link {
	color: #233837;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	text-decoration: none;
	color: #C30;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #C6F;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #2B4046;
	font-weight: bold;
}
