﻿/******* NEW HOMEPAGE STYLES ********/


table tr td.homeModule {
	background: #d3d5cc url('images/homeModBG.jpg') repeat-x top left;
	display: block;
	padding: 10px;
	margin: 10px 0px;
}

table tr td.homeModule h1 {
	margin-bottom: 10px;
}

table tr td.homeModule img {
	border: none;
	margin-right: 7px;
	margin-left: 20px;
}

table tr td.homeModule a {
	text-decoration: underline;
}

.more {
	float: right;
}

ul.home {
	margin: 0px;
	padding: 0px;
}

ul.home li {
	list-style: none;
	margin: 0px;
	clear: both;
	margin-left: 20px;
	padding: 2px 0px;
}

ul.home li.firstClass {
	color: #215513;
	font-size: 16px;
	font-weight: bold;
}

ul.home li.firstClass.space30 {
	margin-bottom: 30px;
}

ul.home li.firstClass span {
	color: black;
	display: block;
	font-size: 12px;
}

ul.home li.firstClass img {
	float: left;
	margin-left: 0px;
}

ul.home li a {
	color: black;
	text-decoration: underline;
}

ul.home li.firstClass a{
	color: #215513;
	font-size: 16px;
	font-weight: bold;

	text-decoration: underline;
}

table tr td.body {
	padding: 10px 20px;
}

/***********************************/

h1{
	font-family: Verdana;
	color: #A1000B;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom:0
}

h2{
	font-family: Verdana;
	color: #1A1B51;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom:0
}

body,p,td{
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
}

b{
	font-family: Verdana;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

A:link	
{	
	font-family: Verdana;
	color: #1A1B51;
	font-size: 10pt;
	text-decoration: none;
}	
		
A:visited
{	
	text-decoration: none;
	font-family: Verdana;
	color: #1A1B51;
	font-size: 10pt;
}	
		
A:active
{	
	text-decoration: none;
	font-family: Verdana;
	color: #1A1B51;
	font-size: 10pt;
}	
		
A:hover
{	
	text-decoration: underline;
	font-family: Verdana;
	color: #1A1B51;
	font-size: 10pt;
}
A.nav:link	
{	
	font-family: Verdana;
	color: #1A1B51;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}	
		
A.nav:visited
{	
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	color: #1A1B51;
	font-size: 10pt;
}	
		
A.nav:active
{	
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
	color: #1A1B51;
	font-size: 10pt;
}	
		
A.nav:hover
{	
	text-decoration: underline;
	font-family: Verdana;
	font-weight: bold;
	color: #1A1B51;
	font-size: 10pt;
}

/** NEW STYLES 8-22-08 **/

#container {
	text-align: left;
	width: 100%;
}

#container h1 {
	margin-bottom: 15px;
}

#specials {
	text-align: center;
	width: 100%;
}

#specials h1 {
	margin-bottom: 15px;
}


.underline {
	text-decoration: underline;
}

.boldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.header {
	text-align: center;
}

hr {
	margin: 20px 0px;
}
