body 
{
	background:#EFF2F3;
	
	font-size: small;
	font-family:Trebuchet MS;
}

#liquid-round 
{
	width:80%;
	margin:0px auto;
	background:#fff url(../pics/leftside.gif) repeat-y left top;
}

.top 
{
	width:100%;
	height:20px;
	background:url(../pics/top.gif) no-repeat left top;
}

.top span 
{
	display:block;
	position:relative;
	height:20px;
	background:url(../pics/top-right.gif) no-repeat right top;
}

.center-content 
{
	position:relative;
	background:url(../pics/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}

.center-content h1
{
	font-size:2em;
	padding-top:10px;
	font-weight : bolder;
	padding-bottom:0px;
}

.center-content h2
{
	font-size:1.5em;
	padding-top:10px;
	font-weight : bolder;
	padding-top:0px;
}

.center-content li
{
	margin-left:15px;
}

// 3 Cols with in the center col (The box)
.center-content .bannertext 
{
	height:40px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:39px;
	}
html>body .banner 
{
	height:39px;
}

.center-content .lefttext
{
	padding-left:10px;
	position: absolute;
	left:10px;
	top:25px;
	width:200px;
}

.center-content .centertext
{
	margin-left: 9px;
	/*margin-right:199px;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 11px;
	/*margin-right:201px;*/
}
html>body .centertext 
{
margin-left: 201px;
/*margin-right:201px;*/
}

.center-content .righttext
{
	position: absolute;
	right:10px;
	top:50px;
	width:200px;
	border:1px solid #000;
}

.center-content .footer
{
	text-align:center;
	font-size:0.8em;
}
	
.bottom 
{
	width:100%;
	height:60px;
	background:url(../pics/bottom.gif) no-repeat left bottom;
}

.bottom span 
{
	display:block;
	position:relative;
	height:60px;
	background:url(../pics/bottom-right.gif) no-repeat right top;
}

p
{
	margin:0 0 1em 0
}

.logo
{
	margin-left: auto;
    	margin-right: auto;
    	width: 600px;
}

a img
{
	border:0px;
}

/* Firefox popup */
#topbar
{
	position:absolute;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	width: 650px;
	visibility: hidden;
	z-index: 200;
}

p.even
{
	background-color: #eee;
	border-top:1px solid navy;
	border-bottom:1px solid navy;
}

p.odd
{
	background-color: #fff;

	border-top:1px solid navy;
	border-bottom:1px solid navy;
}
