body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background: #ffffff;
	color: #000000;
}

blockquote {
	text-indent: -20px;
}

hr {
	color: #215201;
	height: 1px;
	width: 100%;
}

ol {
  display: inline-block; /* Makes the list take only necessary width */
  width:100%;
}

table {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	table-layout:auto;
	border: 0px;
	background-color:#ffffff;
}

img.header {
  border: 0px;
  }
img.pad {
  padding: 5px;
  border: 0px solid #000000;
  }

tr.bdr, td.bdr {
	border: 0px solid #ffffff;
	}

tr.nobdr, td.nobdr{
	border: 0px;
}

img.preview {
 	border: 0px;
 	padding: 5px;
}

img.icons {
	border: 0px;
}
 
a {
	text-decoration:none;
	font-weight:normal;
	color: #215201;
	cursor:pointer;
	}
	
a:hover{
	color: #215201;
	text-decoration:underline;
}

a.regular:hover{
	color: #215201;
	text-decoration:underline;
}


a.copyright{
	font-size: 11px;
	text-decoration:none;
	color: #ffffff;
	}

a.image {
	border: 0px;
}

a.articles {
	padding-left: 30px;
}


input { 
	color:#000000;
	background-color:#FFFFCC;
	border:1px solid #000000;
}

input.redbtn { 
	color:#ffffff;
	background-color:#CC0000;
	border:1px solid #000000;
}


input.btn{ 
	color:#000000;
	border:0px solid #ffffff;
	background-color:#CCFFCC;
}
input.redbtn:hover{
	color:#FFFFFF;
	border:1px solid #ffffff;
	background-color:#003300;
	cursor:pointer;
}

.indented
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
	
.indented2
{
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.articles { 
    display: block;
    margin-left: 15px;
    margin-right: 0;
    font-weight: normal;
}

.articles2 { 
    display: block;
    margin-left: 10px;
    margin-right: 0;
    font-weight: bold;
	font-size: 18px;
}

.fliers { 
    display: block;
    margin-left: 10px;
    margin-right: 0;
    font-weight: bold;
}

/* menu */
.menu, .menu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px solid #215201;

}

.menu li{
	position: relative;
	z-index: 1024;	/*force the menu to stay out front of the fading images. random number as image fades it adds to its z-index max is 2147483647 */
}

.menu li a{
	background: white url(../images/menu_bg1.gif) repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #003366;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.menu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 200px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	
}

.menu li ul li{
	float: left;
}

.menu li ul a{
	width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.menu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(../images/right_arrow.gif) no-repeat center right;
	
}

.menu li a:visited, .menu li a:active{
	color: #003366;
}

.menu li a:hover{
	background-image: url(../images/menu_bg2.gif);
	
}

/* Holly Hack for IE \*/
* html .menu li { float: left; height: 1%; }
* html .menu li a { height: 1%; }
/* End */


/* scroller */
#scroller{
	width: 200px;
	height: 200px;
	padding: 0px 0px 0px 2px;
	background-color: #ffffff;
}

#scroller a{
	text-decoration: none;
	color:#ffffff;
}

#scroller a:hover{
	color: #00ffff;
	text-decoration:underline;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.vBarBottom {
		border-bottom: 1px solid #215201;
		padding: 10px 0px 0px 0px;
	}

.vBarTop {
		border-top: 0px solid #215201;
		padding: 0px 0px 0px 20px;
	}

/* Count down timer */	
h1 {
  font-size: 20px;
  background-color: #026390;
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
