/* This section is for the Navigation Tables */

.trans_box1 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadow1-trans.png');
	
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box1[class] {
  background-image:url(../images/shadow1-trans.png);
}

.trans_box2 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadow2-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(../images/shadow2-trans.png);
}

.trans_box3 {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_nav_02-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box3[class] {
  background-image:url(../images/myers_nav_02-trans.png);
}

.trans_box4 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_nav_08-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box4[class] {
  background-image:url(../images/myers_nav_08-trans.png);
}


/* This section is for the Banner Table */

.trans_box5 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/shadow2-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box5[class] {
  background-image:url(../images/shadow2-trans.png);
}

.trans_box6 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_banner_02-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box6[class] {
  background-image:url(../images/myers_banner_02-trans.png);
}

.trans_box7 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_banner_04-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box7[class] {
  background-image:url(../images/myers_banner_04-trans.png);
}

/* This section is for the Body Table */


.trans_box8 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_body1_02a-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box8[class] {
  background-image:url(../images/myers_body1_02a-trans.png);
}

.trans_box9 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_body1_06a-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box9[class] {
  background-image:url(../images/myers_body1_06a-trans.png);
}

.trans_box10 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_body1_02-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box10[class] {
  background-image:url(../images/myers_body1_02-trans.png);
}


.trans_box11 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_body1_06-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box11[class] {
  background-image:url(../images/myers_body1_06-trans.png);
}

/* This section is for the Footer Table */

.trans_box12 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_footer_02-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box12[class] {
  background-image:url(../images/myers_footer_02-trans.png);
}
.trans_box13 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_footer_03-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box13[class] {
  background-image:url(../images/myers_footer_03-trans.png);
}

.trans_box14 {	
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/myers_footer_04-trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box14[class] {
  background-image:url(../images/myers_footer_04-trans.png);
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div{
	margin: 0 ;
	padding: 0 ; 
}



#container {
	padding: 0px;
	margin-top: 0px; 
	margin-bottom: 0px;
	margin-left: auto ; 
	margin-right: auto ;
	/* opera does not like 'margin:20px auto' */
	text-align:right; 
	/* part 2 of 2 centering hack */
   width: 800;  /*ie5win fudge begins */
	height: 100%;
	background-color: black ;
}

#header{
	background-color: black ; 
	padding: 0px;
	margin-bottom: 0px; 
}

#headerlogo{	
	margin-left: auto ;
	margin-right: auto ;	
}


.BG {  background-color: none; 
	background-image:   url(/images/bg.gif);
	background-repeat: repeat-x; 
	background-position: 0px 0px
}




.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.headingTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #660000;
	font-style: italic;
	border: 0px none;

}

.heading1 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #993300;
	text-decoration: none;
}

.headingSubScript {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	font-style: normal;
	line-height: 18px;
	font-variant: small-caps;
	text-transform: capitalize;
	vertical-align: super;
}
.bodySubScript {
	font-family: Arial;
	font-size: 6pt;
	font-weight: bold;
	color: black;
	text-decoration: none;
	font-style: normal;
	line-height: 18px;
	font-variant: small-caps;
	text-transform: capitalize;
	vertical-align: super;
}
.heading2 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
.heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}



.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.nav {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;	
}

a.nav:link {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	text-decoration: none;
}
a.nav:visited {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	text-decoration: none;
}
a.nav:active {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	text-decoration: none;	
}
a.nav:hover {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000; 
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	text-decoration: none;
}
a.nav2 {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;	
}

a.nav2:link {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	vertical-align:middle;	
	text-decoration: none;
}
a.nav2:visited {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	vertical-align:middle;	
	text-decoration: none;
}
a.nav2:active {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	vertical-align:middle;	
	text-decoration: none;	
}
a.nav2:hover {
	font:Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size: 12px;
	font-weight: Bold;
	text-align:center;
	vertical-align:middle;	
	text-decoration: none;
}
.MainVNavMOStyle { 
	border-left:1px solid #EBE9EA; border-right:0px solid #EBE9EA; border-top:1px solid #EBE9EA; border-bottom:1px solid #EBE9EA; font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: black; 
	background-color: none; 
	text-decoration: none; 
	 
}

