﻿body {
	margin: 15px;
	padding: 0;
	background-color: #000000;
}

h1 {
	font-size: 20px;
	font-weight:100;
	color: #000000;
	margin-top:20px;
	margin-bottom:20px;
	background-color: inherit;
	text-align: center;
}

h2 {
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(images/titleBg3.gif);
	background-color: #666666;
	height: 28px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 6px;
	padding-top: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
}

h3 {
	font-size: 13px;
	color: #FFFFFF;
	margin-top:6px;
	margin-bottom:5px;
	height: 20px;
	background-color: inherit;
	/*background: url(images/titleBg2.jpg);
	padding-left: 4px;*/
}

h4 {
	font-size: 13px;
	color: #FFFFFF;
	margin-top:6px;
	margin-bottom:5px;
	background-color: inherit;
}

a {
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

/* Header */

#header {
	width: 880px;
	height: 215px;
	margin: 0 auto;
	background: url(images/header-09.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;

}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
	display:none;

}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */
#menu {
	width: 880px;
	height: 33px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	margin-bottom:20px;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	width: 110px;
	height: 24px;
	display: block;
	float: left;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	background: url(images/button.jpg) no-repeat;
	background-position:center top;
	color: #FFFFFF;
	padding-top: 9px;
}

#menu a:hover {
	background: url(images/button.jpg) no-repeat;
	background-position:center bottom;
	color:#0099FF;
}

/* Content */

#content {
	width: 880px;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	color: #CCCCCC;
	line-height: 18px;
}


/* Collumns */
#collumnA {
	float: left;
	width: 200px;
	/*margin-left: 3px;*/
	text-align: justify;
	/*background: url(images/collumnBg.jpg) repeat-y;*/
	/*color: #333333;*/
}

#collumnA IMG {
	margin-top: 10px;
	
	}


#collumnB {
	float: left;
	width: 441px;
	margin-left: 20px;
	text-align: justify;
}

#collumnC {
	float: right;
	width: 200px;
	/*margin-right: 3px;*/
	/*background: url(images/collumnBg.jpg) repeat-y;*/
}

#collumnD {
	float: left;
	width: 660px;


}

/*footer&*/
#footer {
	width: 880px;
	background-color: #2D2D2D;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

IMG {
	border:0px;
	padding-top: 10px;
}

SPAN.red {
	color: #FF0000;
	font-size:20px;
	text-align:left;
	float:left;
	line-height:130%;
}

TABLE.results {
border-collapse:collapse;
font-size:14px;


	width: 100%;
}

TABLE.results TR TD{
	border: 1px solid #666666;
	padding: 2px;
}