/*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;
}

h1 {
	color : #033; 
	font-weight : bold;
	font-size: 140%;
}

h2 {
	color : #033; 
	font-weight : bold;
	font-size: 125%;
}

h3 {
	color : #033; 
	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;  
}

/*
ul {  padding: 5px; }


ol {  padding: 5px; }
*/

li {  padding: 5px; }

#container { margin-top: 180px; }

/*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;
}

/*class selectors - other*/

.smallfont { font-size : small; } 

#footer { font-size : smaller; }  