.MainVNavMOStyleOver { 
	border-left:0px solid white; border-right:0px solid #CFE4F5; border-top:0px solid white; border-bottom:0px solid #CFE4F5; font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: white; 
	background-color: #35639D; 
	text-decoration: none; 
	  
}

.VNavMOStyle {
	border-left:1px solid white;
	border-right:1px solid #CFE4F5;
	border-top:1px solid white;
	border-bottom:1px solid #CFE4F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
	background-image: url(../images/overstate.jpg);
	 
}

.VNavMOStyleOver { 
	border-left:1px solid white; border-right:1px solid #CFE4F5; border-top:1px solid white; border-bottom:1px solid #CFE4F5; font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: white; 
	background-color: #35639D; 
	text-decoration: none; 
	  
}

.Bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


p.rightMouseover{
text-align:left;
margin: 0px;
padding:0px;
font-weight:normal;
}


p.rightMouseover a {
display:block;
text-decoration:none;
padding:5px 5px;
border:0px dotted  #999;
margin-bottom:15px;
}

p.rightMouseover a:link, p.rightMouseover a:visited {
text-decoration:none;
}

p.rightMouseover a:hover {
text-decoration:none;
border:0px solid #999;
background: #FFF;
}




.superscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	vertical-align: super;
}
.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}
.bodyContactForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	background-image:   none;
	background-repeat: no-repeat;
	background-position: right center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;


}
.bodyContactFormRequired {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	line-height: normal;
	background-image:   none;
	background-repeat: no-repeat;
	background-position: left top;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;

}
.bodyContactFormLeft {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	background-image:   none;
	background-repeat: no-repeat;
	background-position: right center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	text-decoration: none;
	text-align: left;
}
.bodyBullet {
	list-style-position: outside;
	list-style-image: url(../images/bullet_01.gif);
	list-style-type: disc;
	text-align: left;
	border: none;




}
.footerCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;

}

.BG3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: normal;
	background-color: #FFFFFF; 
	background-image:   url(../images/contents_12.gif); 
	background-repeat: repeat-x; 
	background-position: 0px 0px
}
.body_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:900;
}.h1 {
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
	font-weight:bold;
}
.h2 {
	font:Arial;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
}
.h3 {
	font:Arial;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#CC0000;
}
.h4 {
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
}
.h5 {
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#CC0000;
}
.h6 {
	font:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	color:#6699CC;
}
.h7 {
	font:Arial;
	text-align:left;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#CC0000;
}
a.sitemap1:link {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;
}
a.sitemap1:visited {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;
}
a.sitemap1:active {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;	
}
a.sitemap1:hover {
	font:Arial, Helvetica, sans-serif;
	color:#000000; 
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;
}
a.sitemap2:link {
	font:Arial, Helvetica, sans-serif;
	color:#6699CC;
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;
}
a.sitemap2:visited {
	font:Arial, Helvetica, sans-serif;
	color:#6699CC;
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;
}
a.sitemap2:active {
	font:Arial, Helvetica, sans-serif;
	color:#6699CC;
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;	
}
a.sitemap2:hover {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000; 
	font-size: 11px;
	font-weight: Bold;
	text-decoration: none;
}
a.sitemap3:link {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}
a.sitemap3:visited {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}
a.sitemap3:active {
	font:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 11px;
	text-decoration: none;	
}
a.sitemap3:hover {
	font:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 11px;
	text-decoration:underline
}
.body2 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
}

.copyrightscript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:italic;
	text-decoration: none;
	color:#666666;
}

.style1 {
	font-size: 11px;
	color: #CCCCCC;
}
