/***************************************************
Customized predefined html tags
****************************************************/

body {
	background-color: #F6D57C;
	margin: 0px;
}

TABLE, INPUT, SELECT, TEXTAREA {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	line-height: 20px;
	border-collapse:collapse;
	border-spacing: 0;
}

UL {
	margin: 0px 15px;
	list-style-image: url(../images/bullet.gif);
}

P {
	margin: 0px 0px;
}

TEXTAREA {
	line-height: 12px;
	height: 84px;	
}
  
/***************************************************
customized sitewide link tags
****************************************************/
a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;

}

a.linkHeader:link {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #7A1C3D;
	text-decoration: underline;
}

a.linkHeader:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #7A1C3D;
	text-decoration: underline;
}

a.linkHeader:hover {
	font-size: 11px;
	color: #7A1C3D;
	font-weight: normal;
	text-decoration: none;

}


a.linkFooter:link {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}

a.linkFooter:visited {
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}

a.linkFooter:hover {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	line-height: 16px;

}

a.linkSubNav:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}

a.linkSubNav:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}

a.linkSubNav:hover {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	line-height: 26px;

}



/***************************************************
customized sitewide link tags
****************************************************/


.quote {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 26px;
}


.footer {
	font-size: 11px;
	color: #FFFFFF;

}


.subNavSectionIdentifier {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	
}


.subNavDivider {
	font-size: 11px;
	font-weight: bold;
	color: #97CF18;
}

.title {
	font-size: 12px;
	color: #DD0200;
	font-weight: bold;
	

}

.smallText {
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	
}

.movingText {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
	
}

.redRight {
	font-size: 11px;
	color: #DD0200;
	line-height: 17px;
}


.homeContentBoxOne {
	background-color: #FFEE00;
	vertical-align: top;
	
}

.homeContentBoxOneOver {
	background-color: #FFFB00;
	vertical-align: top;
	cursor: pointer;
}
.homeContentBoxTwo {
	background-color: #FFE200;
	vertical-align: top;
}

.homeContentBoxTwoOver {
	background-color: #FFFB00;
	vertical-align: top;
	cursor: pointer;
}



/*****************************************
 Menu Styles
 ****************************************/
 #header {
      float:left;
      width:100%;
      /*background:#9E9742 url("bg.gif") repeat-x bottom;*/
	  background-color:#F6D57C;
	  
      font-size:93%;
      line-height:normal;
      }
    #header ul {
      margin:0;
      padding:10px 0px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("../images/tab-left-normal-sm.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      float:left;
      display:block;
      background:url("../images/tab-right-normal-sm.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#F6D57C;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:1.1em;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    #header a:hover {
      color:#333;
      }
    #header #current {
      background-image:url("../images/tab-left-on-sm.gif");
      border-width:0;
      }
    #header #current a {
      background-image:url("../images/tab-right-on-sm.gif");
      color:#333;
      padding-bottom:5px;
      }



.submenu {
	background-color:#FCEFAE;
	padding-left:15px;
	margin-top:5px;
	padding-bottom:5px;
}

.submenu a{
	color:#1148A1;
	text-decoration:none;
	background-color:#FCEFAE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-right:15px;
	
}
.submenu a:hover{
	color: #7A1C3D;
}	
#submenu_bar{
	background-color:#FCEFAE;
	width:566px;
	/*padding-top:20px;*/

}


