body {
	background:#FFFFFF url("images/bg.jpg");
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#404040;
	margin:10px auto; 
	padding:0px;
}

#wrapper {
	width:700px; 
	margin:0 auto;
}

#header {
	background:#000 url("images/header.gif");
	height:222px;
}

#content {
	width:446px;
	float:right;
	background:#fff url("images/contentFooterBg.gif") bottom no-repeat;
	padding:10px 12px 30px;
}

#navigation {
	width:220px;
	float:left;
	margin-right:10px;
}

#content h1 {
	font-size:14pt;
	margin:0px 0px 8px 0px;
	font-weight: normal;
	color:#016c07;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	margin:0px 0px 8px 0px;
	font-weight: normal;
	color:#016c07;
}

#content img {
	margin:5px 0px 8px 10px;
	float:right;
}

#content a {
	color:#326ea1;
	text-decoration:underline;
}

#content a:hover {
	color:#00f;
}

#navigation h2 {
	background:#49375b url("images/linkHeaderBg.gif") top no-repeat;
	border-bottom:#fff 1px solid;
	font-weight:bold;
	color:#FFF;
	font-size:10pt;
	padding:6px 10px;
	margin:10px 0px 0px 0px;
}

#navigation ul {	
	background:#de7500 url("images/linkFooterBg.gif") bottom no-repeat;
	margin:0;
	padding:0px 0px 2px 0px;
	list-style:none;
}

#navigation li {
	padding:5px 10px;
	background:#fff url("images/rowBg.gif") top left repeat-x;
	border-bottom:#fff 1px dotted;
}

#navigation a {
	text-decoration:none;	
	color:#fff; 	
}

#navigation a:hover {
	text-decoration:underline;
}

#oddsTable {
	margin:20px 0px;
}

#oddsTable th {
	border-bottom:#dadfda 1px solid;
	border-left:none;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px 5px;
	border-left:#dadfda 1px solid;
	border-right:#dadfda 1px solid;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
	padding:0;
	margin:0;
}

#oddsTable td {
	text-align:center;
	padding:3px 0px;
	border-right:#dadfda 1px solid;
	border-bottom:#dadfda 1px solid;
}

#oddsTable td.selection {
	text-align:left;
	padding:3px 15px 3px 5px;
	border-left:#dadfda 1px solid;
}

.clear {
	clear:both;
}