body {
	margin: 0px;
	padding: 0px;
	/* background: transparent url(images/BGL.gif) left top no-repeat; */
	height: 100%;
	font: 13px Verdana, Helvetica, Arial, sans-serif;
	background-color: #7cd47c;
}

a {	
	color: #00a800;
	text-decoration: none;
}

a:hover { 
	background-color: #00a800;
	color: #FFFFFF;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #00a800;
}



/* ####  LAYOUT DIVS  #### */

#RBG {
	top: 0px;
	right: 0px;
	margin:0 auto;
	background: transparent url(images/BGR.gif) right top no-repeat;
	text-align: center; 
}

#LBG {
	top: 0px;
	left: 0px;
	margin:0 auto;
	background: transparent url(images/BGL.gif) left top no-repeat;
	text-align: center; 
}
    
* html #RBG {
	height: 100%;
}

#main {
	margin: auto;
	width: 990px;
	text-align: left;
}

#header {
	font-size: 10px;
	height: 124px;
	width: 990px;
	background: url(images/headerBG.png) left top no-repeat;
}

#tabs {
	float: left;
	width: 714px;
	height: 25px;
	text-align: left;
	background: url(images/tabsBG.gif) left top no-repeat;
}

#tabsRight {
	float: left;
	width: 276px;
	height: 25px;
	text-align: right;
	background: url(images/searchBG.gif) left top no-repeat;
	margin: 0 0 0 auto;
}

#search {
	display: none;
	text-align: right;
	float: left;
	width: 275px;
	height: 25px;
	background: url(images/searchBG.gif) left top no-repeat;
}

#middleBG {
	width: 990px;
	background: white url(images/middleBG.gif);
	background-repeat: repeat-y;
}

#contentArea {
	float: left;
	width: 650px;
}

#breadcrumbs {
	border-color: #00a800;
	border-style: dashed;
	border-width: 1px;
	background-color: white;
	font-weight: bold;
	font-style: italic;
	margin-left: 24px;
	margin-top: 19px;
	margin-bottom: 0px;
	width: 595px;
	padding: 5px 15px;
	line-height: 75%;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#contentAreaContainer {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	margin-left: 24px;
	margin-top: 19px;
	margin-bottom: 24px;
	width: 595px;
	min-height: 500px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 8px;
	line-height: 150%;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contentAreaContainer dd {
	margin-bottom: 1em;
}
#RColumn {
    min-height: 300px;
    float: right;
    clear: right;
    padding-bottom:15px;    
    width: 340px;
}

#footerR { 
    text-align: right; 
    padding-top: 8px;
    padding-bottom: 4px;
    float: right;
    width: 340px;
    background: url(images/footerBGR.gif) left top no-repeat;
    font: 10px Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
}

#footerL {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 4px;
    float: left;
    width: 650px;
    background: url(images/footerBGL.gif) left top no-repeat;
    font: 10px Verdana, Helvetica, Arial, sans-serif;
}

#footerL a {
	color: white;
}


/* ####  HEADER  #### */

#topLinks {
    float: right;
    margin: 9px 0px 0px 0px;
    padding: 0px;
    color: #666666;
}

#logo {
    float: left;
    position: relative;
    top: 4px;
    left: 20px;
    width: 300px;
    height: 70px;
}



/* ####  CONTENT AREA  #### */

#contentAreaContainer a {
	color: #00a800;
	text-decoration: none;
}
	
#contentAreaContainer a:hover {
	background-color: #00a800;
	color: #FFFFFF;
	text-decoration: none;
}

#contentAreaContainer img {
	padding: 10px;
	border-width: 1px;
	border-color: #cccccc;
    border-style: solid;
    margin: 7px;
}

#contentAreaContainer small {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color:#666666;
	line-height: 19px;
}

#contentAreaContainer small img {
	padding: 0px;
	border-width: 0px;
    border-style: none;
    margin: 0px;
}

#contentAreaContainer ul li {
    padding: 0px;
    margin-left:-10px;
    list-style-image: url(images/bullet.gif);
    list-style-type: circle;
    line-height: 20px;
}

h2 a {
    line-height: 27px;
}

h2.pagetitle {
	font: 20px Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666666;
}

.alignleft a, .alignright a {
	font: 12px Verdana, Helvetica, Arial, sans-serif;
}


/* ####  R COLUMN  #### */

.RColumnContainerBox {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color:#ffffff;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 19px;
    margin-bottom: 0px;
    width: 280px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.RColumnContainerBox small {
    color:#666666;
    font: 13px Verdana, Helvetica, Arial, sans-serif;
}

.RColumnContainerBox ul li {
    list-style-type: none;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 10px;
    padding-right: 4px; 
    padding-left: 0px;
    margin-left:-38px;
}

.RColumnContainerBox p {
    margin-bottom: 15px;
}

#RColumnSponsorsBox {
    margin-left: 21px;
    margin-right: 19px;
    margin-top: 19px;
    margin-bottom: 0px;
    width: 300px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

#RColumnSponsorsBox small {
    color:#999999;
    font: 13px Verdana, Helvetica, Arial, sans-serif;
}

#RColumnSponsorsBox a:hover img {
    background-color: transparent;
    text-decoration: none;
}

#RColumnSponsorsBox a {
    background-color: transparent;
    text-decoration: none;
}

#RColumnSponsorsBox a:hover {
    background-color: transparent;
    text-decoration: none;
}

#RColumnSponsorsBox td {
	padding-bottom: 25px;
}



/* ####  FOOTER  #### */

#footerL .alignleft a, #footerL .alignright a {
	font: 10px Verdana, Helvetica, Arial, sans-serif;
}

#footerL .alignleft, #footerL .alignright {
	color:#ffffff;
}


