/* standard elements */* {	margin: 0;	padding: 0;}a {	color: #B9859E;}a:hover {	color: #06F;}body {	background: #A0A0A0 url(img/bg.gif) repeat-y center top;	color: #466;	font: normal 62.5% "Lucida Sans Unicode",sans-serif;	margin: 0;}p,cite,code,ul {	font-size: 1.2em;	padding-bottom: 1.2em;}h1 {	font-size: 1.8em;	margin-bottom: 4px;}/*li {	list-style: url(img/li.gif);	margin-left: 18px;*/}code {	background: url(img/bgcode.gif);	border: 1px solid #8a85f1;	color: #600;	display: block;	font: normal 1.1em "Lucida Sans Unicode",serif;	margin-bottom: 12px;	padding: 8px 10px;	white-space: pre;}cite {	background: url(img/quote.gif) no-repeat;	color: #246;	display: block;	font: normal 1.4em "Lucida Sans Unicode",serif;	padding-left: 28px;}h1,h2,h3 {	color: #891C55;	padding-top: 6px;}/* misc */.clearer {	clear: both;}/* structure */.container {	margin: 0 auto;	width: 630px;}/* title */.title {	float: left;	margin: 24px 0 0 24px;	text-align: center;	width: 550px;}.title h1 {	font: normal 2em Verdana,sans-serif;}.title h2 {	color: #999;	font: normal 1.1em Verdana,sans-serif;}/* navigation */.navigation {	background: url(img/holder.jpg) no-repeat;		height: 100px;	padding: 0 16px;}/* navigation */.navigation2 {	background: url(img/holder2.jpg) no-repeat;	height: 54px;	padding: 0 16px;}.navigation2 a {	border-left: 1px solid #FFF;	border-right: 1px solid #D2D2D2;	color: #999;	float: left;	/*font: bold 1.2em "Trebuchet MS",sans-serif;*/	margin-top: 4px;	padding: 20px 18px 8px;	text-align: center;	text-decoration: none;}.navigation2 a:hover {	background: #FFF url(img/navhover.gif) repeat-x;	color: #28E;	padding: 18px 18px 10px;}/* holders */.holder {	background: url(img/bgholder.jpg) repeat-y;	padding: 0 32px;}.holder_top {	background: url(img/holder2.jpg) ;	height: 20px;}.holder_bottom {	background: url(img/holder2.jpg) ;	height: 20px;}.holder_bottom {	background-position: left bottom;	height: 20px;}/* footer */.footer {	color: #666;	font-size: 1.5em;	text-align: center;}/* Images */.float_right_-20 {    float: right;    margin-left: 5px;	margin-top: -25px;	vertical-align: middle;}.float_right {    float: right;    margin-left: 5px;	margin-top: 10px;	vertical-align: middle;}.float_left_-20 {    float: left;    margin-right: 5px;	margin-top: -25px;	vertical-align: middle;}/*** Nav bar styles ***/ul.nav, .nav ul{	margin: 0;	margin-top: 4px;	font: normal 1.4em "Trebuchet MS",sans-serif;	padding: 0;	cursor: default;	list-style-type: none;	display: inline;}ul.nav{	display: table;	width: 100%;	table-layout: float;	list-style-type: none;}ul.nav>li{	display: table-cell;	position: relative;	padding: 2px 15px;	background: #F0F0F0}ul.nav li>ul{/*Make the sub list items invisible*/	display: none;	position: absolute;	max-width: 40ex;	margin-left: -6px;	margin-top: 2px;}ul.nav li:hover>ul{/*When hovered, make them appear*/	display : block;	font: normal 1em "Trebuchet MS",sans-serif;	border: 1px solid #F0F0F0;}.nav ul li a{/*Make the hyperlinks as a block element, sort of a hover effect*/	display: block;	padding: 2px 6px;}/*** Menu colors (customizable) ***/ul.nav,.nav ul,.nav ul li a{	background-color: #F0F0F0;	color: #999;}ul.nav li:hover,.nav ul li a:hover{	background-color: #999;	color: #F0F0F0;}ul.nav li:active,.nav ul li a:active{	background-color: #999;	color: #F5F5F5;}ul.nav,.nav ul{	/*border: 1px solid #999;*/}.nav a{	text-decoration: none;	list-style-type: none;}