/*Elements*/

body {
	font-family : Verdana, sans-serif, Helvetica;
	color: black;
	background-color: white;
	background: url(art/bg-head.gif) repeat-x;
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-right: 10px;
	margin-left: 20px;
	width: 800px;
}

h1 { color : #363; font-weight : bold;	font-variant: small-caps; 	font-size: 125%;}
h2 {color : #363; font-weight : bold; font-variant: small-caps; font-size: 115%; }
h3 { color : #363; font-weight : bold; font-style: italic; font-variant: small-caps; font-size: 110%;}
h4 {color : #363;  font-weight : bold; font-size: 105%;}

a:link { color: #036; text-decoration: none;  font-weight: bold; }
a:visited { color: #036; text-decoration: none;  font-weight: bold;  }
a:hover { color: #336; font-weight: bold;  text-decoration: underline;}

ul {  line-height : 130%;
	list-style: disc;
	margin-left: 2px;
	padding: 10px;
}

ol {  line-height : 130%; margin: 0; padding: 0; }

#body  {margin-left: 2px; margin-right: 2px; text-align: left;}

/*class selectors - font specifications*/

.bold   { font-weight: bold; }
.italics  { font-style: italic; }
.bi  { font-style: italic; font-weight: bold; }
.smallfont { font-size : 90%; font-style: italic; }

/*quote in header*/

#quote {
	position: absolute;
	top: 50px;
	left: 180px;
	color: #060; 
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	clear: both;
}

/*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; clear: both;}

/*class selectors - background color specifications*/

.bg-blue { background-color: #09C; }
.bg-lt-blue {background-color: #CFF; }
.bg-lt-gr { background-color: #66CC66; font-family : Arial, Helvetica, sans-serif; font-weight : bold;  }

/*class selectors - other*/

.img { border: 2px solid #036; padding: 3px; }
div.footercontainer { clear: left;  }
#footer { font-size : smaller; margin-left: 140px; }

#url {
	padding: 10px;
	margin-left: 130px;
	color: white; 
	font-size : smaller;
}

div.clearer { clear: left; line-height: 0; height: 0;}
div.imgblock hr {display: block; clear: left; margin: -0.66em 0;
  visibility: hidden;}
 
