body{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
}

.frames_header{
	padding: 20px 20px 0 20px;
	background-color: #60743d;
	margin: 0px;
}

.frames_content{
	padding: 0 0 0 20px;
	margin: 0px;
	background-color: #60743d;
	height: 100%;
}

.frames_footer{
	padding: 0 20px 20px 20px;
	margin: 0px;
	background-color: #60743d;
}

.frames_right{
	padding: 0 20px 0 0;
	margin: 0px;
	background-color: #60743d;
	height: 100%;
}

.fullHeight{
	height: 100%;
}

.headerTable{
	width: 100%;
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.logoCell{
	background-image: url(images/bkg_header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #979e6a;
	height: 88px;
	padding-left: 10px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.chiroForEveryone{
	text-align: center;
	background-color: #a54209;
}

.contentsTable{
	width: 100%;
	height: 100%;
	background-color: #244b14;
	border-left: 2px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-image: url(images/leaf_bkg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.contentsCell{
	padding-top: 10px;
}

.contentsCell a{
	color: #979e69;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 0;
}

.contentsCell a:hover{
	color: #FFFFFF;
}

.footerTable{
	width: 100%;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

.footerCell{
	background-image: url(images/bkg_footer.gif);
	background-position: top right;
	height: 21px;
}

.rightTable{
	width: 100%;
	height: 100%;
	border-right: 2px solid #FFFFFF;
	background-color: #FFFFFF;
}

/*####################CONTENT PAGE STYLES####################*/

h2{
	font-family: Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #c0c0c0;
	color: #60743d;
}

h5{
	padding: 3px 0 3px 3px;
	background-color: #a54209;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}

.pageFooter{
	font-size: 10px;
	font-weight: normal;
}

/*####################END CONTENT PAGE STYLES####################*/