/* HTML Definitions */
body {
	background-color: #FFFFFF;
}

/* Makes the definition link title bold and adds other formatting to them*/
.defind {color: 3c563f;
font-family: Times;
font-style: Bold;
}

/* Link Definitions */
a, a:visited, a:hover, a:visited:hover {
/*	color: #F6892F; */
	color: #006633;
}
div.menuBar a, div.menuBar a:visited, div.menuBar a:hover, div.menuBar a:visited:hover {
	color: #FFFFFF;
}
#sidecolumn a, #sidecolumn a:visited, #sidecolumn a:hover, #sidecolumn a:visited:hover {
	color: #3c563f;
}
.footer a, .footer a:visited, .footer a:hover, .footer a:visited:hover {
	color: #FFFFFF;
}
.hmpgLinks a, .hmpgLinks a:visited, .hmpgLinks a:hover, .hmpgLinks a:visited:hover {
	color: #FFFFFF;
}
.hmpgAdvertisement a, .hmpgAdvertisement a:visited, .hmpgAdvertisement a:hover, .hmpgAdvertisement a:visited:hover {
	color: #FFFFFF;
}
.hmpgPod a, .hmpgPod a:visited, .hmpgPod a:hover, .hmpgPod a:visited:hover {
	color: #FFFFFF;
}
.headerLarge a, .headerLarge a:visited, .headerLarge a:hover, .headerLarge a:visited:hover {
	color: #3c563f;
}
.headerMedium a, .headerMedium a:visited, .headerMedium a:hover, .headerMedium a:visited:hover {
	color: #3c563f;
}
.headerSmall a, .headerSmall a:visited, .headerSmall a:hover, .headerSmall a:visited:hover {
	color: #3c563f;
}

/* Text Formatting */
body, p, div, td, th, input, select, textarea {
	color: #323232;
}
.headerLarge {
/*	color: #3c563f; */
	color: #FFFFFF;
}
.headerMedium {
	color: #3c563f;
}
.headerSmall {
	color: #3c563f;
}

/* Misc. Classes */
.button {
	border-color: #A09FA5;
	background: #FFFFFF;
	color: #869D69;
}
.borderTop {
	border-top-color: #006633;
}
.borderRight {
	border-right-color: #006633;
}
.borderBottom {
	border-bottom-color: #006633;
}
.borderLeft {
	border-left-color: #006633;
}

