@charset "utf-8"; /* CSS Document */ body{ 	background-color:#000000; 	font-family:Arial, Helvetica, sans-serif; 	font-size:0.8em; 	color:#999999; } .background{ 	background-color:#000; 	background-image:url(../images/background.jpg); 	background-repeat:no-repeat; 	width:770px; float:center; } .title{ 	color:#fff; 	font-size:3em; 	line-height:30px; } #headerlogo{ 	background-image:url(../images/headerlogo.jpg); 	width:315px; 	height:80px; 	display:block; 	float:center; } #menu{ 	border-bottom:double 3px #ff0000; 	/*float:left;*/ 	/*width:1000px;margin-top:100px;*/ 	color:#666666;	 } #link a{ 	font-size:11px; 	text-transform:capitalize; 	display:inline-block; 	text-decoration:none; 	color:#eeeeee; 	padding:20px 5px 2px 5px; }  #link a:hover{ 	color:#000; 	text-decoration:underline; 	background-color:#FFCC00; } /*...........index menu.........*/ #nav_index{ 	border-bottom:double 3px #ff00cc; 	width:1000px; 	margin-top:530px; 	text-align:right; } #navlink_index a{ 	font-size:11px; 	text-transform:capitalize; 	text-decoration:none; 	color:#eeeeee; 	padding:10px 5px 2px 5px; 	height:42px; 	background-image:none; 	width:80px; 	line-height:0px; } #navlink_index a:hover{ 	color:#666666; 	text-decoration:none; 	padding:10px 5px 2px 5px; 	width:80px; 	height:30px; } /*...........home page menu.........*/  #nav{ 	border-bottom:double 3px #ff00cc; 	font-size:0.8em; 	width:1000px; 	margin-top:0px; 	text-align:right; } #navlink a{ 	text-transform:capitalize; 	text-decoration:none; 	color:#eeeeee; 	padding:10px 5px 2px 5px; 	height:42px; 	background-image:none; 	width:80px; 	line-height:0px; } #navlink a:hover{ 	color:#999999; 	text-decoration:none; 	padding:10px 5px 2px 5px; 	/*background-color:#66cc00;FFCC00 yellowbackground-image:url(../images/hover.gif);*/ 	width:80px; 	height:30px; } .green{ 	/*background-color:#61942d #8b8b8b;*/ 	padding:10px; 	width:440px; 	height:120px; 	float:left; 	margin:20px 0px 0px 0px; } a.greenlink{ 	color:#61942d;font-size:3em; 	text-decoration:none; } a.greenlink:hover{ 	text-decoration:underline; color:#97ce5f; } .green_content{ 	padding:0px 5px 0px 5px; } .highlight{ color:#FF3399; } .content{ 	padding:5px; 	line-height:18px; } #footer_home { 	border-top:3px double #999999; 	font-size:0.8em; 	/*margin-top:540px; this works for the home page that had two pics*/ 	margin-top:10px; 	padding:10px 0; 	text-align:center; } #rest a{ 	float:right; 	color:white; } #facebook a{ 	background-image:url(../images/facebook.png); 	display:block; 	width:30px; 	height:30px; 	border:none; } a.twitter{ 	background-image:url(../images/twitter.png); 	display:block; }

#navlink2_index a{ 	
font-size:40px; 	
text-transform:capitalize; 	
text-decoration:none; 	
color:#eeeeee; 	
padding:10px 5px 2px 5px; 	
height:42px; 	
background-image:none; 	
width:80px; 	
line-height:50px; } 

.highlight{ 
color:#FF3399; 
}