body
{
	font-family: verdana;
	font-size: 7.5pt;
}
a {
	color: #000088;
}
.footer
{
	color : #336699;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10px;
}
table.footer
{
	margin: 0px 0px 0px 15px;
	padding-right: 25px;
}
td.footer
{
	border-top: 1px solid gray;
}
.footerdiv
{
	position : absolute;
	bottom : 10px;
	padding-right: 15px;
}
.nav1
{
	display: inline;
	color: #fff;
	margin: 0px;
	padding: 1px 10px 1px 10px;
}
#pnav
{
	display: inline;
	float: right;
	margin: 0px;
	padding: 1px;
}
A:hover
{
	color : #FFF;
	text-decoration: underline;
}
A:link, A:visited
{
	text-decoration: underline;
	color: #FFF;
}

.homealign{
	width: 100%;
	margin: 0;

	padding: 0px 30px 0px 30px;
}

.loginFormCell{
	padding-top: 35px;
	padding-bottom: 35px;
	width: 280px; 
	background: #FFF url('images/shield.png') no-repeat scroll 8px 16px;
	color: #FFFFFF;
}

.formLabel{
	padding-left:10px;
	*padding-left:30px;
}

#loginButton{
	height: 25px; 
	width:64px; 
	cursor: pointer; 
	border: none; 
	background: url('images/signin_on.gif') 50% 50%;
}

.submitButton {
	height: 25px;
	width: 64px;
	cursor: pointer;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #719AD4;
	border-radius: 4px;
}

#error_message, #reset_message {
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	color: red;
}

#reset_content {
	display: none;
}

.forgot_link {
	text-align: center;
	color: #000066;
	margin-top: 25px;
}

#login_link_container {
	margin-top: 55px;
}

#login_link {
	text-align: center;
	color: #000066;
}

#pass_reqs {
	margin-left: 10px;
}