/*this first part is to set the font style, color and size of your text, as well as the background color of the page */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #6fc7ef;
}

p, li, td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.intro {
font-weight:bold;
color: #071d56;
}

/*this changes the headings, you can alter the size font type, and the color of these */

h1 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 22pt; color: #071d56;font-weight:bold;text-align:center}
h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 20pt; color: #071d56;font-weight:bold;text-align:center}
h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #348dcf;font-weight:bold;text-align:center}

.c2Form {
        background-color: #ecf6ff;
        border:2px dashed #071d56;
        padding:10px;
}

body .InvSquestions { font-size: 12px }
body .titleInput { width: 50% } 
body .dividerRule { border-top: 0px }
body .storyInput { height: 150px }
body .vIsText_3000 { height: 85px }

.box {
border:1px dashed #071d56;
padding:5px;
font-weight:bold;
}

ul.arrowbullet {
list-style-image: url(../images/4.gif);
padding-left: 10px;
margin-left: 20px;
}

#top {
position:absolute; 
top:120px; 
width:475px; 
z-index:789;
}


ul.nav {
        height:30px;
        line-height:30px;
        list-style:none;
        margin: 0 50px 0 100px;
        padding:0;
        text-transform: uppercase;
}

ul.nav li{
        display: inline;
        margin:0;
        padding:25px 0 25px 15px;
        font-size:8pt;
}

ul.nav li a,ul.nav li a:link,ul.nav li a:visited {
        color:#0166ff;
        font-size:8pt;
font-weight:bold;
}

ul.nav li a:hover,ul.nav li  a:active {
        background:#fff;
        color:#0b518c;
        font-weight:600;
}

.testimonials {
border: 1px solid blue;
font-style:italic;
font-family: Georgia,serif;
font-size:12pt;
padding: 8px;
color:blue;
width:90%;
margin:10px auto
}