body {
	background-image:url("images/back_tile.gif");
	background-repeat:repeat-y;
	background-color:#afafaf;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#000;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

#shell {
/*	overflow:auto; */
	}

#shellndx {
/*	overflow:auto; */
	}

#top {
	background-color:#afafaf;
	height:70px;
	margin:0px 0px 0px 80px;
	border-bottom:1px solid #c3c3c3;
	}

#top #item{
	float:right;
	padding:0px;
	margin:0px 8px 0px 0px;
	}

#left {
	float:left;
	height:100%;
	margin:0px 0px 0px 0px;
	}
	
#content {
/*	border-left:1px solid #c3c3c3; */
	padding-top:0px; 
	padding-left:0px;
	padding-right:0px;
	margin:0px 0px 0px 80px;
}

#content #sub {
	float:right;
	padding-top:0px; 
	padding-right:2px;
	height:24px;
	margin:0px 8px 0px 0px;
}

#content #text {
	text-align:center;
	margin:0px 0px 0px 0px;
	padding-top:60px; 
	padding-bottom:0px; 
	padding-left:20px;
	padding-right:20px;
}

#contentndx {
	padding-top:0px; 
	padding-left:0px;
	padding-right:0px;
	margin:0px 10px 0px 10px;
}

#imagefrmndx {
	position:absolute;
	bottom:0;
	right:0;
	height:214px;
	width:214px;
	margin:0px 10px 70px 0px;
}

#footer {
	position:absolute;
	bottom:0;
	right:0;
	height:60px;
	width:100%; 
	}
	
#foot {
	background-color:#363636;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color:#fff;
	padding:0px;
	height:36px;
	}

#foot #pos {
	float:left;
	}

#menu {
	background-color:#E3F4B0;
	color:#000;
	height:24px;
	}

#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	}

#menu ul li {
	 float: left;
	 margin: 0 0em;
	 padding: 0;
 }

#menu li a {
	 height: 2em;
	 line-height: 2em;
	 float: left;
	 width: 9em;
	 display: block;
	 text-decoration: none;
 }

#menu li a:hover {
	 height: 2em;
	 line-height: 2em;
	 float: left;
	 width: 9em;
	 display: block;
	 text-decoration: none;
	 color:black;
	 background: white;
 }

/* Commented backslash hack hides rule from IE5-Mac \*/
 #title li a
 {
 float: none
 }
 /* End IE5-Mac hack */

#content p {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	background: #afafaf;
	}

/* #content a:link { 
	background-color:#fff;
	color: #369;
	text-decoration: underline;
}
#content a:visited {
	background-color:#fff;
	color: #369;
	text-decoration: underline;
}
#content a:hover {
	color: #036;
	text-decoration: underline;
	background-color: #ffc;
}
#content a:active {
	color: #369;
	text-decoration: underline;
	background-color: #ffc;
}
*/ 
#menubtn {
	float: left;
	margin: 0 0em;
 	padding: 0;
	height:24px;
	}

