body
{
	font-family: "Lucida Grande",Tahoma,sans-serif;
	font-size: 11px;
}

h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }


/* three cols */
.threecols .col1
{
	float: left;
	width: 200px;
	height: 700px;
	margin: 0;
	padding: 0;
	color: white;
	background-color: ##ffcc00;
}

.threecols .col2
{
	margin: 0 200px 0 200px;
	height: 700px;
	padding: 0;
	background-color: ##ffcc00;
}

.threecols .col3
{
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height:700px;
	margin: 0;
	padding: 0;
	color: white;
	background-color: ##ffcc00;
}

/* shared */
.twocols, .threecols
{
	position: relative;
	width: 100%;
	visibility: visible;
}

.content { min-width: 600px; }
* html .content { width: expression(document.body.clientWidth < 700 ? "600px" : "100%" ); }

/* clearing */
.clearthis:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
}

/* Hides from IE-mac \*/
* html .clearthis { height: 1%; }

/* End hide from IE-mac */
.mac-clearfix
{
	clear: both;
	height: 0;
	overflow: hidden;
}

/* end clearing */
 
/* 3px bugfix */
.floatleft { float: left; }

/* Hide from IE5-mac \*/
* html .floatleft { margin-right: 0; }

 
* html .adjacentbox
{
	height: 1%;
	position: relative;
	left: -3px;
	margin-right: -3px !important;
}

/* End hide from IE5-mac */
/* end 3px bugfix */
/* ]]> */
.italic {	color: black;
	font-style: normal;
	font-size: 1.5em;
}
.title {	font-size: 2.5em;
}
.cr {
font-size: 1em;
}