/* CSS Document */
body {
	background-color: #E1E8B3;
}

a, a img { text-decoration:none; }

.black-link { color:#000 !important; } .black-link:hover { text-decoration:underline !important; }

.container { 
	margin:0 auto 0 auto; 
	width:800px; 
	height:600px;  
	text-align:left; 
	position:relative; 
	}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
}

.style5 {
	color: #000000;
	font-style: italic;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style6 {font-family: Geneva, Arial, Helvetica, sans-serif}

a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

acontact:link {
	color: #660000;
	font-size:14px; 
}
acontact:visited {
	color: #660000;
	font-size:14px; 
}
acontact:hover {
	color: #FFFFFF;
	font-size:14px; 
}
acontact:active {
	color: #FFFFFF;
	font-size:14px; 
}




	
.homelink {
	background:url(graphics/home_rollover.gif) 0 0;
	position: absolute;
	width:110px; 
	height:26px; 
	left: 5px;
	top: 249px;	
		}

.homelink:hover {
	background:url(graphics/home_rollover.gif) 0 26px;
	position: absolute;
	width:110px; 
	height:26px; 
	left: 5px;
	top: 249px;	
	cursor:pointer;
		}
		
.aboutlink {
	background:url(graphics/about_rollover.gif) 0 0;
	position: absolute;
	width:273px; 
	height:26px; 
	left: 118px;
	top: 249px;	
		}

.aboutlink:hover {
	background:url(graphics/about_rollover.gif) 0 26px;
	position: absolute;
	width:273px; 
	height:26px; 
	left: 118px;
	top: 249px;	
	cursor:pointer;
		}
		
.booklink {
	background:url(graphics/book_rollover.gif) 0 0;
	position: absolute;
	width:102px; 
	height:26px; 
	left: 394px;
	top: 249px;	
		}

.booklink:hover {
	background:url(graphics/book_rollover.gif) 0 26px;
	position: absolute;
	width:102px; 
	height:26px; 
	left: 394px;
	top: 249px;	
	cursor:pointer;
		}
		
		
		
.resourceslink {
	background:url(graphics/resources_rollover.gif) 0 0;
	position: absolute;
	width:158px; 
	height:26px; 
	left: 499px;
	top: 249px;	
		}

.resourceslink:hover {
	background:url(graphics/resources_rollover.gif) 0 26px;
	position: absolute;
	width:158px; 
	height:26px; 
	left: 499px;
	top: 249px;	
	cursor:pointer;
		}
		
.contactlink {
	background:url(graphics/contact_rollover.gif) 0 0;
	position: absolute;
	width:134px; 
	height:26px; 
	left: 661px;
	top: 249px;	
		}

.contactlink:hover {
	background:url(graphics/contact_rollover.gif) 0 26px;
	position: absolute;
	width:134px; 
	height:26px; 
	left: 661px;
	top: 249px;	
	cursor:pointer;
		}