

<% section = "Login" %>


<!--#include file="includes/top.asp"-->
			
		<div class="title-cell" style="background-color:<%=color2%>;"><h5>:: <%=section%></h5></div>
		<div class="content">
			<% if request.querystring("fail") then %>
			 <p style="color:red"><strong>Unable to log you in. Please try again.</strong></p>
			 <% Else  %>
			 <p><strong>Please log in to make changes to your site.</strong></p>
			 <% End If %>
		</div>
		
<!--#include file="includes/bot.asp"-->