 html { 
    height: 100%; 
      } 
body {
	font-family: Arial,Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	height:100%;
	min-width:800px;
	background-color:#301456;
	color:#ffffff;
}
h1 {
	font-weight:bold;
	font-size:16px;
	}
A:link ,A:active, A:visited {
	color: #EFC326;
	background-color:inherit;
	text-decoration: none;
}
.hidden {
		visibility:hidden;
		display:none;
	}
.top_row {
		position:relative;
		width:100%;
		background:#301456 url("../images/bg_top.png") repeat-x top left;
		z-index:100;
	}
.bottom_row {
		display:none;
	}
.top_row_content {
		padding-top:5%;
		padding-left:5%;
	}
.logo {
		width:299px;
		height:104px;
		background:transparent url("../images/myLSU_logo.png") no-repeat;
	}
h2 {
	font-weight:bold;
	font-size:14px;
	}
.error_message{
		font-weight:bold;
		font-size:14px;
		color:#9B1f03;
	}
.action_error_message {
		font-weight:bold;
		font-size:14px;
		color:#9B1f03;
		margin-top:5px;
		margin-bottom:5px;
	}
/* LOGIN PAGE */
.help_links {
	clear:both;
	margin-top:30px;	
	}
.help_links a.logintroublebutton{
	margin-left:20px;	
	}
.policy_confirmation {
	clear:both;
	margin-top:20px;
	}
#PolicyNotice {
	border:1px solid #666666;
	color:#000000;
	background:#B9B9B9 url("../images/notice_bg.jpg") repeat-x;
	text-align:left;
	width:40%;
	min-width:450px;
	margin-top:5px;
	z-index:10000;
	position:absolute;
	padding:5px;
	}
 
form fieldset {
		width:90%;
		border:0px;
	}
form fieldset p { 
	width:270px;
	text-align:left;
}
form fieldset p label { 
	text-align:left; 
	display: block;
	color: #777;
	margin:0;
	padding:0;
	Font-weight:bold;
	font-size:14px;
}
form fieldset p input {
	display: block;
	padding: 4px;
	width: 150px;
	margin: 0;
	border: solid 1px #FDD023;
}
/* END OF LOGIN PAGE */
 


/* FOOTER */
.footer {
	clear:both;
	text-align:right;
	font-size:10px;
	position:absolute;
	bottom:0;
	right:0;
	padding-bottom:5%;
	padding-right:5%;
}
.footer p{
	clear:both;
	}
.footer_logo {
		display:block;
		text-align:right;
		float:right;
		width:80px;
		height:30px;
		background:transparent url("../images/myLSU_footer.png") no-repeat;
}



