* { 
	margin: 0;
	padding: 0; 
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #019DDA;
}

H1	{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

H2, caption	{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}

H3	{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

H4	{
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

p {
	line-height: 1.4em;
	color: #0070D9;
}

a {
	text-decoration: none;
	color:#009DD9;
}

p a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

hr {
	clear: both;
	width: 364px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	margin-left: 20px;
}

input, textarea, select {
	font-size: 1em;
	color: #241A44;;
}

td {
	vertical-align: top;
}

form {
	margin-right: 20px;
	margin-left: 0px;	
}

label {
	color: #241A44;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap {
	width: 900px;
	max-width: 900px;
	min-height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*****  header  *****/

#header {
	width: 900px;
	height: 111px;
	padding-top: 0px;
	margin: 0px;
}

* html #header { /*IE only. */
	width: 1%;
}

/*****  main content  *****/

#content {
	width: 900px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#flash {
	width: 900px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/flash_background.jpg);
	background-repeat: repeat-x;
}

* html #flash { /*IE only. */
	width: 1%;
}

#left {
	float: left;
	width: 430px;
	min-height: 100%;
	text-align: left;
	margin-top: 20px;
	padding: 0px 20px 10px 20px;
}

*html #wrap, #left { /*IE only. */
	height: 100%;
}

#middle, #form {
	float: left;
	width: 322px;
}

#form {
	background-image: url(../images/buy_form_background.gif);
	background-repeat: no-repeat;	
	padding: 20px 0px 10px 0px;
}

#right {
	width: 108px;
	float: right;
	
}

/*****  footer  *****/


/***********************************************/
/* header styles                               */
/***********************************************/

#header p {
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.global_container {
	width: 900px;
	position: relative;
	height: 32px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.global {
	float: left;
}

.aiao {
	float: right;
	text-align: right;
}

.nav_container {
	width: 900px;
	position: relative;
	height: 81px;
	float: left;
}

.sports_link, .travel_link, .buy_link {
	display: inline;
}
.sports_link a, .travel_link a, .buy_link a {
	width: 143px;
	height: 81px;
	background-image:url(../images/link_sports.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	font-style: italic;
	color: #241A44;
	float: left;
	text-align: center;
	vertical-align: bottom;
}

.sports_link a:hover, .travel_link a:hover, .buy_link a:hover {
	text-decoration: underline;	
}

.travel_link a {
	width: 144px;
}

.buy_link a {
	font-style: normal;
}

/***********************************************/
/* content styles                              */
/***********************************************/

.headline, .sub_headline {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #241A44;	
}

.sub_headline {
	font-size: 1.4em;
}


#left p, #form p {
	margin-bottom: 10px;
	line-height: 20px;
	font-style: normal;
}

#form p {
	padding-left: 20px;
	padding-right: 20px;
}

#form .headline, #form .sub_headline {
	padding-left: 20px;
}

#left img {
	margin-right: 5px;
}

.copy_images {
	width: 420px;
	display: inline;	
}

.copy_image1, .copy_image2 {
	width: 210px;
	height: 125px;
	float:left;
	margin-right: 5px;
}

* html .copy_image1 { /*IE only. */
	margin-right: px;
}

.copy_image1 a, .copy_image2 a {
	display: block;
	width: 210px;
	height: 125px;
	background-color: transparent;
	background-image: url(../images/copy_image1.jpg);
	background-repeat: no-repeat;
}

.copy_image2 a {
	background-image: url(../images/copy_image2.jpg);
	background-repeat: no-repeat;	
}

.copy_image1 a:hover, .copy_image2 a:hover {
	background-position: -210px 0;
}

#main_content p img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#main_content p a {
	font-weight: bold;
	color: #9966FF;
}

#main_content ul, #main_content ol {
	margin-left: 108px;
	margin-bottom: 10px;
}

#main_content li a, #main_content td a {
	font-weight: bold;	
	color: #9966FF;
}

#news h1 {
	padding-left: 50px;
	padding-top: 10px;
	font-size: 1em;
	color:#241A44;	
}

#news p {
	padding-left: 50px;
	color:#241A44;
}

.right, .right1, .right_dark {
	width: 130px;
	height: 120px;
	padding-left: 5px;
}

.right, right1, .right_dark {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form_label {
	font-weight: bold;
	padding-left: 88px;
	padding-right: 5px;
}

* html #main_content td p { /*IE only. */
	padding-left: 0px;
}

* html #main_content table { /*IE only. */
	width: 450px;
}

* html .form_label { /*IE only. */
	padding-left: 0px;
}

#ezine_right ul {
	list-style-type: none;
}

#ezine_right li {
	background-image:url(../../../www/new/images/news_link_image.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 5px;
}

#ezine_right li a {
	font-weight: bold;
	color: #9966FF;
}

.quote {
	font-style: italic;
	color: #241A44;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.quote_name {
	color:#241A44;
	font-weight: normal;
	font-style: normal;
}

.call {
	font-size: 1.4em;
	font-style: italic;
}

.number {
	font-size: 2.2em;
	color: #241A44;
	font-weight: bold;
	font-style: italic;
	line-height: 30px;
}

.sub_header {
	font-style: normal;
	color: #241A44;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/***********************************************/
/* footer styles                               */
/***********************************************/

#footer p {
	color:#FFF;
	padding-top: 20px;
	padding-right: 50px;
}

#footer a {
	color:#FFF;
}

.footerfloatleft {
	float: left; 
	margin: 10px 0px 0px 30px; 
}
#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #241A44;
}

.nav {
	position: relative; 
	z-index: 100;
}

.nav ul {
	padding:0; 
	margin:0; 
	list-style: none;
}
.nav ul li {
	float: left;
	position: relative;
	margin-right: 0px;
}

.nav ul li a, .nav ul li a:visited {
	display: block;
	text-decoration: none;
	width: 143px;
	height: 81px;
	line-height: 1.1em;
	font-size: 1.1em;
	overflow: hidden;
	color: #241A44;
	text-align: center;
	vertical-align: bottom;	
	background-image:url(../images/link_sports.gif);
	background-repeat: no-repeat;
}

.nav ul li ul {
	display: none;
}

/* specific to non IE browsers */
.nav ul li:hover a, .nav ul li#current {
	text-decoration: underline;	
}
.nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 79px;
	left: 0;
	width: 120px;
	color: #000000;
	background-color: #EAEAEA;
}

.nav ul li:hover ul li:hover a.hide {
	color:#000;
}
.nav ul li:hover ul li ul {
	display: none;
}
.nav ul li:hover ul li a {
	display: block;

	text-align: left;
	padding-left: 10px;
	height: 25px;
}
.nav ul li:hover ul li a:hover {
	color: #000;
}