body{
margin:0;
padding:0;
line-height: 1.5em;
background-image: url(images/bg.jpg);
}

p {
font-family: arial, sans-serif;
font-size: 10pt;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 10px;
}

h1 {
font-family: arial, sans-serif;
font-size: 14pt;
color: #2064d3;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 1
}

h2 {
font-family: arial, sans-serif;
font-size: 11pt;
color: #2064d3;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 1
}

em {
font-weight: bold;
}

ul {
font-family: arial, sans-serif;
font-size: 10pt;
padding-left: 70px;
padding-right: 25px;
padding-bottom: 10px;
}

#maincontainer{
width: 760px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border-left: solid 1px #b8d98a;
border-right: solid 1px #b8d98a;
background: white;
}

#topsection{
background-image:url(images/header.jpg);
height: 262px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 120px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 120px; /*Width of right column*/
margin-left: -120px; /*Set left margin to -(RightColumnWidth) */
}

.rightcolumn1{
float:left;
width: 120px; /*Width of right column*/
height: 114px;
background-image: url(images/tickets_button.jpg);
background-repeat: no-repeat;
}

.rightcolumn2{
float: left;
width: 120px; /*Width of right column*/
height: 114px;
background-image: url(images/sponsor_button.jpg);
background-repeat: no-repeat;
background-position: 0px;
}

.rightcolumn3{
float: left;
width: 120px; /*Width of right column*/
height: 114px;
background-image: url(images/prize_button.jpg);
background-repeat: no-repeat;
background-position: 0p
}

#footer{
clear: left;
width: 100%;
height: 30px;
background: #b8d98a url(images/footer_logo.jpg) no-repeat center top;
color: #FFF;
text-align: center;
padding: 8px 0 8px 0;
}

#footer p{
margin: 15px;
color: black;
font-family: arial, sans-serif;
font-size: 8pt;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.nav{
margin-bottom: 1em;
}

.nav ul{
	padding: 3px 0px 1px 0px;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 0;
	font: bold 12px Arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	text-transform: capitalize;
}

.nav li{
	display: inline;
	margin: 0;
	text-transform: capitalize;
}

.nav li a{
text-decoration: none;
padding: 6px 25px 6px 25.25px;
margin: 0;
margin-right: -6px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: white;
font-size: 14px;
background: #b8d98a url(images/menu_bg.jpg) center center;
}

.nav li a:visited{
color: black;
}

.nav li a:hover{
background-color: #ff6600;
color: #b8d98a;
}

/*table for program*/

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
		font-weight: bold;
	margin: 45px;
	width: 450px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
