/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% georgia, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #000000; 
	background: #FFFFFF; 
	margin-top: 0px; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #3FA9F5;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */

#yellow {
	background-color: #FFFF00;
	}

#leftborder {
	background-image:url('Images/left-column.gif');
	background-color: #99CA3C;
	background-repeat:no-repeat;
	width: 190px;
	height: 100%;
	min-height: 100%;
	position: fixed;
	left: 0%;
	top: 0%;
	padding: 0px;
}
#bordertext {
	margin-left: 36px;
}

#page {
	margin-left: 220px;
	margin-right: 5%;
	width:70%;
}
#text {
	margin-left: 15px;
	margin-top: 10px;
}

#bottom {
	position:relative;
	bottom:-20px;
	left:220px;
	font-size:10px;
	width:70%;
}

#largetext {
	font-size: 18px;
	}
	
#indent {
	margin-left:15px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
