/* the font styles for the text  .... main.css for Bouton */

h1 {color: #5E0032; font-size: 18px; font-variant: small-caps; font-family:verdana,arial,helvetica,sans-serif;}

h2 {color: #5E0032; font-size: 16px; font-style: italic; line-height: 18px; font-family:verdana,arial,helvetica,sans-serif;}

h3 {font-size: 14px;line-height: 16px; text-align: left;}

h5 {color: #ffffff;font-size: 12px; line-height: 10px;  text-align: center; font-family:verdana,arial,helvetica,sans-serif;}

h6 {color: #ffffff; font-size: 11px; line-height: 12px; text-align: center; font-family:verdana,arial,helvetica,sans-serif;}

h1.h {color: #5E0032; font-size: 28px; line-height: 32px; font-variant: small-caps; font-family:verdana,arial,helvetica,sans-serif;}

h2.h {color: #5E0032; font-size: 20px; font-style: italic; line-height: 20px; font-family:verdana,arial,helvetica,sans-serif;}

h3.h {color: #5E0032; font-size: 11px; line-height: 12px; text-align: right; font-family:verdana,arial,helvetica,sans-serif;}

p {font-family:verdana,arial,helvetica,sans-serif; color: #000000; background:transparent; font-size:13px; line-height: 15px;}

/* the link text styles */

a:link,a:visited {background-color: transparent; color:#204063; text-decoration:none;font-family:verdana,arial,helvetica,sans-serif;font-size: 13px;}

a:hover {color:#204063; background-color:transparent; font-family:verdana,arial,helvetica,sans-serif;font-size: 13px;text-decoration:underline;}

a.nav:link, a.nav:visited {text-decoration:none; color: #ffffff; background-color: transparent;  font-variant: small-caps;font-size: 13px;  font-family:verdana,arial,helvetica,sans-serif;
}
a.nav:hover {color: #000000; font-variant: small-caps;font-size: 13px;  font-family:verdana,arial,helvetica,sans-serif; background-color:  transparent;text-decoration:underline;
}

a.navhere:link,  a.navhere:visited {text-decoration:none; color: #5E0032; background-color: #B3C5C3;  font-variant: small-caps;
font-size: 13px;  font-family:verdana,arial,helvetica,sans-serif;
}

a.footer:link, a.footer:visited {color: #ffffff; background-color: transparent;text-decoration:none;  font-weight: bold; font-size: 11px; line-height: 12px; font-family:verdana,arial,helvetica,sans-serif;
}

a.footer:hover {text-decoration:underline; background-color: #666666; font-size: 11px; line-height: 12px;font-family:verdana,arial,helvetica,sans-serif;
}

/* the color and border class selectors */

.maincolor {
background-color: #B3C5C3;   /* goldenrod ffffcc */   

border-top: 3px solid #5E0032;  
border-bottom: 3px solid #5E0032;  
}

.seccolorleft {
background-color: #505555;       /* dark orange   FF9933 */

text-align:center; vertical-align: middle;
}

/*the styles for the  content DIVs */

#main {
padding: 3px 10px 10px 20px;
}

/* the body element styles */

body {margin: 3px;}

/* misc */

.headerimg {
background:  url(images/ca19175427.jpg) ;
background-repeat: no-repeat;
background-position: 0px 0px;
background-color: #ffffff;
}

/* floating elements */

blockquote.pullquote {
float: right;
width: 170px;
margin: 10px 10px 10px 15px;
padding: 10px;
font: 12px/14px georgia, palatino, serif;
background-color: #555150;
color: #ffffff;
text-align: left;
}

.picright {
float: right;
padding: 10px;
}
.picleft {
float: left;
padding: 10px;
}

