body {
	font-family : Helvetica, Verdana, sans-serif;
	color: #036;
	background: url(art/bg.gif);
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-right: 0px;
	margin-left: 0px;
}

a:link { 
	color: #036;
	text-decoration: none;  
	font-weight: bold;  
}

a:visited { 
	color: #036;
	text-decoration: none;  
	font-weight: bold;  
}

a:hover {
	color: #036;
	font-weight: bold;  
	text-decoration: none;
	background-color:  white;
}

a:active { 
	color: #036;
	text-decoration: none;  
	font-weight: bold;  
}

ul, ol, li { line-height : 150%;}

/*class selectors - font specifications*/

.bi  { font-style: italic; font-weight: bold; }

/*columns*/
#bodycontainer {margin-left: auto; margin-right: auto; text-align: left;}

#left {
	position: absolute;
	top: 150px;
	left: 0px;
	width: 175px;
	background-color:  transparent;
    font-size: 8pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;  
}

#left a:hover {
	color: #036;
	font-weight: bold;  
	display: block;
	text-decoration: none;
	background-color:  white;
}

#content {
	margin-left: 190px;
	margin-right: 155px;
	width: 520px;
	color: black;
	background-color: transparent;	
}
#content a:link { text-decoration: underline; font-weight: normal;}
#content a:visited { text-decoration: underline; font-weight: normal;}

#right {
	position: absolute;
	top: 155px;
	margin-left: 730px;
	margin-right: 15px;
	width: 260px;
	background-color:  transparent;
}

#right p.title { font-variant: small-caps; font-weight: bold; font-size: 120%;}
#right a:link { text-decoration: underline; font-weight: normal;}
#right a:visited { text-decoration: underline; font-weight: normal;}

/*class selectors - other*/

.img { border: 2px solid #036; padding: 3px; }
.sm {font-size : smaller;}
.w { font-variant: small-caps; font-weight: bold;}
h1 { font-weight : bold; font-size: 125%; }
h2 { font-weight : bold; font-size: 115%; }
h3 { font-weight : bold; font-size: 110%; }
h4 { font-weight : bold; font-size: 105%;}

/*current page content title - yellow box*/
.pt { font-weight : bold; font-variant: small-caps; border: 1px solid #036; background-color:  #fc0; font-size: 115%; padding: 2px;}

/*current page content title - green box*/
.gt { font-weight : bold; font-variant: small-caps; border: 1px solid #036; background-color:  #9C3; font-size: 115%; padding: 2px;}

.g { font-weight : bold; color:  #080; }

.gb { font-weight : bold; color:  #080; font-size: 115%;}

/*current page content title - no color box*/
.t { font-weight : bold; font-variant: small-caps; font-size: 115%; padding: 2px;}