/*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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: lightblue;
}

p, li, td {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}

.intro {
font-weight:bold;
color: #1207A3;
}

.testimonial {
border:thin dashed green;
padding:10px;
background-color:#ffff80;
font-size:10pt;
}

/*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: 20pt; line-height:120%;color: #1207A3;font-weight:bold;text-align:center}
h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 18pt; color: #1207A3;font-weight:bold;text-align:center}
h3 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 15pt; color: #63907B;font-weight:bold;text-align:left;border-bottom: 1px dashed #63907B}

/*this is for the right sidebar */

#rightsidebar {
margin-left:10px;
border:1px solid blue;
padding:7px;
background-color:#fff;
}

.sidebartitle {
background-color:#98bfac;
padding:3px;
font-weight:bold;
font-size:10pt;
color:navy;
}

.sidecontent {
font-size: 8pt;
text-align:left;
}

.sidead {
border:1px dotted #464c37;
padding:5px;
width:125px; 
background-color:#d4d6ca;
}

.sideadtitle {
color:#596046;
text-align:center;
font-size:9pt;
font-weight:bold;
}

.sideadtext {
font-size:8pt;
text-align:center;
}