/* ********* Set Defaults to Zero ******* */
html, form {
	margin: 0;
	padding: 0; 
	border: 0;
}

/* Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	margin: 0;
	padding: 0;
}

/* Apply left margin only to the few elements that need it: */
dd, blockquote { margin-left: 1em; }
li { margin-left: 2.5em; }

table { border-collapse: collapse; }


a {color: #1C5BA2; } /*royal blue*/
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}

body { font-size: 62.5%; /* this ses the font size for the all tags on the page.  Use ems to increase or decrease font size */
	font-family: Verdana;
	margin-top: 5px; 
	margin-left:5px;
	/*text-align: center;  this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

input, select, textarea { font-size: 62.5%; }

/*  NOTE - the percentages below will scale off of the font size set in the body selector style above */
/* Header tag styles */
h1 { font-size:1.6em;}
h2 { font-size:1.4em;}
h3 { font-size:1em; margin-left:1px;} /* padding added to compensate for an unexpected indention that displays in IE6 and Firefox  */

#primary-content { margin-top:0px; margin-bottom:0px; margin-left:45px; margin-right:30px; vertical-align:top; color:#333366;}
#primary-content h1 { font-size: 1.2em; font-family: Times; font-style:italic; word-spacing:2px; letter-spacing:1px; margin-top:1em; margin-bottom:.5em; }
#primary-content p { font-size: .8em; font-family: Arial; margin-top:1em; margin-bottom:.5em; text-align:justify;}
#primary-content p em { font-weight:bold; }


#primary-content a {color: #1C5BA2; text-decoration:underline; cursor:pointer;} /*royal blue*/
#primary-content a:link {text-decoration: underline;}
#primary-content a:visited {text-decoration: underline;}
#primary-content a:hover {text-decoration: underline;}
#primary-content a:active {text-decoration: underline;}
