@charset "utf-8";
body {
     font: 100% Verdana, Arial, Helvetica, sans-serif;
     margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
     padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
     color: #000000;
     background-color: #FFFFFF;
     font-family: Arial, Helvetica, sans-serif;

}
.oneColFixCtrHdr #container {
     width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
     background: #FFFFFF; /* this overrides the text-align: center on the body element. */
     margin-top: 0;
     margin-right: auto;
     margin-bottom: 0;
     margin-left: auto;
     border-top-width: 0px;
     border-right-width: 0px;
     border-bottom-width: 0px;
     border-left-width: 0px;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
     height: 100%;
}
.oneColFixCtrHdr #header {
     background-image: url(../images/coolfxlogoheader.jpg);
     padding-top: 0;
     padding-right: 0px;
     padding-bottom: 0;
     padding-left: 200px;
     height: 74px;
     background-repeat: no-repeat;
     overflow: hidden;
}
.oneColFixCtrHdr #header h1 {
     margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
     font-family: Arial, Helvetica, sans-serif;
     font-size: 26px;
     padding-top: 25px;
     padding-right: 0;
     padding-bottom: 10px;
     padding-left: 0;
     font-weight: normal;
     color: #ECFBFF;
}
.oneColFixCtrHdr #mainContent {
     background: #FFFFFF;
     padding-top: 0;
     padding-right: 20px;
     padding-bottom: 0;
     padding-left: 20px;
     font-size: 12px;
     text-align: justify;
     width: 860px;
}
.oneColFixCtrHdr #footer {



     background-repeat:`repeat-y;
     height: 73px;
     background-color: #FFFFFF;
     background-image: url(../images/footer_bg1.gif);
     padding: 0px;
     margin-top: 20px;
}
.oneColFixCtrHdr #footer p {
     font-size: 18px;
     padding-top: 3px;
     padding-right: 0px;
     padding-bottom: 0px;
     padding-left: 50px;
     text-align: left;
     color: #FFFFFF;
     font-family: Geneva, Arial, Helvetica, sans-serif;
     text-decoration: none;
     margin: 0;
}
#nav {
     padding-top: 10px;
     text-align: left;
}  
#nav a {
     font-family: Verdana, Sans-Serif;
     padding: 4px;
}  
#nav a:hover {
     color: #00A8FF;
     background-color: #ffffff;
}  
tagline {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 24px;
     font-weight: normal;
     margin: 0px;
     padding: 0px;
     border-top-style: none;
     border-right-style: none;
     border-bottom-style: none;
     border-left-style: none;
}
.tagline {
     font-size: 22px;
     font-weight: normal;
     margin: 0px;
     padding-top: 0px;
     padding-right: 0px;
     padding-bottom: 3px;
     padding-left: 0px;
}

.oneColFixCtrHdr #container #mainContent #txtbox1 P {
     width: 300px;
     font-size: 14px;
     font-style: italic;
     float: left;
}

.oneColFixCtrHdr #container #mainContent #txtbox2 P {
     width: 350px;
     font-size: 14px;
     font-style: italic;
     float: right;
}

.oneColFixCtrHdr #container #footer #footerimage {
     left: 0px;
     top: 0px;
     padding: 0px;
     margin: 0px;
}

.oneColFixCtrHdr #container #mainContent #txtbox1 {
     font-size: 12px;
     font-style: italic;
     width: 400px;
     padding-top: 30px;
     margin: 0px;
     text-align: justify;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
}

.oneColFixCtrHdr #container #mainContent #txtbox2 { font-size: 9px; }

.oneColFixCtrHdr #container #mainContent #txtbox2 {
     float: right;
     width: 400px;
     text-align: justify;
     padding-top: 30px;
     font-size: 12px;
     font-style: italic;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
}

.execllink { color: #FF6633; }
.trailingtag {
     font-family: Arial, Helvetica, sans-serif;
     text-align: left;
}

.trailingtag H2 {
	font-size:36px;
}


.oneColFixCtrHdr #mainContent #Aboutus {
     font-size: 12px;
     width: 100%;
     text-align: justify;
     font-family: Arial, Helvetica, sans-serif;
}

.oneColFixCtrHdr #mainContent #bbox {
     clear: both;
     text-align: justify;
     width: 400px;
     font-style: italic;
     font-size: 14px;
     font-family: Arial, Helvetica, sans-serif;
}

.contactb {
     text-align: justify;
     margin-right: auto;
     margin-left: auto;
}

#bbox { }

.oneColFixCtrHdr #container #mainContent #ContactForm .formtext { font-size: 16px; }
