body {
	background:#fff;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif; 
	font-size:10pt; 
	color:#fff;
	margin:0 auto; 
	padding:0px;
}

#wrapper {
	width:768px; 
	margin:0 auto;
}

#header {
	background:url(images/header.jpg) no-repeat;
	height:245px;
}

#content {
	width:535px;
	float:left;
	background:#032f4a url(images/contentheader.gif) top no-repeat;
	margin-top:10px;
}

#navigation {
	width:230px;
	float:right;
}

#content h1 {
	font-size:14pt;
	margin:23px 0px 0px 0px;
	border-left:#fff 2px solid;
	border-right:#fff 2px solid;
	padding:10px 15px;
}

#content h2, #content h3, #content h4 {
	font-size:11pt;
	border-left:#fff 2px solid;
	border-right:#fff 2px solid;
	padding:10px 15px;
	margin:0px;
}

#content p {
	border-left:#fff 2px solid;
	border-right:#fff 2px solid;
	padding:10px 15px;
	margin:0px;
}

#content ul {
	border-left:#fff 2px solid;
	border-right:#fff 2px solid;
	margin:0px;
	list-style-type:none;
}

#content li {
	padding:0px 10px;
}

#content a {
	text-decoration:none;	
	color:#99d472; 	
}

#content a:hover {
	text-decoration:underline;
}

#navigation h2 {
	font-size:9pt;
	background:#000 url(images/navheader.gif) no-repeat;
	color:#fff;
	padding:15px 4px 3px 6px;
	margin:10px 0px 2px 0px;
}

#navigation ul {
	text-align:left;
	margin:0px 2px; 
	padding:0;			
}

#navigation li {
	list-style:none;
	
}

#navigation a {
	text-decoration:none;	
	color:#fff;
	background-color:#167fb6;
	display:block;
	border-bottom:#fff 1px solid;
	padding:3px 4px;
}

#navigation a:hover {
	background-color:#75ae4f;
}
#oddsTable {
	margin:20px 0px;
}

#oddsTable th {
	border-bottom:#dadfda 1px solid;
	border-left:none;
}

#oddsTable th.selection {
	text-align:left;
	padding:0px;
	border-left:#dadfda 1px solid;
	border-right:#dadfda 1px solid;
	font-weight:normal;
}

#oddsTable th img {
	border:none;
}

#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;
}