/*Elements*/

body {
	font-family : Verdana, sans-serif, Helvetica;
	color: black;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 25px;
	margin-left: 25px;
}

h1 {
	color : #006666; 
	font-weight : bold;
	font-size: 18px;
}

h2 {
	color : #006666; 
	font-weight : bold;
	font-size: 17px;
}

h3 {
	color : #006666; 
	font-weight : bold; 
	font-size: 16px;
}

a:link { 
	color: #006666;
	font-weight: bold;  
}

a:visited { 
	color: #996633;
	font-weight: bold;  
}

a:hover {
	color: #996633;
	font-weight: bold;  
}

/*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;}


/*columns*/

#nav { display: none; }

#right { margin-top: 130px; margin-left: 20px;}


/*class selectors - font specifications*/

.bold   {   font-weight: bold; }

.italics  {  font-style: italic; }

.bi  { font-style: italic; font-weight: bold; }


/*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; }  
