/*Elements*/

body {
	font-family : Verdana, sans-serif, Helvetica;
	color: black;
	background-color: white;
	background: url(art/bg-head.gif) repeat-x;
	margin-top: 20px;
	margin-bottom: 10px; 
	margin-right: 35px;
	margin-left: 25px;
}

h1 { color : #363; background-color: White; font-weight : bold;	font-variant: small-caps; font-size: 135%;}
h2 {color : #363; background-color: White; font-weight : bold; font-variant: small-caps; font-size: 120%; }
h3 { color : #090; background-color: White; font-weight : bold; font-style: italic; font-variant: small-caps; font-size: 110%;}
h4 {color : #363;  background-color: White; 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;
	background-color: White;
	font-weight: bold;  
	text-decoration: underline;
}

/* li {padding: 4px;} */

ul {list-style: disc;
	/* padding: 6px; */
}

ol {  
	line-height : 130%;
	padding: 4px;
}

/*class selectors - font specifications*/

.bi  { font-style: italic; font-weight: bold;}
.i  { font-style: italic; }
.smallfont { font-size : 75%;}
.small {font-size: 85%;}
.ital {font-style: italic;}

/*columns*/

#container {
	margin-top: 5px;
	margin-bottom: 5px; 
	margin-right: 5px;
	margin-left: 5px;
}

#left {
	position: absolute;
	top: 175px;
	left: 20px;
	width: 200px;
}

#left li {line-height: 130%; padding: 6px;}
#left ul {line-height: 130%; padding: 6px;}

#right {
	position: absolute;
	top: 175px;
	left: 242px;
	right: 15px;
}

/*quote in header*/

#quote {
	position: absolute;
	right: 200px;
	/*original css for quotes - right: 175px;*/
	top: 20px
	bottom: 30px;
	left: 250px;
	/*original css for quotes - left: 150px;*/
	color: #060; 
	font-style: italic;
	font-weight: bold;
	font-size: 115%;
	clear: both;
	text-align: center;
}

.center {text-align: center;}
.right {text-align: right;}

/*class selectors - color specifications*/

.blue { 
	color : #0000FF; 
	background-color: White;
	font-weight : bold;
}

.red { 
	color : #FF0000; 
	background-color: White;
	font-weight : bold;
}

.dg { 
	color : #006633; 
	background-color: White;
	font-weight : bold;
}

.hrcolor   {
	color: #009933;
	background-color: White;
	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: 120px; }

#url { padding: 10px; margin-left: 130px; color: white; background-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;}

.skip { background-color: #CFF; font-size: 70%; }
  

