/* THEME USED THROUGHOUT WEBSITE */

/* GENERAL */

/* default page */
BODY {
  background-color: #ffffff;
  color: #000000;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 0px;
}
.frame {
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
HR {
  color: #000000;
  height: 1px;
}

/* default link */
A {
  color: #0000FF;
}
A:hover {
  text-decoration: none;
}
.required {
  color: #ff0000;
  font-weight: bold;
}

/* ADVANCED */

/* frame */
.headerTxt {
  color: #FFFFFF;
  font-size: 13pt;
  font-wieght: bold;
}
A.footerTxt {
  color: #FFFFFF;
  font-size: 8pt;
}
A:hover.footerTxt {
  text-decoration: none;
}

/* menu */
A.menuTxt {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
A:hover.menuTxt {
  color: #000000;
  text-decoration: none;
}

/* sub navigation */
.subBtnSize {	
height: 65px;
width: 300px;
}
A.subNavBtn {
color: #FFFFFF;
position: relative;
text-align: center;
top: 20px;
left: 25px;
font-size: 15pt;
text-decoration: none;
font-weight: bold;
}
A:Hover.subNavBtn,A:Active.menuTxt {
color: #315c87;
text-decoration: none;
}

/* Quick Search Buttons */
.SearchBtn {	
  background: url(images/subNav/SearchBtn.gif) top left no-repeat;
  font-size: 11pt;
  height:39px;
  width:200px;
}
.SearchBtn a {
  color: #FFFFFF;
  position: relative;
  text-align: center;
  font-weight: bold;
  top: 7px;
  text-decoration: none;
}
.SearchBtn A:hover{
  font-size: 11pt;
  color: 88a7bd;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

/* tips pages */
.button {	
  background: url(images/tipsbtn.jpg) top left no-repeat;
  font-size: 12pt;
  height:40px;
  width:200px;
}
.button a {
  color: #002966;
  position: relative;
  text-align: center;
  top: 7px;
}
.button A:hover{
  font-size: 13pt;
  color: FFFFFF;
}
#tips {
  width: 440px; margin: auto;
}
#right {
  float: right; width: auto; margin: auto;
}
#left {
  float: left; width: auto; margin: auto;
}

.outline {
	background-color: #000000;
	padding: 1px;
}
.heading {
	background-color: #88a7bd;
	color: #FFFFFF;
}
.pageHeading {
	color: #FFFFFF;
}