/* CSS Document */
a:link {
  color: black;
}
a:visited {
  color:black;
}
a:hover {
  color: white ;
}

  
	body {
		font-family: Georgia ,san-serif;
		color: black;
		font-size: 85%;
		text-align:center;
		background-color:#FFFFFF;
		}
	
	#frame {
		
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
	color: black;
	text-align:left;
	height: 1100px;
	width:150px;
	padding:0px;
	float:left;
	background:#FFFFFF;
		}
		
	hr {color:black;
		width: 90%;}
	
	#contentcenter {
		
		text-align:left;
		color: black;
		width:500px;
		height:1100px;
		padding:0px;
		float:left;
		background:#FFFFFF;
		}
		
		#contentcenter2 {
		
		text-align:center;
		color: black;
		width:800px;
		height:1100px;
		padding:0px;
		
		background:#FFFFFF;
		}
	
	#contentright {
		color: black;
		text-align:left;
		height: 1100px;
		width:150px;
		padding:0px;
		float:left;
		background:#ffffff;
		}
	
	#contentheader {
		background:#fff;
		}
		
	#contentcenter2 {
		color: black;
		text-align:left;
		height: 1100px;
		width:300px;
		padding:0px;
		float:left;
		background:#ffffff;
		}
		
	p,h1 {margin:0px 5px 0px 5px;}
	
	
		
	h1 {
		font-size:120%;
		
		}
		
	#contentheader h1 {
		font-size:2em;
		padding:1em;
		margin:0px;
		}
	
	#contentright p { font-size: 1em;}
	
	ul li {
	line-height: 2em;
	}
	
	.centerimage {
	text-align:left;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	}
	
	.form {margin:20px 0px 20px 0px;}
	
	.object {
	background-color: #99CCff;
}
	
	table td {color:black;}
	#admincenter {margin:2px 5px 2px 5px; background: #999; text-align: left; width: 500px; padding: 10px;}
	#divcenter {margin:2px 5px 2px 5px; background: #999; text-align:center; }
	#divcenter2 {height: 75px; margin:2px 5px 2px 5px; background: #999; text-align:center;}
	
	b.rtop, b.rbottom{display:block;background: #ffffff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #999}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;}



.contact_link {
border: 0px; 
font-weight: bold;
}



a.contact_link:link {
  color: #ffcc33;
}
a.contact_link:visited {
  color: #ffcc33;
}
a.contact_link:hover {
  color: white ;
}
