/*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;
	width: 800px;
}

h1 { color : #363; background-color: transparent; font-weight : bold;	font-variant: small-caps; font-size: 135%;}
h2 {color : #363; background-color: transparent; font-weight : bold; font-variant: small-caps; font-size: 120%; }
h3 { color : #090; background-color: transparent; font-weight : bold; font-style: italic; font-variant: small-caps; font-size: 110%;}
h4 {color : #363;  background-color: transparent; font-weight : bold; font-size: 105%;}

a:link { 
	color: #033;
}

a:visited { 
	color: #033;
	/* text-decoration: none; 
	font-weight: bold;  */  
}

a:hover {
	color: #033;
	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 : 80%;}


/*columns*/

#left {
	position: absolute;
	top: 240px;
	left: 20px;
	width: 200px;
	font-variant: small-caps;
	font-size: 85%;
}

#left li {line-height: 130%; padding: 6px;}
#left ul {line-height: 130%; padding: 6px;}

#right {
	position: absolute;
	top: 235px;
	left: 242px;
	right: 15px;
	background-color: #E0EDE7;
	padding: 0 20px 0 20px;
	border: 1px groove #063;
	width: 600px;
}

/*title in header*/

#title {
	position: absolute;
	right: 10px;
	top: 45px;
	left: 260px;
	color: #060; 
	font-weight: bold;
	font-size: 18px;
	clear: both;
	text-align: center;
	width: 530px;
}

.center {text-align: center;}
.right {text-align: right;}

/*class selectors - color specifications*/

.dg { 
	color : #006633; 
	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*/

#footer { font-size : smaller;  text-align: center; color: #033; font-weight : bold; background-color: #fff;}

#mni { font-size : smaller;  text-align: center; color: #033; font-weight : bold; background-color: #fff;}

.small {font-size: 85%;}

.ital {font-style: italic;} 
