/***********************************************
Styles (Main)
***********************************************/


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #223D52;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	line-height: 1.7em;
	text-align: justify;
	color: #223D52;
}
h1 {
	font-size: 14px;
	color: #67AD8D;
	font-weight: bold;
	border-left-width: 11px;
	border-left-style: none;
	text-transform: uppercase;
	border-top-style: none;
	border-top-width: 1px;
	padding-left: 3px;
	font-style: normal;
}
h2 {
	font-size: 18px;
	color: #223D52;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	color: #223D52;
	font-weight: bold;
	border-left-width: 11px;
	border-left-style: none;
	text-transform: uppercase;
	border-top-style: none;
	border-top-width: 1px;
	padding-left: 3px;
	font-style: normal;
}
h4 {
	line-height: 1.7em;
	text-align: center;
	color: #223D52;
	font-size: 12px;
}
a:link {
	color: #67AD8D;
	text-decoration: none;
}
a:visited {
	color: #67AD8D;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a:active {
	color: #FFFF99;
	text-decoration: none;
}



/***********************************************
Styles (Custom)
***********************************************/


a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.txt_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #99CCFF;
}
.txt_centered {
	line-height: 2.4em;
	text-align: center;
	font-style: italic;
}
.txt_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F4F4DD;
}
.txt_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: justified;
	font-style: italic;
	color: #223D52;
	font-size: 11px;
}
.txt_bullets {
	font-size: 11px
}
.txt_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #F4F4DD;
	background-position: center;
}
.txt_question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #F4F4DD;
	background-position: center;
}



/***********************************************
Styles (Navigation)
***********************************************/


#mm_tabs {
  float:left;
  width:100%;
  font-size:11px;
  line-height:normal;
}

#mm_tabs ul {
  margin:0;
  /***Padding Order: Top, Right, Bottom, Left***/
  	/***Must estimate the left padding to center???***/
  padding:0px 0px 0px 60px;
  list-style:none;
  }
#mm_tabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#mm_tabs a {
  float:left;
  background:url("images/nav/bkgrd_NavTab_Left.gif") no-repeat left top;
  margin:0;
  /***Padding between links (tabs) as a whole***/
  padding:0px 10px 0px 0px;
  text-decoration:none;
  }
#mm_tabs a span {
  float:left;
  display:block;
  background:url("images/nav/bkgrd_NavTab_Right.gif") no-repeat right top;
  /***Padding within tab itself - i.e. space around text***/
  	/***Padding Order: Top, Right, Bottom, Left***/
  	/***Original:5px 15px 4px 6px;***/
  padding:5px 10px 4px 10px;
  color:#67AD8D;
  }
#mm_tabs a:hover {
  /***No visible effect?***/
  background-position:0% -42px;
  }
#mm_tabs a:hover span {
  /***Text color***/
  color:#223D52;
  /***Effects roll-over background image***/
    /***Original:100% -42px***/
  background-position:100% -42px;
  }  

  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#mm_tabs a span {float:none;}
/* End IE5-Mac hack */


.dropmenu {
   position: absolute;
   /***No visible effect?***/
      /***Original: -1500px***/
   left: -1500px;
   visibility: visible;
   /***No visible effect?***/
      /***Original: 101***/
   z-index: 101;
   float: left;
   width: 220px;

   border-width: 1.5px;
   border-style: solid;
   border-color: #223D52;	
   background-color: ##67AD8D;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
	display: block;
	/***Roll-over submenu. Width should match width of ".dropmenu".***/
    width: 220px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	font-family: Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #67AD8D;
	background-color: #223D52;
}
.dropmenu a:hover {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
   margin: 0px;
   font-family: Sans-Serif;
   font-size: 10px;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   color: #223D52;
   background-color: #D8ECFB;
}
