/* layout styles */     
body{
	background:url(../gfx/body.gif) repeat-y 50% 0;
	margin:0;
	padding:0;	 
	font-family: verdana, sans-serif;
	color:white;
	line-height:25px;
	text-align:center;  
}
#wrapper{
	width:898px;
	margin: 0 auto;
	position:relative;
    text-align:left;  
}
#header{
	background: url(../gfx/header.jpg);
	width:898px;
	height:168px;
}
	a#logo{
		position:absolute;
		left:680px;
		top:10px;
	} 
	#logo span{
		 background-image: url(../gfx/logo.jpg);
		 width:206px;
		 height:52px;
		display:block;
		position:absolute;
		top:0;
		left:0;
	}
	#nav{
		position:relative;
		top:140px;
		left:20px;
		width:500px;
		height:20px;
	}  
		#nav a{
			font-size:12px;
			font-weight:bold;
			margin:0 20px 0 0;
			text-decoration:none;
		}
		 #nav a:hover{
			color:white;
			text-decoration:underline;
		}
		#nav a.active{
			color:rgb(20,20,20);
		}
#content{
	background: url(../gfx/content.jpg) no-repeat;
	width:898px;
	height:100%;
	padding:20px 0;
}
#lft{
	width:510px;
	float:left;
	font-size:14px;
}
#rgt{
	float:right;
	width:375px;
}
#lftOrder{
	width:310px;
	float:left;
	font-size:14px;
}
#rgtOrder{
	position:absolute;
	width:375px;
	top:320px;
	left:310px;
}
#np{
	position:relative;
	top:113px;
	left:790px;
	width:150px;
	height:20px;	
}
#np a{
	font-size:10px;
	
}
#np a:hover{
	color:rgb(150,150,150);
} 
.overview img{
	margin:10px;
}

/* common styles */
img{
	border:0;
	text-decoration:none;  
}
img.leftPadding{
	padding:0 0 0 20px;
}
a{
	color:white;
}
a:hover{
	color:gray;
}     
p{
	margin:0;
	margin:0 0 20px 20px;
}
p.small{
	font-size:12px;
	/*line-height:12px;*/
}
h2{
	margin:0;
	padding:0 0 0 20px;
	font-weight:normal;
	font-size:16px;
}
ul{
	padding:0;
	margin:0;
	line-height:12px;
}
li{
	margin:0;
	padding:0;
}
ol li{
	padding:0 0 5px 0;
	font-size:12px; 
}
ol ul{
	padding:0 0 0 10px;
	margin:0;
	list-style:none;
}
ol ul li{
	margin:0;
	padding:0;
	font-size:9px;
}