/* applies to all images in content area of any page */
.imagestyle{}

a img {
border:  0px;
}

/* use this to make blocks of text 'standout' */
.standout, .blockquote {
font-style: italic;
font-size: 13px;
border-left: 5px solid #6C77AE;
padding-left: 12px;
}

/* use these tags to style <h1> - used in page header for site title*/
h1 {
color: #2B70BB;
font-size: 22px;
margin-bottom: 3px;
}

/* use these tags to style <h2> - used in page header for site slogan */
h2 {
color: #2B70BB;
font-size: 20px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h3> */
h3 {
color: #2B70BB;
font-size: 18px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h4> */
h4 {
color: #2B70BB;
font-size: 16px;
font-weight: normal;
margin-bottom: 3px;
}

/* use these tags to style <h5> */
h5 {
color: #000000;
font-size: 14px;
font-weight: normal;
margin-bottom: 3px;
}

/* use for user-positioned inline images */
.image-right{
float: right;
padding: 10px 0px 10px 10px;
}

/* use for user-positioned inline images */
.image-left{
float: left;
padding: 10px 10px 10px 0px;
}

form{
  margin-bottom: 25px;
}