body {
	color: #333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:0.74em;
	background-color: #fffdd9;
	background-image: url(/images/bgNew.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:0;
}

#container {
	width: 760px;
	margin: 0 auto auto;
	padding: 0;
	/*background-color: #fff;
	color: #333;
	/*border: 1px solid #ccc;*/
	line-height: 130%;
}

#top {
	padding:0;
	background-color: transparent;
	color:#fff;
	height: 176px;
	/*border: 1px solid #666666;*/
}

#top img {
	display: block;
	float:left;
	border:0;
}


#middle {
	width:760px;
	margin:0;
	padding:0;
	padding-top:10px;
	background: #fff url(/images/line-bg.gif) repeat-y left;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#rightside {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	text-align:right;	
}

#content {
	padding: 5px;
	width:580px;	
}

#footer {
	width: 760px;
	height:36px;
	line-height:36px;
	clear: both;
	margin: 0;
	padding: 0;
	color: #333;
	background: url(/images/footer-bg.gif) repeat-x left;;
	border-bottom: 1px solid #333;
	font-size: x-small
}

#content h2 {
	margin: 0;
	margin-bottom:10px;
	/*padding-left: 30px;*/
	color: #F78800;
	font-size:14px;
	font-weight:bold;
	border-bottom: solid 1px #000066;
/*	background-image:url(/images/icon.gif);
	background-position:left;
	background-repeat: no-repeat;
*/}

#content h4 {
	margin: 0; 
	padding: 2px; 
	color: #000; 
	font-size:12px;
	border-bottom: solid 1px #000066;
}

.point {
	margin: 3%; 
	line-height:40px;
	padding: 0px; 
	border: solid 1px #ffcc00; 
	background-color: #ffffcc;
}

.point img {
	float: left; 
}