
html {	
	height: 100%;
}

body {
	background-color: #013783;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #013783;
}

#main_wrapper {
	width: 650px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border-style: none solid;
	border-width: 0 3px;
	border-color: #FFFFFF;
	background-color: #11ac2b;
}

#main 
{
	width: 100%;
	height: 580px;
	position: absolute;
	border-style: none solid;
	border-width: 0 3px;
	border-color: #FFFFFF;
	background-color: #11ac2b;
	background-image: url(/images/nrg_circle.jpg);
	background-repeat: no-repeat;
	margin: 0 -3px;
}

#nrg_logo_large {
	width: 460px;
	height: 280px;
	margin: 130px 120px;
	position: absolute;
	background-image: url(/images/nrg_logo_large.jpg);
	background-repeat: no-repeat;
}

#nrg_logo_small {
	width: 390px;
	height: 240px;
	margin: 140px 200px;
	position: absolute;
	background-image: url(/images/nrg_logo_small.jpg);
	background-repeat: no-repeat;
}

#below_logo_text {
	position: absolute;
	width: 300px;
	height: 80px;
	top: 420px;
	left: 205px;
	font-weight: bold;
	font-size: 12px;
}

#login_box {
	position: absolute;
	left: 120px;
	top: 420px;
	font-size: 12px;
	font-weight: bold;
}

input {
	border-color: #013783;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
}

.submit_butt
{
	background-color: #ffffff;
	color: #013783;
}

.login_msg
{
	text-align: center;
	margin-bottom: 10px;
}

#logout
{
	position: absolute;
	text-align: right;
	right: 20px;
	top: 20px;
}

#menu_wrapper 
{
	position: absolute;
	top: 180px;
	font-size: 20px;
	font-weight: bold;
}

.menu
{
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}

.menu li 
{
	margin: 15px 0;
}

/* Links */
a:link, a:visited
{
	color: #ffffff;
}

a:hover
{
	color: #11ac2b;
}

#login_box a:link, #login_box a:visited
{
	color: #013783;
}

#login_box a:hover
{
	color: #11ac2b;
}

.menu li a:link, .menu li a:visited
{
	background-image: url(/images/section_arrow.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0 0 0 35px;
	color: #013783;
}

.menu li a:hover
{
	background-image: url(/images/section_arrow_over.jpg);
}