body
{
	font-family: helvetica, arial, sans-serif;
	margin-right: 0px;
	margin-top: 10px;

	min-width: 770px;
	padding: 0px;
	/* background: #D7E0F1; /* pantone 2707c */
	background: #FCFCFC;
	color: #444444;
	font-size: 12px;
	line-height: 18px;
}


/*****************************************
 * 
 * generic styles
 *
 *****************************************/

.error
{
	color: #990000;
}

.message
{
	color: #009900;
}

/*****************************************
 * 
 * home page styles
 *
 *****************************************/

.contents
{
	position: relative;
	min-width:800px;
	margin-left: auto;
	margin-right: auto;
}

.column h1
{
	padding-bottom: 6px;
	border-bottom: 4px solid #444444;
	font-size: 24px;
	padding-top: 35px;
}

.column h1 a
{
	color: #444444;
	text-decoration: none;
}

.column
{
	position: relative;
	float: left;
	width: 30%;
	padding: 10px;
	min-width: 205px;
	max-width: 500px;
}

.full 
{
	width: 90%;
}

#column1
{
	left: 0%;
}

#column2
{
	left: 30%;
}

#column3
{
	left: 60%;
	clear: right;
}

.releases
{
	min-width: 250px;
}

.column .item
{
	margin-top: 25px;
	padding-left: 15px;
	border-bottom: 2px solid #444444;
}

.column .item h2
{
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

.column .item img
{
	position: relative;
	margin-bottom: 5px;
	width: 100%;
}

.column .item ol 
{
	position: relative;
	display: block;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.column .item li
{
	position: relative;
	line-height: 12px;
	padding-bottom: 10px;
	display: list-item;
	vertical-align: top;
}

a.play
{
	padding-left: 16px;
	padding-right: 2px;
	background: url('/img/icons_speaker_15px.gif');
	background-repeat: no-repeat;
	background-position: 0px -2px;
	font-weight: bold;
	color: #4444cc;
	text-decoration: none;
}

a.play:hover
{
	color: #cc4444;
}

span.right
{
	text-align: right;
	position: absolute;
	display: block;
	top: 2px;
	right: 0px;
}

span.detail
{
	font-size: 10px;
}


.dates .item,
.links .item
{
	border-bottom: 0px;
}

.item.last
{
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 4px solid #444444;
}

.contact label
{
	clear: both;
}

input.text,
textarea
{
	font-family: courier, monospace;
	font-size: 9pt;
}

.contact input.text
{
	position: relative;
	width: 99%;
	padding: 3px;
	border: 1px solid #444444;	
	background: #eeeeee;
}

.contact textarea
{
	position: relative;
	width: 99%;
	padding: 3px;
	border: 1px solid #444444;	
	background: #eeeeee;
}

.contact input.button
{
	border: 2px solid #444444;
	padding: 6px;
	background: #eeeeee;
}

.contact input.button:hover
{
	background: #cceecc;
}

.contact p.buttons
{
	text-align: right;
}

.contact p.required
{
	text-align: right;
}

.contact span.required
{
	font-weight: bold;
	font-size: 18px;
	line-height: 8px;
	color: #990000;
}

p.credit
{
	text-align: right;
	color: #aaaaaa;
}

p.credit a
{
	color: #aaaaaa;
	text-decoration: none;
	font-weight: bold;
}