body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EEEEEE;
}
a {
	color: #00FF00;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.logoCell {
	background-image: url(images/master-800_01.jpg);
	height: 152px;
	vertical-align: bottom;
	padding-left: 10px;
}
.headerCell {
	height: 152px;
	background-image: url(images/master-800_02.jpg);
}
.topNavCell {
	background-image: url(images/master-800_03.jpg);
	height: 48px;
	font-size: 10pt;
	color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-right: 20px;
}
#layoutTable {
	border-collapse: collapse;
}
.leftNavCell {
	width: 180px;
	background-image: url(images/new-template-master-800_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #070F29;
	height: 480px;
	vertical-align: top;
	text-align: center;
}
.navBox {
	width: 160px;
	border: 1px solid #EEEEEE;
	margin-top: 10px;
	padding-bottom: 5px;
}
.navBox h6 {
	font-size: 12pt;
	text-align: center;
	margin-bottom: 5px;
	background-color: #000099;
	color: #CCCCCC;
}
.navBox a {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #00FF00;
	display: block;
	text-decoration: none;
}
.navBox a:hover {
	color: #FF0000;
}
.contentCell {
	background-color: #070F29;
	background-image: url(images/new-template-master-800_04.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #EEEEEE;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.loginForm {
	border: 1px solid #EEEEEE;
	width: 160px;
}
.loginName {
	color: #EEEEEE;
	width: 150px;
}
.loginName p {
	text-align: left;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
.loginName input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	border: 1px solid #EEEEEE;
	height: 15px;
	width: 120px;
}
.loginPassword {
	color: #EEEEEE;
	width: 150px;
}
.loginPassword p {
	text-align: left;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
.loginPassword input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	border: 1px solid #EEEEEE;
	height: 15px;
	width: 120px;
}
.loginButton button {
	font-size: 9pt;
	margin-top: 10px;
	padding: 0px;
}
.sideBar {
	float: right;
	width: 45%;
	text-align: justify;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px solid #EEEEEE;
	padding: 10px;
}
.editUserInfoLeft {
	float: left;
	width: 280px;
}
.editUserInfoLeft p{
	margin-top: 5px;
	margin-bottom: 10px;
}
.editUserInfoRight {
	float: right;
	width: 280px;
}
.editUserInfoRight p{
	margin-top: 5px;
	margin-bottom: 10px;
}
