/*
=========================
Kamehameha Publishing ESPeedometer
12-4-09 - RG
=========================
*/

@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #004976;
	background-image:url(/images/bg.jpg);
	background-repeat : repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 150%;
}

.twoColHybRt  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #004976;
	background-image:url(/images/bg.jpg);
	background-repeat : repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height: 150%;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #068ee1;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #068ee1;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #009eff;

}

/*
ul {
	line-height: 200%;
	margin-left: -5px;
	list-style-type: disc;
	display: block;
}
*/
.twoColHybRt #top { 
	width: 945px;
	background: #004976;
	background-image:url(/images/bg.jpg);
	background-repeat : repeat-x;
	background: #ffffff;
	margin: 0 auto;
	border-top: 1px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 0;
	border-color: #002b45;
	border-style: solid;
	text-align: center;
} 


.twoColHybRt #container { 
	width: 945px;
	background: #ffffff;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-color: #002b45;
	border-style: solid;
	text-align: left;
} 

.twoColHybRt #container P {
  margin: 0 0 0 0;
}

.twoColHybRt #sidebar1 {
	float: right; 
	width: 200px;
	background: #EBEBEB;
	padding: 15px 0;
	margin-top: 10px;
	margin-right: 25px;
	margin-left:10px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.twoColHybRt #sidebar1 h3, .twoColHybRt #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}


.twoColHybRt #mainContent {
  margin: 0 10px 0 20px; 
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.SP1 {
	position: relative;
	text-transform: uppercase;
	font: 125% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #d83636;
	background: #000000;
	margin-left: -15px;
	padding: 4px 0 4px 0;
	text-indent: 10px;	
	display: block;
}

.SP2 {
	position: relative;
	text-transform: uppercase;
	font: 125% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f5e533;
	background: #000000;
	margin-left: -15px;
	padding: 4px 0 4px 0;
	text-indent: 10px;
	display: block;
}

.partners {
	position: relative;
	text-transform: uppercase;
	font: 125% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f96912;
	background: #000000;
	margin-left: -15px;
	padding: 4px 0 4px 0;
	text-indent: 10px;
	display: block;
}

.asterisk {
	color:#068ee1;
}
