html  {
	background:url(../images/bglogin.jpg) top repeat-x #dfdfdf;
	margin:0;
	padding:11px 0 0 0
}

#container{
	background:url(../images/masthead2.png) no-repeat left;
	width:960px;
	height: 490px;
	margin:0 auto;
	padding:90px 50px 10px 70px;
	color:#414141;
	font-family:Arial, Helvetica, sans-serif
}

.txt{
	height:20px;
	width:250px;
	padding:4px;
	color:#282828;
	border-top:solid 1px #9b9b9b;
	border-left:solid 1px #9b9b9b;
	border-bottom:solid 1px #d6d5d5;
	border-right:solid 1px #d6d5d5;
}

/*.btnLogin{
	background:url(../images/loa_bgBtn.jpg) no-repeat;
	color:#fff;
	height:29px;
	width:91px;
	font-size:14px;
	border:0;
	font-weight:bold
}

.btnLogin:hover{
	background:url(../images/loa_bgBtnHover.jpg) no-repeat;
	color:#d1e1ca;
}*/


input[type=submit], input[type=button], input[type=reset] {
	border-radius: 5px;
	border: 1px solid #9d1321;
	background: url(../images/bgred.jpg) repeat-x top #a21a28;
	color: #ffffff;
	cursor: pointer;
	padding: 3px 6px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


a{
	color:#a9a9a9;
	font-size:11px;
	text-decoration:none
}

a:hover{
	color:#4dab8a;
	font-size:11px;
	text-decoration:underline
}

h2 {color: #039360; font-size: 16px; text-align: center;}
h1 {color: #039360; font: bold 20px Arial; text-align: center;}

.loginbox { float: right; margin-right: 70px; font: bold 14px Arial;}
.logo {padding: 8px; height: 103px; margin-bottom: 10px;
	 background:url(../images/bglogo.jpg) bottom no-repeat #ffffff;
}

.footer {color: #6f6f6f; text-align: center; font: normal 11px Arial; background:url(../images/bgfooter.jpg) top repeat-x; padding: 8px;}

.errorBox {
	margin: 100px auto 0 auto;
	background: none no-repeat scroll 8px 50% #F4F9E4;
    border: 1px solid #EBEBDA;
    font-size: 22px;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    padding: 10px;
    width: 90%;
}
.deniedBox {
	margin: 100px auto 0 auto;
	/*background: none no-repeat scroll 8px 50% #f9f7e2;*/
    border: 1px solid #dddddd;
    font-size: 28px;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    padding: 10px;
    width: 90%;
}

.deniedBox h1 {color: #000000;font: bold 32px Arial; text-align: center;}

.contentError {min-height: 400px;}


.menu {
	min-width: 1000px;
}


/* navigation
---------------------------------------------------------- */

#nav {
	padding: 0px 0px 0px 25px;
	background:url(../images/bgnav.jpg) top repeat-x #cfcfcf;
	/*border-top: 1px solid #14a76e;
	border-bottom: 1px solid #14a76e;*/
	height: 31px;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li a {
	float: left;
	margin: 0 0px 0 0;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #d8d8d8;
	padding: 7px 20px 8px 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	}
	
#nav li a:hover {
	color: #184f83;
	background: #ffffff;
	}
#nav li a.active {
	color: #184f83;
	background: #ffffff;
	}
	
#nav2 {
	padding: 5px 0px 27px 25px;
	background:url(../images/bgnav2.jpg) top repeat-x #dfe7f0;
	/*border-top: 1px solid #14a76e;
	border-bottom: 1px solid #14a76e;*/
	}
	
#nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#nav2 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav2 li a {
	float: left;
	margin: 0 5px 0 0;
	padding: 6px 20px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}
	
#nav2 li a:hover {
	color: #10487a;
	background: #ffffff;
	}
#nav2 li a.active {
	color: #10487a;
	background: #ffffff;
	}