body {	
	background-color:#3b3b3b;
	
	margin:0px;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;} /* fix PADDING inconsistencies */

.header {	
	height:111px;
}

.headerLogo {	
	width:300px;
	height:111px;
	
	float:left;
}

.headerCenter {
	position:absolute;
	top:0px;
	left:300px;
	
	float:left;
	
	background-image: url(./../images/tpl/header-gradient.jpg);
	background-repeat:repeat-y;
	background-color:white;

	width:522px;
	height:111px;
}

.headerRight {
	position:absolute;
	top:0px;
	left:822px;
	
	width:178px;
	height:111px;
	
	text-align:center;
	color:#4786a9;
}


.navBar {
	position:absolute;
	top:111px;
	left:15px;
	
	padding-top:4px;
	
	width:772px;
	height:25px;
	
	text-align:center;
	font-family:'Courier New',Courier,monospace;
	font-weight:bold;
	color:#FFFFFF;
}

.bodyContainer {
	position:absolute;
	top:121px;
	left:0px;
}

.bodyContent {
	position:absolute;
	top:0px;
	left:0px;

	margin:15px;
	padding:10px 10px 0px 10px;
	
	
	width:770px;

	border:solid 1px #000000;
	
	background-image: url(./../images/tpl/content-bg.jpg);
	background-repeat: repeat-x;
	
	background-color:white;
	
	float:left;
}

.bodyRight {
	position:absolute;
	top:0px;
	left:822px;
	
	margin-top:3px;

	background-image: url(./../images/tpl/right-bg.gif);
	background-repeat:no-repeat;

	width:178px;
	height:421px;
}

.footer {
	position:relative;
	left:-10px;

	background-color: #000;
	width:770px;
	
	color:#FFF;
	text-align:center;
}

#password-clear {
    display: none;
}

.login {
	border: 1px solid #000000;
	background: #222222;
	color:#FFFFFF;
	cursor:pointer;  
	cursor:hand;
	margin-bottom:5px;
}
.login:hover {
	border: 1px solid #000000;
	background: #222222;
	color:#FFFFFF;
	cursor:pointer;  
	cursor:hand;
	margin-bottom:5px;
}
 

 
a.nav:link {color:#FFFFFF; text-decoration:none;}
a.nav:visited {color:#FFFFFF; text-decoration:none;}
a.nav:hover {color:#4786a9; text-decoration:none;}
a.nav:active {color:#4786a9; text-decoration:none;}

a.loginLinks:link {color:#4786a9; text-decoration:none;}
a.loginLinks:visited {color:#4786a9; text-decoration:none;}
a.loginLinks:hover {color:#4786a9; text-decoration:underline;}
a.loginLinks:active {color:#4786a9; text-decoration:underline;}