body, html { 
	font-family: tekton, verdana,sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}
#container { max-width: 950px; }
div.bg {
	width: 677px;
	height: 574px;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	margin-left:60px;
	margin-top: 30px;
}
div.content {
	 margin-left: 32px;
	 padding-top: 80px;
	font-size: 12px;
	color: #222;
	width: 604px;
}
.rightnav {
	position: absolute;
	left: 750px;
	background-color: #FFF;
	width: 200px;
	top: 74px;
}
.rightnav ul {
   list-style: none;
   margin :0px 5px 5px 12px;
   padding-left: 5px;
   padding-bottom: 5px;
   border-left: 1px solid #444;
}
.rightnav li {
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #ff6600;
}
.rightlinkb {
  	margin-top: 5px;
  	margin-bottom: 5px;
	margin-right: 20px;
  	padding: 4px 1px 3px 7px;
   	background-image: url(images/rightnav-on.jpg);
	font-weight: bold;
    font-size: 12px;
	color: #444;
	border: 1px solid #777;
}
.rightlink {
  	margin-top: 5px;
   	margin-bottom: 5px;
   	margin-right: 20px;
   	padding: 4px 1px 3px 7px;
  	background-image: url(images/rightnav.jpg);
	border: 1px solid #777;
}
.rightlink a, .rightlinkb a {
	font-weight: bold;
    font-size: 12px;
	color: #444;
	text-decoration: none;
}
.rightnav ul a { 	
	font-size: 11px;
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
.rightnav ul a:hover {
	color: #ff6600;
}
.rightlink a:hover, .rightlinkb a:hover {
	color: #060;
}	

.contentTitle { font-size: 16px; font-weight: bold; color: #333333; text-align: center; }
.caption { font-size: 10px; }
ul { list-style-type: square; 
	 color: #222222;
}
ul.pinkball {
	list-style-image: url(images/pinkball.gif);
}
div.hilitesbg {
	width: 467px;
	height: 367px;
	background-image: url(images/hilites-bg.jpg);
}
div.hilitescontent {
	padding-left: 20px;
	padding-top: 20px;
	font-size: 12px;
	font-family: tekton, verdana, sans-serif;
	color: #222;
}
