@charset "UTF-8";
/* CSS Document */
@import url(typography.css);
@import url(links.css);
@import url(format1.css);
@import url(ie6.css);
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	/* color: #70665a; */
	color:#645b50;
	line-height:1.65em;
	background: url("../images/pageBackground.gif") repeat;
}


body a:active, a:link {
font:Helvetica, Arial, sans-serif;
color:#0e78a8;
font-size:10pt;
text-decoration:none;
font-weight:bold;
}

body a:hover {
color:#ce5427;
font-size:10pt;
font-weight:bold;
}

body a:visited {
color:#666;
text-decoration:underline;
font-weight:bold;
font-size:10pt;
}

#sidbar1 p.menu a:active {
font:Helvetica, Arial, sans-serif;
color:#0e78a8;
font-size:10px;
text-decoration:none;
font-weight:bold;
}

#sidebar1 p.menu a:link {
font:Helvetica, Arial, sans-serif;
color:#0e78a8;
font-size:10px;
text-decoration:none;
font-weight:bold;
}

#sidebar1 p.menu a:hover {
color:#ce5427;
font-weight:bold;
font-size:10px;
}

#sidebar1 p.menu a:visited {
color:#666;
text-decoration:underline;
font-weight:bold;
font-size:10px;
}

*/