a:link
{
	color:blue;
	text-decoration:none;
} 
a:visited
{
	color:blue;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
h1
{
	font-size:39px;
}
h3
{
	margin:0px;
	padding:0px;
}
ul
{
	margin:0;
	padding:0;
}
body
{
	font-family:arial;
	color:#333333;
	background:#d7edee;
	margin:0px;
	padding:0px;
}
label, input
{
	display:block;
}
input.text
{
	margin-bottom:5px;
	width:95%;
	padding:5px;
}
fieldset
{
	padding:0;
	border:0;
	margin-top:5px;
}
#form_messages
{
	font-weight:bold;
	color:red;
}
#stick_it
{
	position:fixed;
	background:url(/images/bgBlurHome2.jpg) center center no-repeat;
	background-size:cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgBlurHome2.jpg',sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bgBlurHome2.jpg',sizingMethod='scale')";
	z-index:99;
	top:0;
	left:0;
	width:100%;
	box-shadow:0 0 .5em #404040;
}
#header
{
	width:100%;
	color:#ffffff;
	padding:10px;
	border-bottom:3px #0d0921 solid;
}
#description
{
	font-size:14px;	
}
#login
{
	background:#333;
	border-bottom:1px #000077 solid;
}
#login_content
{
	font-size:12px;
	padding:4px;
}
#login_name
{
	color:#fff;
	margin-top:5px;
	margin-left:5px;
	float:left;
	font-weight:bold;
}
#login_button
{
	float:right;
	font-size:10px;
}
#container
{
	position:relative;
	top:158px;
}
#middle_body
{
	background:#ffffff;
}
#footer
{
	text-align:left;
	border-top:3px #000077 solid;
	color:#333333;
} 
#footer_left
{
	margin-left:6px;
	float:left;
}
#footer_right
{
	margin-right:6px;
	text-align:right;
	float:right;
}