/* Basic styling rules for body text */

body
{
	width: 774px; /* make the total screen width 800px */
    font: 12px/20px Verdana, sans-serif;
    margin: 1ex 10%; /* sets the top/bot and lt/rt margins */
    background-color: white;
    color: black;
	text-align: justify;
}

/* To indent non-first paragraphs */
/* p+p { text-indent: 1.5em; } */

p.indent   { text-indent: 1em; }
p.noindent { text-indent: 0em; }
p.justify  { text-align: justify; }

img { border-width: 0pt; }

/* Specify the styling for link elements */

a { text-decoration: none; }
a:link    {color: blue;}
a visited {color: purple;}
a:active  {color: red;}
a:hover   {color: red; text-decoration: underline }

/* Specify the styling for link elements in the contact page*/
#contactUs a { text-decoration: underline; }
#contactUs a:link    {color: #666; text-decoration: underline }
#contactUs a visited {color: purple;  text-decoration: underline }
#contactUs a:active  {color: purple;  text-decoration: underline }
#contactUs a:hover   {color: #ff3300; text-decoration: underline }

/* Headers */

#pageBody h1,#pageBody h2,#pageBody h3,#pageBody h4,#pageBody h5,#pageBody h6
{
    color: #666;
    text-transform: none;
    background: transparent;
    padding: 0;
    text-align: left;
    font-weight: bold;
    margin: 20px 30px 7px 0px;
    font: bold 12px/20px Verdana, sans-serif;
}

#pageBody h1 { font: bold 35px/45px Verdana, sans-serif; }

#pageBody h2 { font: bold 15px/20px Verdana, sans-serif; color: #666;}
