
html {
	font-size: 12px;
}
body 
{
	
	background: #DCDCDC url(../images/template/body-bg.jpg) repeat-x;
	font-family : "Verdana", "Arial",  "Helvetica", Serif;

	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.content
{
	font-family : "Arial",  "Helvetica", Serif;
	color: #000000;
	text-align: left;
}

A.content:visited {color : #000000; text-decoration: none;}
A.content:link {color : #000000; text-decoration: none;}
A.content:active {color : #000000; text-decoration: none;}
A.content:hover {color : #CC3300; text-decoration: none;}

.editContent
{
  border-style: solid; 
  border-color: black;
  color: #003466;
  background-color : #CFDAEC;
  cursor: hand; 
  border-width: 1px;
  text-align: left;
}


#SiteContainer
{
	background: #DCDCDC url(../images/template/curtains.jpg) right repeat-y;
	text-align:center;
	
}
#SiteHeader
{
	background: #004c25 url(../images/template/Green-Header.jpg) no-repeat;
	
	padding:5px;
	position:relative;
}
#SiteHeading
{
	background: #ffffff url(../images/template/site-heading.jpg) no-repeat;
	height: 56px;
}
#MainContainer
{
	width: 981px;
}

#LeftNav
{
	background: #ffffff url(../images/template/left-nav-bg.jpg) no-repeat;
	padding: 0;
}
#LeftNavPadding
{
	margin: 25px 10px 10px 10px;
}

#WelcomeFooter
{
	background: #ffffff url(../images/hor-divider-line.jpg) no-repeat;
	height: 16px;
	width: 970px;
}
#SiteFooter
{
	background: #ffffff url(../images/template/footer-wave.jpg) no-repeat bottom;
	height: 90px;
}
#SiteFooterBorder
{
	background: #DCDCDC url(../images/template/bottom-border.jpg) no-repeat;
	height:10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT SIZER CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fontResizer { display:inline; }

.fontResizer a.SizeLink
{ 
	display:inline-block;
	float:left;
	color: #ff0000;
	float: left; 
	width: 17px; 
	height: 17px; 
	text-align: center; 
	border: 1px solid #ccc; 
	line-height: 17px; 
	text-decoration: none;
}

.fontResizer a:hover {  text-decoration: none; }

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont {  font-size: 10px; }

.medFont { font-size: 13px; }

.largeFont { font-size: 15px; }

a.curFont { color: blue; background: #EEEEF7; }


/* countdown */
/* jQuery Countdown styles 1.5.0. */
.hasCountdown {
	color: white;
	font-size: 0.9em;
	font-family: arial;

}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 100%;
}
.countdown_show2 .countdown_section {
	width: 49%;
}
.countdown_show3 .countdown_section {
	width: 33%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.5%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}

/* end countdown */
.Clear { clear: both; }
