@charset "utf-8";
/* CSS Document */

#pagewrap{
	width:940px;
	min-height: 440px;
	margin:0 auto;
	position:relative;
	background-color:#FFFFFF;
}
#nav{
	position:relative;
	float:none;
	height:49px;
}

#topLogo{
	background-image: url(images/zllogo.jpg);
	background-repeat: no-repeat;	
	width:940px;
	height:185px;
	position: relative;
}

h2{
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color:#036;
}

p{
	font:13px/18px Arial, Helvetica, sans-serif;color:#737477;
}

.secRule{
	width: 100%;
	height: 12px;
	background-image:url(images/faderule.png);
	margin-top:15px;
	clear:both;
}

.secRule270{
	width: 100%;
	height: 12px;
	background-image:url(images/faderule270.png);
	margin-top:10px;
}

a, .ui-widget-content a  {
	font-style: italic;
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	color: #CC3300;
	text-decoration: underline;	
}

#nav a{
	font-style: normal;
}

.caption{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}

.halfRight{
	width:275px;
	float:left;
	margin-right:10px;
}

.halfRight + .halfRight{
	margin-right:0;
}
#revised{
	clear:both;
	font-size:9px;
	color:#999999;
}