/* Created by TopStyle - www.topstyle4.com */

/* 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, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 14px;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0px;
}
/* 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. */

/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal; 
	letter-spacing: 0px;
}
#pagehead {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-style: normal;
	line-height: 85px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
	text-align: center;
}
#smallpagehead {
	color: #FFffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0px;
	text-align: center;
}
#newsletter {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0px;
	text-align: center;
	background-color: #CAEBB3;
	fit-position: top;
	}
/* Commonly used to style section titles. */
h2 {
	color: #005d01;
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCD5DD;
	padding-bottom: 6px;
	letter-spacing: -1px;
}
h3 {
	color: #005d01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
}
h4 {
	color: #005d01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
}
h5 {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0px;
	}
	h6 {
	color: #565656;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
}
hr {
	background-color: #CCD5DD;
	color: #CCD5DD;
	height: 1px;
	border: 0;
	clear: left;
}
#footer {
	color: #005d01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	
}
#leftfooter {
	color: #005d01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	
}
/* Sets the style for unvisited links. */
:link:focus, :visited:focus { /* Prevents dotted focus outline in mozilla browsers */
	-moz-outline: none;
}
a, a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #990000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #990000;
}



/* Creates the background for the top navigation. */
#navbg {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 47px;
}
/* These are the settings for the top navigation bar */
#nav {
	height: 47px;
	color: #006600;
	float: left;
	width: 875px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left;
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:5px;
	text-align: center;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 42px;
	font-weight:bold;
}
#nav ul li a:hover {
	text-decoration: none;
	padding-top:0px;
	line-height: 47px;
	color: #FFFFFF;
	background-image: url(../images/nav-hover.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav ul li#active {
	background: url(../images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
}
#nav ul li#active a {
	color: #FFFFFF;
}
/* This is the div for the image that overlaps the top navigation bar */
#nav-rightimage {
	background-image: url(../images/nav-hover.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 56px;
	width: 251px;
	float: right;
}
/* This creates more spacing between lines in the content paragraphs */
#content p {
	line-height: 100%;
}
/* This styles the headings in the right sidebar */
#rightColumn h2 {
	color: #FFF;
	padding-left: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 3px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	border: 0px solid #000;
	background-color: #006600;
}
/* This styles the dividing lines between items in the right sidebar if hr is used */
#rightColumn hr {
	background-color: #EBEDF1;
	color: #EBEDF1;
	height: 1px;
	border: 0;
}

.tableText{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFcc;
	border-left: Solid 2px #FFFFff;
	border-right: Solid 2px #FFFFff;
	border-bottom: Solid 1px #ccc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal
	}
	.tableText2{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFCC;
	border-left: Solid 2px #FFFFff;
	border-right: Solid 2px #FFFFff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal
	}
