﻿
/*   For Until we hit the contentBody section of the page. This version is for cell phone size vertical  */



/*   Tries to not show images of the "notformobile" id type

@media (max-width:629px) {
  img#notformobile {
    display: none;
  }
}




body {
        margin-left: 0px;
        margin-top: 0px;
        
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal
}

img {
  max-width: 100% 
}

input, textarea {
  max-width:100%
}

 /*   For the class contentBody section which is the text but not the heder images  */
.contentBody {color:#000000; font-family: Arial, Helvetica, sans-serif; font-size:17px; font-weight:normal; text-align:left; width: 100% }
.contentBody h1 {margin-top:60px; font-size:17px; color:#00CCFF; text-align:left}
.contentBody h2 {font-size:17px; color:#00CCFF; text-align:left }
.contentBody h3 {font-size:14px; color:#00CCFF}
.contentBody a {color:#00819F}
.contentBody a:hover {color:#000000}
.contentBody div div {float:left; margin:5px 30px 10px 0px; padding:0 0 0 30px}
.contentBody div div ul {margin:0; padding:0}
.contentBody div.actionLink {float:none;font-size:14px;font-weight: bold;line-height:20px;margin: 0px 0px 20px 20px;padding: 10px 10px 10px 10px;text-align: center;width:200px;}