﻿/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	outline: 0;
	font-size: 10pt;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	padding: 0 0 0 0;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	background-color: #a8cbec;
	line-height: normal;
	font-size: small;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Commonly used to style page titles. */
#container  {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #a8cbec;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
	background-color: #FFF;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
#sidebar2wide  {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	background-color: #FFF;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin-top: 40;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	text-align: left;
} 
#mainContentnarrow {
	margin-top: 40;
	margin-right: 360px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	text-align: justify;
} 
#mainContentwide {
	margin-top: 40;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 40px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	text-align: justify;
} 
#navbar {
	height: 100px;
	width: 800px;
}
#header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	margin-bottom: 10px;
	height: 170px;
	width: 800px;
} 
h1 {
	line-height: normal;
	font-size: large;
	color: #0000FF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
/* Commonly used to style section titles. */
h2 {
	line-height: normal;
	font-size: medium;
	color: #0000FF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #0000FF;
	font-weight: bold;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom-color: #99CCFF;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
h4 {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00F;
}
h5 {
	font-size: small;
	color: #000;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

hr {
	border-style: 0;
	margin: 0px;
	border-width: 0px;
	color: #6699FF;
		height: 1px;
		background-color: #6699FF;
	}
.p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
	vertical-align: top;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #0048DD;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #0048DD;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #ca0009;
	font-family: Verdana;
	font-weight: normal;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #ca0009;
	font-family: Verdana;
	text-decoration: underline;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #0048DD;
	font-family: Verdana;
	text-decoration: none;
}
.welcome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menubar {
	box-shadow: 0px 5px 8px #C0C0C0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding: 0;
	margin: 0;
	background-color: #E4F0FA;
	height: 76px;
	text-align: center;
	border-bottom-color: #C0C0C0;
}
#pagetitlebar {
	</;style: ;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom-color: #A8CBEC;
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
	margin-left: 30px;
	color: #0000FF;
	border-bottom-style: solid;
}
.centretxt {
	text-align: center;
}
.tablebluebkgrnd {
	background-color: #0000ff;
	color: #FFFFFF;
	height: auto;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.tablebluebkgrndcent {
	background-color: #0000ff;
	color: #FFFFFF;
	height: auto;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.openbulletboldblue {
	font-size: large;
	color: #0000FF;
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
}
.redfont {
	color: #FF0000;
	font-family: Verdana;
	font-weight: bold;
}
.bluearrow {
	font-family: Arial;
	color: #6699FF;
	font-size: 12pt;
}
.floatleft {
	float: left;
	margin-right: 8px;
	margin-left: 8px;
}
.floatright {
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 3px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.newnews {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
.events {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
.homepage {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00F;
	background-color: #FFC;
	text-align: center;
	margin: 2px;
	border: thin outset #09f;
}
.jigsaw {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #FFF;
	text-align: center;
	border: thin inset #09F;
	margin: 2px;
}
.twitter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #00F;
	background-color: #FFC;
	text-align: center;
	border: thin inset #09F;
	margin: 2px;
}
#latestbanner {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #FFC;
	height: 30px;
	width: 30px;
	margin-top: 5px;
	border: thin solid #00F;
	float: left;
}
.letter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
.latest {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #00F;
	background-color: #FFC;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: auto;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: left;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00F;
	border-right-color: #00F;
	border-bottom-color: #00F;
	border-left-color: #00F;
}
.wanted {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
.forsale {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	font-style: italic;
	line-height: 140%;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #00F;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	height: 25px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newitem {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: justify;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00F;
}
.obit {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	border: thick solid #000;
	padding: 5px;
}
#wfheader {
	font-family: Verdana;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	background-color: #00F;
	height: 60px;
	width: 710px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	text-align: center;
	padding-top: 40px;
	padding-left: 0px;
}

