table
{
	width:100%;
}

th
{
	font-weight: bold;
	border:1px solid #cc0000;
	text-align:center;
}

tr.s0 td
{
	font-weight: bold;
	text-align:center;
	background-color:#ffffff;
}

tr.s1 td
{
	font-weight: bold;
	background-color:#E5B2B2;
	text-align:center;
}

div.nperc
{
	table-layout:fixed;
	background-color:#112233;
	margin:0px;
	padding:0px;
	height:18px;
	float:left;
}

div.perct
{
	table-layout:fixed;
	width:100px;
	margin:0px;
	padding:0px;
	height:18px;
	float:left;
	margin-left:-100px;
	color:#ffffff;
	text-align:center;
	font-size:10px;
	margin-top:2px;
}

div.perc
{
	table-layout:fixed;
	margin:0px;
	padding:0px;
	background-color:#224488;
	height:18px;
	float:left;
}

a.sponsor img
{
	margin-bottom:5px;
	border:2px solid #ffffff;
}	

div.logoContainer
{
	float:left;
}

div.flyerContainer
{
	float:right;
}

li
{
	text-align: justify;
}

a.sponsor img:hover
{
	margin-bottom:5px;
	border:2px solid #cc0000;
}

.icon
{
	float:left;
	margin-right:3px;
	position:relative;
	top:-3px;	
}		

span.section {
	background-image:url(../img/section.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:40px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #e5b2b2;
}

span.important {
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #f5b669;
	background-color:#cc0000;
	padding:5px;	
}

hr.separator
{
	height:1px;
	color:#ccddee;
	border: 0;
	width: 100%;
	text-align: left;
	background-color: #cc0000;
	clear: both;
}		

a
{
	color:#990000;
	text-decoration:none;
}		

a:hover
{
	text-decoration: underline;
}	

body
{
	margin:0px;
	margin-top:10px;
	font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;	
	min-width: 1000px;
	background-color: #FFF6BF;
	background-image: url(../img/background.jpg);
	background-position:center;
	background-repeat: repeat-y;
        color: #000000;
}

div.clear
{
	clear:both;
}

img
{
	border:0px;

}

.div_mainContent
{
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
}

div.pane
{
	width:974px;
	padding:10px;
	border:3px solid #cc0000;
}		

div.leftPane
{
	float:left;
	width:614px;
	height:850px;
	margin-right:10px;
	padding:10px;
	border-left:2px solid #cc0000;
	text-align: justify;
    overflow: auto;
}

div.rightPane
{
	float:right;
	width:224px;
	height:850px;
	padding:10px;
	border-left:2px solid #cc0000
}

.ajax-loading
{
	text-align:center;
	vertical-align:middle;
	background-image: url('../img/ajax-loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	width:750px;
	height:200px;
}

.div_logoContainer
{
	float:left;
	padding:5px;
	width:120px;
}

.menuContainer
{
	text-align:center;
	margin-top:5px;
	margin-bottom:20px;
	width:100%;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border-top:2px solid #112233;
	border-bottom:2px solid #112233;
}

.footer
{
	width:100%;
	padding:5px;
	margin-top:5px;
	margin-bottom:10px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.menuItem
{
	float:left;
	padding-top:3px;
	padding-right:13px;
	padding-left:13px;
	padding-bottom:3px;
	color:#990000;
	font-weight:bold;
	text-decoration: none;
}

.menuItem:hover
{
	text-decoration:none;
}		

.menuLink, .menuLink:hover
{
	font-size:13px;
	color:inherit;
	text-decoration: none;
	cursor: pointer;
}

