@charset "UTF-8";
/* CSS Document */
div.content
{
	margin-left: 1px;
	margin-right: 1px;
}
div.content .header
{
	height: 66px; 
	background :url('/design/default/images/content-header_02.jpg');
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase
}
div.content .header b
{
	color: #FFCC00;
}
div.content .body
{
	border: 1px solid #FFFFFF;
	border-top: 0px;
	border-bottom: 0px;
	color: #FFFFFF;
	background: #0F0F0F;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
}
div.content .body a
{
	color: #FFA200;
	text-decoration: none;
}
div.content .body a:hover
{
	text-decoration: underline;
}
div.content .body p
{
	text-indent: 30px;
}
div.content .body  hr
{
	color: #FFFFFF;
	height: 1px;
}
div.content .footer
{
	background: url('images/content-footer_02.jpg') repeat-x;
	height: 20px;
	padding: 0px;
	text-align: left;
}
table.list
{
	color: #FFFFFF;
	width: 100%;
}
table.list td
{
	border-right: 1px dashed #FFFFFF;
	padding: 5px;
}
table.list ul, table.list li
{
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
table.list li
{
	padding-left: 22px;
	height: 20px;
}
table.list li a
{
	color: #FFFFFF;
	padding-top: 3px;
	display: block;
}
ul.news li
{
	background: url('icons/news.png') no-repeat top left;
}
ul.dates li
{
	background: url('icons/cal.png') no-repeat top left;
}

ul.meetings li
{
	background: url('icons/sponsors.png') no-repeat top left;
}
