body{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	background:#666666;
}

a, a:visited, a:active{
	color:#666666;
}
a:hover{
	color:#FF3300;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
}

h2{
	font-size: 15px;
	font-weight: bold;
	color:#000000;
	margin-top:0px;
	margin-bottom:0px;
}
.copy {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:9px;
}

.subHeading{
	color: #61707C;
	font-weight: bold;
	font-size: 13px;
	padding-left:5px;
}

a.topNavigation, a.topNavigation:visited, a.topNavigation:active, a.topNavigation:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	vertical-align:middle;
	text-align:center;
	font-size:8pt;
	text-decoration:none;
}

a.indexRadios, a.indexRadios:visited, a.indexRadios:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:8pt;
	text-decoration:none;
}

a.indexRadios:hover{
	color:#FF0000;
	text-decoration:underline;
}

a.indexRadiosTitle, a.indexRadiosTitle:visited, a.indexRadiosTitle:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:8pt;
	text-decoration:none;
}

a.indexRadiosTitle:hover{
	color:#FF0000;
}

.indexTitles{
	font-family:Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:10pt;
	font-weight:bold;
}

/* top text nav (home, sitemap, etc...) */
td.smallTopNavigation{
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	vertical-align:middle;
	text-align:center;
	font-size:9pt;
	text-decoration:none;
}

a.smallTopNavigation, a.smallTopNavigation:visited, a.smallTopNavigation:active{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	vertical-align:middle;
	text-align:center;
	font-size:8pt;
	text-decoration:none;
}

a.smallTopNavigation:hover{
	color:#FF0000;
	text-decoration:underline;
}


/* bottom navigation (footer) */
td.bottomNavigation{
	padding-left:10px;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	vertical-align:middle;
	text-align:center;
	font-size:8pt;
	text-decoration:none;
}

a.bottomNavigation, a.bottomNavigation:visited, a.bottomNavigation:active, a.bottomNavigation:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	vertical-align:middle;
	text-align:center;
	font-size:8pt;
	text-decoration:none;
}

a.bottomNavigation:hover{
	color:#FF0000;
	text-decoration:underline;
}

/* format the text field for search */
input.searchBox {
	border: #666666 1px solid;
	background-color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	padding-left:5px;
}

/* format the side navigation */
td.sideNavigationCell{
	border: #7996B0 1px solid;
	background-color:#D8DFE5;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:0px;
}

/* format the side navigation */
td.sideCell{
	border: #7996B0 1px solid;
	background-color:#D8DFE5;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.redText {color: #FF0000}

.contentArea{
	background-color:#D8DFE5;
	border: #7996B0 1px solid;
	background-color:#D8DFE5;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.sideNavigationTitleCell{
	border: #7996B0 1px solid;
	border-bottom:0px;
	background-color:#C1CAD5;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.TextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.tollfree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.maintable{
border:1px solid #000000;
background:#ffffff;
}

h3 {
font-size:12px;
}

/* ---- Form Styles --- */
#middle_column form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 400px;
  width: 400px; 
}

#middle_column form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
                border: #cccccc 1px solid;
/*           border-color: #cccccc;
  border-width: 1px;
  border-style: solid;*/
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#middle_column form fieldset legend {
                                color: #5190b2;
                                font-weight:bold;
                font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#middle_column form label { 
                display: block;  /* block float the labels to left column, set a width */
                float: left; 
                width: 75px; 
                padding: 0; 
                margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
                text-align: right; 
}

/* form fieldset label:first-letter */{ /* use first-letter pseudo-class to underline accesskey, note that */
/*           text-decoration:underline; */   /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#middle_column form input, form textarea, form select {
                /* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
                width:auto; /* set width of form elements to auto-size, otherwise watch for wrapx on resize */
                background-color: #dddddd;
                border: 1px #999 solid;
                margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#middle_column form input#reset {
                margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
                display: block;
                margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
                padding: 1px 3px;
                font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
                clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
input:focus, textarea:focus{
background-color: lightyellow;
}
/* ---- End of Form Styles --- */

.dvdr {
            width:400px;
            margin:20px auto ;
            height:1px;
            background-color:#666;
            clear:both;
}

h4 {
	font-weight:bold;
}