/* Page Section Formatting */
.menuBar {
	background-color: #3c563f;
	color: #FFFFFF;
}
#sidecolumn {
	border-color: #006633;
	padding: 10px;
}
.dividerRule {
	background-color: #006633;
}
#loginForm td {
	color: #A09FA5;
}
.welcomeBar {
	background-color: #869D69;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.welcomeBarDate {
	background-color: #869D69;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
/* .hmpgTopLeftImage is a new class to give the area behind the top left photo on the home page a background color */
.hmpgTopLeftImage {
	background-color: #9DB776;
}
/* .intTopLeftImage is a new class to give the area behind the top left photo on the interior pages a background color */
.intTopLeftImage {
	background-color: #FFFFFF;
}
.hmpgLinks {
	background-color: #9DB776;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
.hmpgAdvertisement {
	background-color: #9DB776;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}
.hmpgPod {
	background: transparent;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.hmpgPod .headerLarge, .hmpgPod .headerMedium, .hmpgPod .headerSmall {
	color: #FFFFFF;
}
.hmpgPod .dividerRule {
	background-color: #FFFFFF;
}
.footer {
	background-color: #3c563f;
	color: #FFFFFF;
}

/* Rules Formatting */
.rule {
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
}
.ruleHeader {
	color: #3c563f;
	border-bottom-color: #006633;
}
.ruleText {
	color: #000000;
}
.textMain {
	color: #000000;
}
.textMainBullet {
	color: #000000;
}
.textMainBulletArrow, .textSecondaryBulletArrow {
	color: #000000;
}
.textsecondary {
	color: #000000;
text-align: center;
}
.calcsMenu {
	color: transparent;
}

/* Calendar Formatting */
.calendarDate, .calendarDateEvent {
	border-top-color: #006633;
	border-left-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
}
.calendarDate {
	background-color: #FFFFFF;
}
.calendarDate a, .calendarDate a:visited {
	color: #3c563f;
	background-color: #FFFFFF;
}
.calendarDate a:hover, .calendarDate a:visited:hover, #sideColumn .calendarDate a:hover, #sideColumn .calendarDate a:visited:hover {
	color: #FFFFFF !important; /* Don't remove the "!important" text to the left */
	background-color: #3c563f;
}
.calendarDateEvent {
	background-color: #006633;
}
.calendarDateEvent a, .calendarDateEvent a:visited {
	color: #3c563f;
	background-color: #006633;
}
.calendarDateEvent a:hover, .calendarDateEvent a:visited:hover, #sideColumn .calendarDateEvent a:hover, #sideColumn .calendarDateEvent a:visited:hover {
	color: #FFFFFF !important; /* Don't remove the "!important" text to the left */
	background-color: #3c563f;
}
.calendarArrow {
  border-bottom-color: #006633;
}
.calendarArrow a, .calendarArrow a:hover, .calendarArrow a:visited, .calendarArrow a:visited:hover {
	color: #3c563f;
	background-color: #FFFFFF;
}

/* Menu Formatting */
div.menuBar a.menuButton, div.menuBar a.menuButton:visited, div.menuBar a.menuButton:hover, div.menuBar a.menuButton:active {
  background-color: transparent;
}
div.menu {
  border: 1px solid;
}
div.menu a.menuItem, div.menu a.menuItem:visited {
  background-color: #006633;
	color: #ffffff;
}
div.menu a.menuItem:hover {
  background-color: #3c563f;
	color: #FFFFFF;
}
div.menu a.menuItem:active {
  background-color: #006633;
	color: #FFFFFF;
}

/* This is the Background IMAGE */
body 
{
background-image: 
url('../images/tpbwatermark1.jpg') ;
/* url('../images/grid.jpg') ;  */
background-position: 
 left ; 
background-repeat: 
no-repeat ; 
background-attachment: 
fixed  }


/* Makes the application link red and does other formatting to them*/
.application {color: red;
font-family: Times;
font-style: Oblique;
font-size: 150%;
text-align: center;
}


/* Makes the definition link title bold and adds other formatting to them*/
.defind {color: 3c563f;
font-family: Times;
font-style: Bold
}


h1,h2,h3,h4,h5,h6 
{
color: 3c563f
}

horizontalBoxes select {
	width: auto;
}

/* App Builder Forms */
.horizontalBoxes fiFormStyle fieldset {
	display: block;
	margin: 1em;
	padding: 1em;
	width: 90%;
}

.horizontalBoxes fiFormStyle fieldset fieldset {
	min-width: auto;
}

.horizontalBoxes fiFormStyle fieldset legend {
	color: #000;
	margin-bottom: 0.5em;
}

.horizontalBoxes fiFormStyle fieldset label.radioOrCheckbox input, fiFormStyle fieldset.radioOrCheckbox input {
	clear: both;
	float: left;
	width: auto;
}

.horizontalBoxes input, .horizontalBoxes select, .horizontalBoxes textarea {
	display: block;
	width: 15em;
}

.horizontalBoxes label {
	float: left;
	display: block;
	margin: 1em 1em 0 0;
}

.horizontalBoxes #buttonContainer {
	display: block;
	float: none;
	clear: both;
}

.verticalBoxes fiFormStyle fieldset {
	display: block;
	width: 20em;
	margin: 1em;
	padding: 0 1em 1em 1em;
}

.verticalBoxes fiFormStyle fieldset legend {
	color: #000;
	margin-bottom: 0.5em;
}

.verticalBoxes fiFormStyle fieldset fieldset {	
	width: 18em;
	margin: 1em 0;
	padding: 0 0.5em 0.5em 0.5em;
}

.verticalBoxes  fiFormStyle fieldset label.radioOrCheckbox input,  fiFormStyle fieldset.radioOrCheckbox input {
	clear: both;
	float: left;
	width: auto;
}

.verticalBoxes input, .verticalBoxes select, .verticalBoxes textarea {
	display: block;
	width: 15em;
}

.verticalBoxes label {
	display: block;
	margin-bottom: 1em;
}

.verticalBoxes #buttonContainer {
	display: block;
	float: none;
	clear: both;
}

.oneLineOnFieldSetName  fiFormStyle fieldset {
	display: block;
	margin: 1em;
	padding: 0 1em 1em 1em;
	border: none;
	border-top: 1px solid #000000;
	width: auto;
}

.oneLineOnFieldSetName  fiFormStyle fieldset legend {
	color: #000;
	margin-bottom: 0.5em;
}

.oneLineOnFieldSetName input, .oneLineOnFieldSetName select, .oneLineOnFieldSetName textarea {
	display: block;
	position: relative;
	left: 15em;
	top: -1.4em;
	width: 15em;
}

.oneLineOnFieldSetName label {
	display: block;
	width: 15em;
	margin-bottom: 0.5em;
}

.oneLineOnFieldSetName  fiFormStyle fieldset label.radioOrCheckbox input, fiFormStyle fieldset.radioOrCheckbox input {
	display: block;
}

.oneLineOnFieldSetName fiFormStyle fieldset label.radioOrCheckbox input,  fiFormStyle fieldset.radioOrCheckbox input {
	clear: both;
	float: left;
	width: auto;
	position: static;
}

.oneLineOnFieldSetName #buttonContainer {
	display: block;
	float: none;
	clear: both;
}










































