/*Elements*/

body {
	font-family: Verdana, sans-serif, Helvetica;
	color: black;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 25px;
	margin-left: 25px;
	background-color: #fff;
	background-image: url(gifs/bk2.gif);
	background-repeat: repeat-y;
}

h1 {
	color : #033; 
	font-size: 140%;
}

h2 {
	color : #033; 
	font-size: 125%;
}

h3 {
	color : #963; 
	font-weight : bold; 
	font-size: 110%;
}

a:link { 
	color: #066;
	font-weight: bold;  
}

a:visited { 
	color: #630;
	font-weight: bold;  
}

a:hover {
	color: #996633;
	font-weight: bold;  
}

li {  margin-left: 2px; padding: 5px; }

/*header*/

#headleft {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 200px;
	height: 110px;
	background-image: url(gifs/parc.gif);
	background-repeat: no-repeat;
}

#headright {
	position: absolute;
	top: 10px;
	right: 20px;
	font-family : Verdana, sans-serif, Helvetica;
	text-align: right;
	font-weight: bold;
	font-size: 170%;
	color: #066;
}
.brown {color: #963;}

/*class selectors - font specifications*/

.bold   { font-weight: bold; }
.italics  { font-style: italic; }
.bi  { font-style: italic;  font-weight: bold; }

/*columns*/

#nav {
	position: absolute;
	top: 150px;
	left: 15px;
	width: 200px;
	font-size : 85%;
}
#nav ul {margin-left: 2px; line-height: 130%; padding-left: 8px;}
#nav li { padding-left: 3px;}

#left {/*2004 report only*/
	position: absolute;
	top: 190px;
	left: 15px;
	width: 192px;
	font-size : smaller;
}

#right {
	position: absolute;
	top: 110px;
	left: 240px;
	right: 20px;
}

/*class selectors - other*/

div.footercontainer { clear: left; }

.smallfont { font-size : small; } 

.i_blue { color : #006666; font-weight : bold; font-style: italic; }

#footer { font-size : smaller; }  


/*2004 report title*/

#title {position: absolute; top: 20px; left: 230px; color : #006666; font-weight : bold; font-size: 18px;}