/* ####  lines, clears, floats  #### */

.line {
    padding-bottom: 4px;
    border-bottom: 1px solid #cccccc;
}
#line_sponsors {
    padding-bottom: 4px;
    border-bottom: 1px solid #ffffff;
}

#space {
    height: 8px;
}

.clear {
    clear: both;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}




/* ####  TABS  #### */
.tabSpace {
	float: left;
	width: 8px;
	height: 25px;
}
.tab a {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: white;
	height: 25px;
	padding: 3px 15px 0px 15px;
	background: url(images/tab.gif) 0 -33px repeat-x;
	overflow: visible;
	text-decoration: none;
}
.tab a.tabHover {
	background: url(images/tab.gif) 0 -132px repeat-x;
}
* html .tab a {
    height: 22px;
}

.tabOn a {
	float: left;
	text-align: center;
	background: white;
	font-size: 12px;
	font-weight: bold;
	color: #00a800;
	height: 25px;
	padding: 3px 15px 0px 15px;
	background: url(images/tab.gif) 0 -231px repeat-x;
}
.tabOn a.tabHover {
	background: url(images/tab.gif) 0 -330px repeat-x;
}
* html .tabOn a {
    height: 22px;
}

.tabL {
	float: left;
	background: url(images/tab.gif) 0 0 no-repeat;
	overflow: visible;
	width: 5px;
	height: 25px;
}
.tabR {
	float: left;
	background: url(images/tab.gif) 0 -66px no-repeat;
	overflow: visible;
	width: 5px;
	height: 25px;
}
.tabOnL {
	float: left;
	background: url(images/tab.gif) 0 -198px no-repeat;
	width: 5px;
	height: 25px;
}
.tabOnR {
	float: left;
	background: url(images/tab.gif) 0 -264px no-repeat;
	width: 5px;
	height: 25px;
}

.tabL.tabHover {
	background: url(images/tab.gif) 0 -99px no-repeat;
}

.tabR.tabHover {
	background: url(images/tab.gif) 0 -165px no-repeat;
}

.tabOnL.tabHover {
	background: url(images/tab.gif) 0 -297px no-repeat;
}

.tabOnR.tabHover {
	background: url(images/tab.gif) 0 -363px no-repeat;
}

/* ########## Alternate style tab ########## */
.tab.tabAlt a {
	background: url(images/tabAlt.gif) 0 -33px repeat-x;
}
.tab.tabAlt a.tabHover {
	background: url(images/tabAlt.gif) 0 -132px repeat-x;
}
.tabL.tabAlt {
	background: url(images/tabAlt.gif) 0 0 no-repeat;
}
.tabR.tabAlt {
	background: url(images/tabAlt.gif) 0 -66px no-repeat;
}
.tabL.tabAlt.tabHover {
	background: url(images/tabAlt.gif) 0 -99px no-repeat;
}

.tabR.tabAlt.tabHover {
	background: url(images/tabAlt.gif) 0 -165px no-repeat;
}


/* ############# */

.topFeaturesAreaContainer {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    background-color: white;
    margin-left: 24px;
    margin-top: 19px;
    margin-bottom: 24px;
    width: 595px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	line-height: 150%;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.topFeaturesAreaContainer h3 {
    margin:0px;
    margin-bottom:5px;
    padding:0px;
}

.topFeaturesAreaContainer h4 {
    margin:0px;
    margin-bottom:5px;
    padding:0px;
    color: #666666;
}

.topFeaturesAreaContainer p {
    margin:0px;
    padding:0px;
}

.topFeature1 {
    width: 176px;
	float:left;
	margin-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0;
}

.topFeature2 {
    border-left: 1px solid #cccccc;
    width: 176px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0;
	float:left;
}

.topFeature3 {
    border-left: 1px solid #cccccc;
    width: 176px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0;
	float:left;
}

.advert { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-align: center; padding: 5px; margin: 5px; border-style: dotted; border-width: 1px; }

/* ####### dropdown panel from javascriptkit.com ####### */

#dropdownpanel { /*Outermost Panel DIV*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	visibility:hidden;
}

#dropdownpanel .contentdiv { /*Div containing Ajax content*/
	background: #008400;
	color: white;
	padding: 10px;
	overflow: visible;
}

#dropdownpanel .control { /*Div containing panel button*/
	border-top: 5px solid #008400;
	color: white;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	background: transparent url("images/dropdownpanel.png") center right no-repeat;
	padding-bottom: 3px;  /*  37px + 3px should equal height of background graphic */
	height: 37px;
	line-height: 37px;
}

/* ###### calendar formatting ###### */

table#calendar {
	border: solid black 1px;
	width: 100%;
}

table#calendar td {
	border: solid black 1px;
	width: 15%;
	vertical-align: top;
}

table#calendar td.blank {
	background-color: #ddd;
}

table#calendar dt {
	font-size: 75%;
	margin: 0;
}

table#calendar dd {
	margin: 0 0 0 1em;
}

table#calendar .caldate {
	float: right;
	background-color: white;
	padding: 0 0 13px 13px;
	margin: 0;
	border: dashed green 1px;
	border-width: 0 0 1px 1px;
}

table#calendar .navleft {
	float: left;
	background-color: #ddd;
}

table#calendar .navright {
	float: right;
	background-color: #ddd;
}


/* ########## popup formatting ########## */

div.popup {
	width: 700px;
	height: 700px;
	background-color: #ddd;
	display: none;
}

.ui-dialog {
	width: 850px;
	height: 700px;
	padding: 10px;
}

.ui-dialog-container {
	width: 800px;
	height: 700px;
}

.ui-dialog-content {
	width: 800px;
	height: 700px;
}
