@charset "UTF-8";
/* CSS Document */

body{
	background-color: #ccc;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, html {margin:0; padding:0; border:0;} /* Re-sets IE to “zero” for these values */

h1{font-size: 22px; color: #333366;}
h2{font-size: 18px; color: #000;}
h3{font-size: 16px; color: #000;}
p{font-size: 12px; color: #000;}

img{border: none;}

li{font-size: 12px; list-style-type:none;}

a:link, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover, a:active{
	color: #333366;
	text-decoration: none;
}

#container{
	margin: 0 auto;
	background: url(../images/bg_image.jpg) no-repeat top center;
}

#topSpace{
	padding-top: 120px;
}

#wrapSearch{
	float:right;
	text-align:right;
}

#wrapperBg{
	background: url(../images/transparentBg.png) repeat;
	border-top: 1px #999 solid;
}

#header{
	margin: 0 auto;
	width: 1000px;
	padding: 10px 0;
	height: 90px;
}

#navWrapper{
	background: url(../images/navBg.png) repeat-x;
	height: 30px;
	border-bottom: #999 solid 1px; 
	margin-bottom: 20px;
}

#nav{
	padding: 5px 0;
	margin: 0 auto;
	width: 1000px;
	text-align: right;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav li{
	display: inline;
	margin-left: 70px;
}

#nav a:link, #nav a:visited {
	color:#006699;
	font-weight: bold;
	font-size: 18px;
}

#nav a:hover, #nav a:active{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#content{
	margin: 0 auto;
	padding: 0 5px 20px 5px;
	width: 1000px;
}

#boxLeft {
	width: 330px;
	float:left;
}

#boxLeft ul{
    padding: 0;
}

#boxLeft li{
	font-size: 13px;
}

.eventName{font-weight: bold;}

#boxMiddle h3{
	margin: 20px 20px 0 0;
	padding: 0;
}

#boxMiddle p{
	margin: 0;
	padding: 0;
}

.action{
	float:right;
	margin: 10px 0;
	font-weight: bold;
}

#boxMiddle {
	width: 350px;
	float:	left;
	margin: 0 50px;
}

.logo{
	float: left;
	margin: 0 10px 0 0;
}

.eventName{
	font-weight: bold;
}

#boxRight {
	width: 220px;
	float: left;
}

#shadow{
	background: url(../images/shadow.png) repeat-x;
	height: 10px;
}

#footer{
	margin: 0 auto;
	width: 1000px;
	background-color:#ccc;
	font-size: 12px;
	padding-bottom:30px;
}


#tableBorder {
	border:2px solid #CCCCCC;
	width:940px;
}

.resultsHeader {
	color:#FFFFFF;
	font-size:18px;
	padding-top: 25px;
}

.tableBg{
	background: url(../images/resultsBg.png) repeat-x #333366;
}
	

