html,body {
  width:		100%;
  height:		100%;
  margin:		0;
  padding:		0;
  background-color:	#999;
  text-align:		center;
  font:			normal 100%/1.4 Tahoma,Arial,Helvetica,sans-serif;
}

h2 {
font-size: 1.3em;
color: #1A2B6A;
}

h3 {
font-size: 1.1em;
color: #1A2B6A;
text-align: center;
font-style: italic;
}

.outer_left {
	width:3%;
	border-right:1px solid #1A2B6A;
}

.outer_right {
	width:3%;
	border-left:1px solid #1A2B6A;
}


table#wrap {
  width:		100%;
  height:		100%;
  margin:		0 auto;
  text-align:		left;
  font-size:		.9em;
  position:		relative;
}
td {
  vertical-align:	top;
  padding:		0;
}

/* PAGE HEADER */

#wrap td#header {
	background-color:#93CFF4;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:		#1a2b6a;
  height:		161px;
  padding:		0;
  vertical-align:	top;
}
#wrap td#header img {
  vertical-align:	middle;
  border:		0 none;
}
#wrap td#header img#logo {
  margin-top:		20px;
  margin-left:		214px;
  float:		left;
}
#wrap td#header dl {
  width:		288px;
  margin:		30px 0 0 0;
  float:		right;
  font-size:		.9em;
  line-height:		1.3;
}
#wrap td#header dt {
  display:		block;
  width:		88px;
  text-align:		right;
  clear:		left;
  float:		left;
  font-weight:		bold;
}
#wrap td#header dd {
  display:		block;
  width:		180px;
  float:		left;
  margin-left:		10px;
}
#aamttd {
vertical-align:bottom !important;
text-align:right;
padding-right:5px;
}



/* NAVIGATION */

#wrap td#nav {
	border-right:1px solid #1A2B6A;

  background:		#a9adcc url(bg-nav.png) repeat-y;
  color:		white;
  font-size:		.83em;
  font-weight:		bold;
  width:		194px;
}
#wrap td#nav ul {
  list-style:		none;
  margin:		10px 0 0 0;
  padding:		0;
}
#wrap td#nav li {
  margin:		5px;
}
#wrap td#nav li a,
#wrap td#nav li span {
  display:		block;
  width:		167px;
  line-height:		1.2;
  padding:		2px 2px 2px 5px;
  text-decoration:	none;
  border-left:		10px solid #1a2b6a;
  border-bottom:	1px solid #1a2b6a;
}
#wrap td#nav li a {
  color:		#1a2b6a;
}
#wrap td#nav li a:hover {
  background-color:	white;
  color:		#1a2b6a;
}
#wrap td#nav li span {
  background-color:	#1a2b6a;
  color:		white;
  border-color:		white;
}

/* MAIN CONTENT PANEL */
#wrap td#content {
  background-color:	white;
  color:		#003;
  font-size:		.9em;
  padding:		0 20px;
}

/* FEATURE PANEL */
#wrap td#feature {
	border-left:1px solid #1A2B6A;
  background:		#3a3f8c url(../images/right.jpg) repeat-y;
  color:		white;
  font-size:		0.8em;
  width:		288px;
}

#wrap td#feature_events {
	border-left:1px solid #1A2B6A;
  background:		#3a3f8c url(../images/right_events.jpg) repeat-y;
  color:		white;
  font-size:		0.8em;
  width:		288px;
}

#wrap td#feature_sports {
	border-left:1px solid #1A2B6A;
  background:		#3a3f8c url(../images/right_sports.jpg) repeat-y;
  color:		white;
  font-size:		0.8em;
  width:		288px;
}

/* PAGE FOOTER */
#wrap td#footer {
  background-color:	#1a2b6a;
  color:		white;
  font-size:		0.7em;
  height:		13px;
  line-height:		13px;
  padding:		1px 10px;
  text-align:		right;
}  

#wrap td#footer span {
  float:		left;
  width:		184px;
  color:		#a9adcc;
  text-align:		left;
}
#wrap td#footer span a:link, #wrap td#footer span a:visited {
  color:		#a9adcc;
  text-decoration:	none;
}

#wrap td#footer span a:hover {
  color:		#bacedd;
  text-decoration:	underline;
}

