#wrapper {

	width: 760px; 
	margin: 0 auto; 
	text-align: center;
	height: 100%;	
} 

.page_length
{
	width: 780px;
	background-image: url('images/bkgrd_rpt.jpg');
	height: 100%;
	margin: 0 auto; 
	text-align: center;
}

#content_area
{
	width: 520px;
	z-index: 300;
	position: relative;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 0px;
	
}

#header_area
{
	width: 760px;
	height: 139px;
	z-index: 299;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;

}

#menu_area
{
	width: 140px;
	z-index: 200;
	position: relative;
	margin-top: 20px;
	margin-left: 50px;
	margin-bottom: 0px;
	margin-right: 20px;
	
}

#background_table {
	background-image: url('images/bkgrd.jpg');
	width: 760px;
	margin: 0 auto; 
	text-align: center;
}

#content
{
	width: 160px;
	background:#006699;
}

#footer_area
{
	width: 760px;
	height: 30px;
	z-index: 401;
	position: relative;
	text-align: left;
}

.links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#422379;
	text-decoration: none;
}

.top_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#422379;
	text-decoration: none;
	height:24px;
	margin-top:4px
}

.bottom_nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#422379;
	text-decoration: none;
	height:24px;
	margin-top:4px
}

body {

	background-color: #f1f4fa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	text-align: center;
    min-width: 760px; /* Use this, or */
	/* background-image: url('images/bkgrd_rpt.jpg'); */
	background-repeat: repeat-y;
	background-position: center center;
      
   }
   
p {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
	font-size:12px;
	color:#422379;

}

table {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:justify;
	font-size:12px;
	color:#422379;

}
 
#button {

	width: 140px;
	z-index: 201;
	position: relative;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 40px;

	border-right: 0px solid #cccc00;
	padding: 0 0 1em 0;
	font-family: 
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	color: #333;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 0px solid #90bade;
		padding: 0px 0px 8px 0px;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 25px;
		background-color: none;
		color: #422379;
		text-decoration: none;
		width: 100%;
		
		font-size:10px;
		font-weight:bold;

		background-image: url('images/navButton_small_off.gif');
		background-position: 5px 5px;
		background-repeat: no-repeat;
		
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		color: #422379;
		background-color: #f1f4fa;
		background-image: url('images/navButton_small_over.gif');
		background-position: 5px 5px;
		background-repeat: no-repeat;
		}
		
