/* turn off all link outlines that appear in blue */
a  {
	outline:none;
	}

/* Turn off borders on image links */
img  {
	border:0;
	}

/* Get rid of extraneous margin */
* {
	margin: 0;
	padding: 0;
	}

/* rules for entire body of page */
body {
	margin-bottom:25px;
	background: #E5E5E5 url(Graphics/body_bkgrnd.jpg) repeat-x;
	font: normal 11px Verdana, Arial, Sans-serif;
	}

/* container rules...container holds all main content */
#container {
	width:700px;
	margin:0 auto;
	}

/* masthead properties */
#masthead {
	height:170px;
	width:700px;
	background:#999185 url(Graphics/hdr_bkgrnd.jpg) no-repeat;
	}

/* style masthead logo image */
#masthead img {
	margin-top:16px;
	margin-left:25px;
	}


/*  style FOOTER - clearing the footer of the columns  */
#footer  {
	clear:both;
	width:700px;
	font-size:10px;
	color:#1A1A1A;
	background: #999185;
	text-align:left;
	}

#footer a {
	text-decoration:none;
	font-weight:normal;
	color:#1A1A1A;
	}

#footer a:hover {
	text-decoration:underline;
	color:#E6DFC8;
	}

#footer h3 {
	margin:0 0 15px 4px;
	padding:10px 1px 1px 1px;
	font-size:11px;
	font-weight:normal;
	}

#footer h4 {
	margin:0 0 0 4px;
	padding:0 0 4px 4px;
	font-size:10px;
	font-weight:normal;
	color:#CCCCCC;
	}

/* spacer to clear mainCol */
.spacer {
	clear:right;
	}





