* {
	margin: 0px;
	padding: 0px;
}

/* ================================= */
/* HTML redefinition for defaults    */
/* ================================= */

body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.home {
	background-image: url(../images/bg-home.jpg);
	background-repeat: repeat-x;

}
.inside {
	background-image: url(../images/insideBG.jpg);
	background-repeat: repeat-x;
}
a {
	color: #0099FF;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #993366;
	text-decoration: underline;
}

a:active {
	color: #009900;
}
p, td, th, #content A.you_are_here { /* BF: make links to the current page blend in, rather than appear as normal links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	font-size: 0.8em;
}

p   {
	margin-bottom: 0.75em;
	margin-top: .5em;
	line-height: 1.5em;	
}/*
#lcol ul, #rcol ul { */
ul {
	list-style-position: outside;
	padding-left: 1.4em;
	margin-bottom: 0.5em;
}
li {
	margin-bottom: .5em;
}
#content     ul, #content     ol       {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

ul ul {
	margin-top: .5em;
	margin-bottom: 0;
}



h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #004e86;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h2  {
	color: #52770c;
	font-size: 1.4em;
	margin-top: 0.6em;
	margin-bottom: .6em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	text-transform: uppercase;
	color: #CC0000;
	margin-bottom: 0.6em;
	margin-top: 0.4em;
	font-weight: bold;
}
h4 {
	font-weight: bold;
	font-size: 0.9em;
	color: #004e86;
}
/* Adapted from OTC */

#container {
	width: 950px;
	margin: auto;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#billboard {
	margin: 0px;
	padding: 0px;
}
#billboard.home  {
	height: 360px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#billboard.inside {
	background-image: url(../images/billboard_inside.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 230px;
	margin: 0px;
	padding: 0px;
}
#discipline {
	float: left;
	width: 260px;
	height: 360px;
}


#title_home {
	float: left;
	margin: 0px;
	width: 540px;
	height: 280px;
}
#title_home .content {
	padding-left: 35px;
	padding-top: 60px;
}

#title_inside {
	float: left;
	width: 800px;
	margin-top: 15px;
	height: 130px;
}
#spe {
	float: left;
	width: 150px;
	margin-top: 15px;
}
#spe img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#reg_button {
	float: right;
	width: 233px;
}
#reg_button img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#reg_inside {
	float: left;
	width: 233px;
	padding-left: 718px;
}
#reg_inside img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#buttons {
	float: right;
	margin-top: 15px;
	width: 212px;
}
#buttons img {
	margin-bottom: 30px;
}





#navigation {
	height: 55px;
	margin: 0px;
	padding: 0px;
}




#lcol {
	float: left;
}


#headline {
	margin-top: 25px;
	padding: 0px;
	width: 700px;
	float: left;
	margin-bottom: 20px;
}

#posters {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
}
#poster1 {
	float: left;
	width: 200px;
}
#poster2 {
	float: left;
	width: 200px;
	margin-left: 50px;
}
#poster3 {
	width: 200px;
	margin-left: 50px;
	float: left;
}

#rcol {
	float: right;
}
#rcol_content {
	clear: both;
	float: right;
	width: 200px;
	margin-top: 30px;
}


#quickLinks {
	float: right;
	width: 200px;
	margin-left: 40px;
	margin-top: 25px;
	padding: 0px;
	border: 1px solid #004e86;
}

#quickLinks a, #quickLinks SPAN.unlinked {

	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
#quickLinks ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: .7em;
	text-align: left;
}
#quickLinks li {
	margin-bottom: .5em;
}
#quickLinks li a {
	display: block;
}

#quickLinks  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #004e86;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}
#quickLinks LI.you_are_here { /* BF: link to current page, in the Quick Links box */
  background: #eee;
  font-weight: bolder;
/*
  list-style-image:url('/events/img/ql_greencheck_14x.gif');
  display: none;
*/
}
#quickLinks LI.you_are_here:before {
/*
  content: "\21E6";
*/
}
#quickLinks A.you_are_here:after {
/*
  content: " (you are here)";
  font-style: italic;
  font-weight: normal;
  color: #777;
*/
}

#link_container {
	padding: 9px;
}



/* ================================= */
/* FOOTER                            */
/* ================================= */

#footer {
	text-align: center;
	clear: both;
	width: 950px;
	margin: 0px;
	padding-top: 10px;
}

#footer p.copyright {
	margin: 0px;
	color: #999999;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}

/* Try using unclassed defaults for now */
table {
	margin: 1.5em 0em 0.75em;
	border-collapse: collapse;
}

td {
	padding: 3px 10px 3px 3px;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	background-color: #f3efdf;
	color: #ffffff;
	text-align: left;
}
td p, td ul {
	font-size: 1em;
	line-height: normal;
	margin-top: 0;
	margin-bottom: .5em;
}
td ul ul, td li li {
	margin-top: .5em;
	margin-bottom: 0;
}

td h1, td h2, td h3, td h4,
th h1, th h2, th h3, th h4 {
	margin: 0;
	padding: 0;
}
td h2 {
	margin-bottom: .3em;
}
.float_left_img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.float_right_img {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
@media handheld {
  }
.color_h1 {
	color: #004e86;
}


.color_h2 {
	color: #52770c;
}
.color_h3 {
	color: #0067b2;
}
.headline_h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333333;
	line-height: 1.15em;
}
.event_title_home {
	font-family: Arial, Helvetica, sans-serif;





	font-size: 2.5em
.em;
	color: #ffffff;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0.75em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 2.6em;
}
.venue_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #ffffff;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}
.event_title_inside {
	font-size: 2.5em;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.venue_inside {
	font-size: 1.5em;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: .8em;
}
.div_col_half_1 {
	float: left;
	width: 350px;
}
.div_col_half_2 {
	float: left;
	width: 350px;
}



#sponsors/* Sponsor page to show all sponsors that are in the scroller =========================== */
 {
	background: #FFFFFF;
	float: left;
	width: 950px;
	padding-top: 20px;
}
#sponsors h3  {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: normal;
	padding-bottom: 20px;
	margin: 0px;
	text-transform: capitalize;
}
#sponsors  img {
	padding: 0px;
	vertical-align: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sponsors   h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004e86;
	font-size: 1em;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #004e86;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: uppercase;
}
.item   {
	float: left;
	height: 80px;
	width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2.title {
	font-size: 0.7em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

