/*This site was designed by Sylvia Klassen in January 2008*/

#header { position: absolute; top: 70px; left: 70px; width: 550px; height:142px; z-index: 2; }
/*Positions the header image, and defines width and height of header*/


#sidebar { padding:12px; position:absolute; top:212px; left:70px; width: 130px; height: 400px; z-index: 4; }
/*Positions the sidebar text onto the sidebar area of header image*/

.sidebar { font-size: 12pt; font-family: "Frutiger 67 Bold Condensed", "Arial Bold", sans-serif; line-height: 20px;  text-decoration: none; }
a.sidebar:link { color: #ffffff; line-height: normal; text-decoration: none; }
a.sidebar:visited { color: #ffffff; line-height: normal; text-decoration: none; }
a.sidebar:hover { color: #ffffff; font-size: 13pt; line-height: normal; }
a.sidebar:active { color: #ffffff; font-size: 13pt; line-height: normal; }
/*sidebar class items make the links in the sidebar look right*/



#content { background-color: #ffffff; background-image: none; padding: 12px; position:absolute; top:212px; left: 200px; width:397px; height:400px; font-family: "Adobe Garamond Pro", Garamond, "Times New Roman", Times, serif; z-index: 4; overflow: scroll }
/*Positions the body text onto the content area. Also, sets content background color to white, and sets fonts, colors, width and height of content area.*/

body { color: black; font-size: 12pt; line-height: 14pt; background-color: white; background-image: url(images/bgtexture.gif); z-index: 3 }
/*Handles background image and defaults for body text.*/

a:link { color: #00a160; text-decoration: none; }
a:visited { color: #00a160; text-decoration: none; }
a:hover { color: #00a160; text-decoration: underline; }
a:active { color: #00a160; text-decoration: underline; }
/* Handles links in body text.  MC USA green, and mouseover underlines */

h1 { color: #000000; font-size: 18pt; font-weight: bold; text-decoration: none; font-family: Frutiger Condensed, Arial, Sans-serif; }
h2 { font-size: 16pt; font-family: "Frutiger Condensed", arial, sans-serif; font-weight: bold; margin-right: 0; margin-left: 0;}
h3 { font-size: 14pt; font-family: "Frutiger Condensed", arial, sans-serif; font-weight: bold; margin-right: 0; margin-left: 0; }
h4 { font-weight: bold; font-family: "Frutiger Condensed", "Arial", sans-serif; font-size: 12pt; line-height: 14pt;}
/*Headings. 
h1, the largest, I use exclusively for page titles. 
h2 and h3 are headings and subheadings, respectively.
h4 is the same size as body text, but is boldfaced and sans-serif.*/

