/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL STYLES */
/* defines the styles of the content frame */

/* default page */
BODY,DIV,P,TD {
  color: #000000;
  font-family: Tahoma, Times New Roman, monospace;
  font-size: 10pt;
}
BODY {
  background-color: #F1E5C8;
  margin: 0px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #003F2C;
}
A:Hover {
  text-decoration: none;
}
A.headerTxt {
  font-weight: bold;
}

/* menu */
A.menuTxt {
  color: #000000;
  font-size: 12pt;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
}
A:hover.menuTxt {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
DIV.menu {
	background: url(images/menuBtn.gif) top left no-repeat;
	height: 21px;
	width: 124px;
	text-align: center;
	padding-top: 2px;
	vertical-align: middle;
	margin-top:0px;
}

/* tips pages */
.button {	
  background: url(images/buttonTips.gif) top left no-repeat;
  font-size: 12pt;
  height:43px;
  width:194px;
}
.button a {
  color: #000000;
  position: relative;
  text-align: center;
  top: 10px;
  font-weight: bold;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* ADVANCED STYLE */
/* defines the styles of the cosmetic frame and content menus */

/* frame */
.frame {
  margin: 0px;
}

/* common content pages */
.heading,.content {
  background-color: #E6E3D4;
}
.outline {
  background-color: #003F2C;
  padding: 2px;
}
.pageHeading {
  color: #003F2C;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14pt;
}
.subHeading {
  color: #003F2C;
  font-size: 12pt;
  font-weight: bold;
}

/* Content Add Styles */
.contentAdTitle {
	background-color: #014c37;
	color: #FFFFFF;
}
.contentAdBox {
	background-color: #e6e3d4;
	border: #000000 1px solid;
}
.contentAdText { font-size: 8pt !important; }
LABEL { font-size: smaller; }

/* CUSTOM */
/* defines any additional styles needed */

