/*Elements*/

body {
	font-family : Verdanna, Helvetica, Arial, sans-serif;
	color: black;
	font-size: 12pt;
	margin-top: 25px;
	margin-bottom: 25px; 
	margin-right: 15px;
	margin-left: 15px;
	}

h1 {
	color : #006633; 
	font-weight : bold;
	font-variant: small-caps;
	font-size: 14pt;
}

h2 {
	color : #006633; 
	font-weight : bold;
	font-variant: small-caps; 
	font-size: 13pt;
}

h3 {
	color : #006633; 
	font-weight : bold; 
	font-variant: small-caps;
	font-size: 12pt;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

ul {  line-height : 120%;}

ol {  line-height : 120%;}

li {  line-height : 120%;}

/*columns*/

#left {	display: none; }

#right {
	float: none;
}

#right a:link:after, #right a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
   
/*quote in header*/

#quote {
	position: absolute;
	right: 10px;
	top: 30px;
	left: 180px;
	color: #060; 
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	clear: both;
	text-align: center;
}


/*class selectors - font specifications*/

.smallfont { display: none; }

.bold   {   font-weight: bold;}

.italics  {  font-style: italic;}

.bi  { 
	font-style: italic; 
	font-weight: bold;
}

/*class selectors - color specifications*/

.blue { 
	color : #0000FF; 
	font-weight : bold;
}

.red { 
	color : #FF0000; 
	font-weight : bold;
}

.dg { 
	color : #006633; 
	font-weight : bold;
}

.hrcolor   { color: #009933; }

#footer { display: none; }

.img { display: none; }

#url { 
	margin-top: 5px;
	color : #006633; 
	font-weight : bold;
}

#footercontainer { display: none; }


div.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
}

div.imgblock hr {display: block; clear: left; margin: -0.66em 0;
  visibility: hidden;}

