  body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px; /* Keeps Opera in check */
	background-image:url(../images/Site/Back_Rpt.jpg);

}
.webWrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 1000px;
	height: auto;
	text-align: left;
	border:1px solid black;
	background: url(../images/Site/NewRightRpt2.jpg) right 0 repeat-y;

}

h1{
	font-size:18px;
}

h3{
	font-size:12px;
	padding:0 0 0 10px;
	font-weight:normal;
}

.pageTitle{
	font-size:20px;
	float:left;
	padding:10px;
}

.pageSubTitle{
	font-size:16px;
	float:left;
	padding:20px 10px 10px 10px;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

.right {
	float:right;
}

.left {
	float:left;
}

/* Top Content */
.top {
	height:200px;
	background: url(../images/Site/Top_Rpt.jpg) 0 0 repeat-x;
}
.topLeftContent {
	float:left;
	background: url(../images/Site/Top_Left.jpg) 0 0 no-repeat;
	height:200px;
	width:199px;
}
.topMiddleContent {

}
.topRightContent {
	float:right;
	background: url(../images/Site/MainTop_Right.jpg) 0 0 no-repeat;
	height:200px;
	width:729px;
}

/* Middle Content */
.middle {
	background: url(../images/Site/navRpt.jpg) 0 0 repeat-y;
	height:100%;
}
.mainNav {
	float:left;
	display:inline;
	width:199px;
}

.mainContent {
	float:left;
	display:inline;
	width:801px;
	
}

.mainContentInfo {
	float:left;
	display:inline;
	width:761px;

}
/* Bottom Content */
.bottom {
	height:37px;
	background: url(../images/Site/bottom_Rpt.jpg) 0 0 repeat-x;
}
.bottomLeftContent {
	float:left;
	display:inline;
	width:199px;
	height:37px;
	background: url(../images/Site/bottom_left.jpg) 0 0 no-repeat;
}

.bottomRightContent {
	float:left;
	display:inline;
	width:801px;
	height:37px;
	background: url(../images/Site/bottomRight.jpg) right 0 no-repeat;
}

/* Login Form */
#loginForm{
	margin:20px auto;
	width:350px;
}

/* Assign Message Page */
.assignLeft{
	float:left;
	width:200px;
}

.assignRight{
	float:left;
	width:560px;
}

.assignRightContent{
	width:500px;
	height:600px;
	margin:0 auto;
	border:1px solid black;
	text-align:center;
}

/* Assign Message Map Page */
.assignLeftMap{
	float:left;
	width:350px;
}

.assignRightMap{
	float:left;
	width:400px;
}

.assignRightContentMap{
	width:375px;
	height:600px;
	margin:0 auto;
	border:1px solid black;
	text-align:center;
}

/* Rep Map */
.assignRepMap{
	width:760px;
}

.assignRepMapContent{
	width:700px;
	height:600px;
	margin:0 auto;
	border:1px solid black;
	text-align:center;
}

/* Icon List*/
ul.employeeLayout {
      float:left;
      list-style: none;
      padding:0;
      width:99#;
	  margin:0 0 10px 0;
} 
ul.employeeLayout li {
     clear:both;
     color:#000;
     padding:0;
     margin:10px 0;
}

/* Visual Button Links */
ul.employeeLayout a:link, ul.employeeLayout a:visited{
	font-weight:normal;
	text-decoration:none;
	color: black;
}
ul.employeeLayout a:hover{
	color: #E58108;
}

/* Title Banner */
.titleBannerContainer{
	width:760px;
	margin:0 auto;
	height:47px;
	clear:both;
}

/* Visual Button Links */
.titleBannerContainer a:link, .titleBannerContainer a:visited{
	font-weight:normal;
	text-decoration:none;
	color: black;
}
.titleBannerContainer a:hover{
	color: blue;
}

.leftTitleBanner{
	float:left;
	background-image:url(../images/backgrounds/TitleBar/Kaiser_01.jpg);
	width:26px;
	height:47px;
}

.middleTitleBanner{
	float:left;
	background-image:url(../images/backgrounds/TitleBar/Kaiser_03.jpg);
	width:708px;
	height:47px;
}

.middleTitleBannerContent{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:7px 0;
}

.rightTitleBanner{
	float:left;
	background-image:url(../images/backgrounds/TitleBar/Kaiser_05.jpg);
	width:26px;
	height:47px;
}