body {
margin-left: 0;
margin-top: 0;
font-size: 75%;
font-family: arial, helvetica, sans-serif;
color: #868686;
line-height: 1.4em;
}



/***** Text and Formatting *****/


/* Heading Styles */

h1 {
font-family: "Arial Narrow", "Helvetica Condensed", arial, helvetica, sans-serif;
font-size: 1.6em;
color: #18537E;
line-height: 1.4em;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
}

h2 {
font-size: 1.3em;
line-height: 1.4em;
text-transform: uppercase;
font-weight: normal;
margin: 2em 0 0.5em 0;
padding: 0;
}

h3 {
font-size: 1.1em;
line-height: 1.4em;
text-transform: uppercase;
font-weight: normal;
}

h4 {
font-size: 1.1em;
line-height: 1.4em;
text-transform: uppercase;
font-weight: normal;
}

h5 {
font-size: 1em;
line-height: 1.4em;
text-transform: uppercase;
font-weight: normal;
padding: 0;
margin: 0 0 0.2em 0;
}

h6 {
font-size: 1em;
line-height: 1.4em;
text-transform: none;
font-weight: normal;
padding: 0;
margin: 0 0 0.2em 0;
}


#aboutFAQ h3 {
color: #18537E;
border-top: solid 3px #c0c0c0;
margin: 2em 0 0 0;
padding: 1em 0 1em 2.5em;
background: url(../images/faq_q.gif) no-repeat;
background-position: center left;
}

#aboutFAQ h6 {
padding: 0 0 0 2.5em;
background: url(../images/faq_a.gif) no-repeat;
background-position: top left;
}

#aboutTest h3, #homeNews h3 {
border-top: solid 1px #c0c0c0;
margin: 2em 0 0 0;
padding: 1em 0;
font-family: "Georgia Ref", georgia, times, times roman, "Times New Roman", serif;
text-transform: none;
font-size: 1.2em;
font-style: italic;
}



#content {
text-align: left;
padding: 1.5em 0 3em 0;
}

.textfooter {
font-size: 0.9em;
line-height: 1.4em;
}

#homeNews {
width: 400px;
float: right;
margin: 0 0 3em 2em;
padding: 0 0 0 2em;
border-left: solid 1px #868686;
}

#homeNews h2 {
padding: 0;
margin: 0;
}

#homeNews p {
margin: 0;
}

.date {
color: #989898;
font-size: 0.9em;
display: block;
margin: 1.5em 0 0 0;
clear: right;
}

p {
margin: 0.9em 0;
}

.small {
font-size: 0.8em;
}




/***** Link Styles *****/

a:link, a:visited {
color: #18537E;
text-decoration: underline;
}

a:hover, a:active {
color: #18537E;
text-decoration: underline;	
}



/***** Image Styles *****/

.mainimage {
background-image: URL(../images/main-img_left.jpg);
height: 278px;
width: 442px;
}

img {
border-style: none;
}

.homeNewsImg {
float: right;
margin: 0 0 0 1em;
}

.imgRight {
float: right;
margin: 2em 0 2em 2em;
padding: 0 0 0 2em;
border-left: solid 1px #868686;
}


/* List Styles */

#content ul {
list-style: none;
margin: 0.5em 0 1.5em 0;
padding: 0;
}

#content ul li {
background: url(../images/bullet_blue.gif) no-repeat;
background-position: 1.2em 0.4em;
padding-left: 2em;
margin: 0.3em 0;
}


/***** Form Styles *****/


.cssform p {
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label {
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
text-align: right;
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea {
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
margin-left: 3px;
}

.bttnSubmit {
cursor: pointer;
border: outset 1px #ccc;
background:#999;
color:#666;
font-weight:normal;
font-size: 0.9em;
text-transform: uppercase;
padding: 1px 2px;
background:url(../images/bttn_submit.gif) repeat-x left top;
}

.bttnReset {
cursor: pointer;
border: outset 1px #ccc;
background:#999;
color:#666;
font-weight:normal;
font-size: 0.9em;
text-transform: uppercase;
padding: 1px 2px;
background:url(../images/bttn_reset.gif) repeat-x left top;
}


/* Scroller */

#pscroller2 {
width: 640px;
height: 18px;
padding: 3px 0 0 0;
margin: 0 5px 0 0;
}

#pscroller2 a {
text-decoration: none;
color: #000000;
font-weight: bold;
}


